LinuxSir.cn,穿越时空的Linuxsir!

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

kde4和xorg.conf参数

[复制链接]
发表于 2009-3-12 13:44:32 | 显示全部楼层 |阅读模式
安装了kde4mod,一开始,频繁的黑屏,经常点开konsole就崩溃。后来,在xorg.conf中注释掉了几个参数就好了。大家高手帮我看看,到底是什么在作怪:


Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "All"
        BoardName   "All"
        Option            "XAANoOffscreenPixmaps" "true"
#        Option            "TexturedVideo" "off"
        Option            "VideoOverlay" "on"
#        Option            "OpenGLOverlay" "off"
#        Option            "Textured2D" "off"
#        Option            "TexturedXrender" "on"
#        Option            "BackingStore" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
#        Option            "RENDER" "Enable"
#        Option            "DAMAGE" "Enable"
        Option            "Composite" "Enable"
#        Option            "XVideo" "Enable"
EndSection

kde3的话,使用以上所有参数都没有问题。(我没有使用compiz之类的)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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