LinuxSir.cn,穿越时空的Linuxsir!

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

radeon显卡退出X后再进入X必挂掉

[复制链接]
发表于 2008-10-27 18:59:02 | 显示全部楼层 |阅读模式
烦扰我很久的问题了,硬件如下:
pentium m就是第一代的迅驰
radeon 9600 64m显卡
装了最新的catalyst驱动,能正常使用,但问题就是退出X-windows后,再startx的话,肯定crash掉。害得我不得不用回xf86-video-ati的驱动,但是开源的驱动的效率不如amd自己的。
上网查了一下,说是X300等的显卡都有些问题,
按照网上所说的在xorg.conf中的DEVICE
加入
Option "KernelModuleParm" "agplock=0"

问题还是一样,有没有人遇到过这种情况呢?怎么办?
 楼主| 发表于 2008-10-27 19:04:27 | 显示全部楼层
我的xorg.conf:

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
        Option "AIGLX" "true"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
EndSection

Section "Module"
        Load  "extmod"
        Load  "bitmap"
        Load "dri"
        Load "drm"
        Load "dbe"
        Load "GLcore"
        Load "freetype"
        Load "record"
        Load "xtrap"
        Load "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option            "AutoRepeat" "500 30"
        Option            "XkbRules" "xorg"
        Option            "XkbModel" "dell101"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "rotocol" "Auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
        Option            "Emulate3Buttons"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option        "VideoOverlay" "on"
        Option        "OpenGLOverlay" "off"
        Option        "Capabilities" "0x00000800"
        Option         "UseFastTLS" "1"
        Option "XAANoOffscreenPixmaps" "true"
        Option "DRI" "true"
        Option            "TexturedVideo" "on"
        Option        "TexturedVideoSync" "on"
        Option "AGPMode" "4"
        Option "ColorTiling" "on"

        BusID       "CI:1:0:0"
        Option "KernelModuleParm" "agplock=0"
EndSection

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

Section "DRI"
        Group              "video"
        Mode         0666
EndSection

Section "Extensions"
        Option "RENDER" "Enable"
        Option "DAMAGE" "Enable"
        Option            "XVideo" "Enable"
        Option            "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

发表于 2008-10-27 19:07:55 | 显示全部楼层
开源驱动非常非常稳定阿,而且效率不如官方驱动是怎么说?如果是compiz,应该是更流畅把
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-27 19:14:05 | 显示全部楼层
fglrxgears和glx_gears的对比结果,相差几乎一半,另外的问题,compiz现在我都还没用起来,就想用一个轻便简洁的wm就好。但问题是catalyst这种状况真的很烦人
回复 支持 反对

使用道具 举报

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

本版积分规则

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