|
发表于 2008-1-18 13:54:58
|
显示全部楼层
这是主要部分,我的的是Archlinux,用的是开源驱动
Section "Device"
Identifier "Radeon Mobility M6 LY"
Driver "radeon"
VendorName "ATI Technologies Inc."
BusID "CI:1:0:0"
Option "AGPMode" "4"
Option "AGPSize" "32" #default: 8
Option "AGPFastWrite" "false" #More Stable this way
Option "SWcursor" "true" #More Stable this way
Option "EnablePageFlip" "true" #Faster
Option "EnableDepthMoves" "false" #More Stable this way
Option "RenderAccel" "false" #More Stable this way
Option "AccelMethod" "XAA" #or XAA,EXA,XAA more stable
Option "DDCMode"
Option "SubPixelOrder" "NONE"
Option "ColorTiling" "false" #More Stable this way
Option "DynamicClocks" "true"
Option "bioshotkeys" "True"
Option "XAANoOffscreenPixmaps" "true" #More Stable this way
EndSection |
|