|
|
发表于 2008-6-23 08:54:52
|
显示全部楼层
我的Mobility X1600,装了源里的8.49,开不了3D,改了XORG后才行。保证有一下字段即可:
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "ServerFlags"
Option "AIGLX" "true"
EndSection
Section "Device"
Driver "fglrx"
Option "FSAAEnable" "off"
Option "Capabilities" "0×00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "FSAAScale" "0"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Extensions"
Option "DAMAGE" "true"
Option "Composite" "true"
EndSection |
|