LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2006|回复: 16

ati 780G用catalyst8.8,mplayer会卡,求助达人

[复制链接]
发表于 2008-10-15 21:00:34 | 显示全部楼层 |阅读模式
我的电脑是780G的主板,板载ati hd3200显卡,19寸宽屏液晶,用arch+xfce,装的驱动是catalyst 8.8,没有装compiz

一切都还好,但是mplayer有问题,如果用xv模式(也就是硬件加速)来播放,有时候会卡,而且卡的时候鼠标也动不了,播视频常常会出错崩溃掉,不知道问题出在哪里,无奈只好用x11模式,但是这样看高清就不行了。

之所以没有装compiz也是因为装compiz之后X常常会卡,就算只有一个空空的桌面也会卡,也就是鼠标不动了,或是滚轮不走了,像mplayer里面一样。

我的X是7.3的,没有开testing源,曾经想用开源驱动来着,但是不知道是不是因为开源6.8的驱动不支持我的显卡,把Device里的Driver改成radeon或是ati总是进不了X。不知道是驱动的问题还是X配置的问题,参考了一些网站上的配置,还是不管用,不知道是不是有什么Option没写,或是有什么Module没加载。下面是我的xorg.conf,求助达人。

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection
Section "Module"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
EndSection
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection


#下面是显示器和显卡的部分
Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option            "VendorName" "ATI Proprietary Driver"
    Option            "ModelName" "Generic Autodetecting Monitor"
    Option            "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "CI:1:5:0"
    Option        "BackingStore"        "on"
    Option        "VideoOverlay"        "on"
    Option        "OpenGLOverlay"        "off"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
发表于 2008-10-15 22:18:30 | 显示全部楼层
看看你的/var/log/Xorg.0.log有什么提示才是正确做法。

看看wiki上ATI的部分也不错。

PS:Option "VideoOverlay" "on"可以改成:因为你的显卡支持这个新特性,我的就不行。你也可以看看ubuntu论坛置顶的zhuqin的关于提高显卡性能的那帖子,不过和你的情况不符合,应该没有那么打差别的,只是用下的看电影比较好,大概
  1.         Option                "TexturedVideo" "on"
  2.         Option                "Textured2D" "on"
  3.         Option                "TexturedXRender" "on"
  4.         Option                "TexturedVideoSync" "True"
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-16 11:38:01 | 显示全部楼层
找那个帖子设置了一下,楼上的选项我也加了,其中TexturedRender没有加,加了会出毛病,但是没有什么用处,现在就用X11看视频,高清也看得了,cpu占用也没有很高,可是我相信装compiz是不行的

无奈……
回复 支持 反对

使用道具 举报

发表于 2008-10-16 12:52:43 | 显示全部楼层
跟你说了主要是靠你查看wiki,以及检查/var/log/Xorg.0.log里面有关WW,EE的行

grep -e WW -e EE /var/log/Xorg.0.log

看看什么错误
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-16 16:41:19 | 显示全部楼层
一怒之下加上testing的源重装了系统,这回装上了开源的6.9驱动,xorg-server到1.5了
于是……
X是进得去,可是控制台都黑屏了,似乎是分辨率设置有问题
compiz白屏,只有一个鼠标
mplayer用xv模式直接不放视频只放声音了……

哭……
回复 支持 反对

使用道具 举报

发表于 2008-10-16 18:07:47 | 显示全部楼层
我也是用 ATI 780G 的,只好等 catalyst 8.9 了…… 先用 X11 看着
另外,楼主 /proc/acpi/thermal_zone/ 下有东西吗?
回复 支持 反对

使用道具 举报

发表于 2008-10-16 19:16:02 | 显示全部楼层
开源驱动应该支持你的卡才对。

你必须看看你的X有何提示错误。白屏是因为没有显卡加速。
回复 支持 反对

使用道具 举报

发表于 2008-10-16 22:03:15 | 显示全部楼层
catalyst 8.10 已经出了……
pacman 快出更新啊
http://linuxtoy.org/archives/ati-catalyst-updated-to-810.html
回复 支持 反对

使用道具 举报

发表于 2008-10-16 22:29:41 | 显示全部楼层
我的 fedora  8  内核  Linux localhost.localdomain 2.6.26.5-28.fc8 #1 SMP Sat Sep 20 09:32:58 EDT 2008 i686 athlon i386 GNU/Linux

CPU  4600+  显卡 HD3650  驱动 8.9   

用mplayer 播放 视频文件时  出现类似问题

用VLC 效果会好点,

其次 我的主板 有集成的6150 显卡   
去掉独立显卡 后用  nvidia  6150 驱动173
同样视频用 mplayer 没问题 比较流畅

感觉 ATI的驱动 还是最大问题
现在试试 8.10驱动 ATI
回复 支持 反对

使用道具 举报

发表于 2008-10-16 22:37:15 | 显示全部楼层
开源驱动暂不支持hd以上的3D。radeonhd开始支持r500。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表