|
|
安装了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之类的) |
|