Created
August 14, 2011 10:45
-
-
Save eagsalazar/1144787 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Screen" | |
Identifier "Default Screen" | |
DefaultDepth 24 | |
EndSection | |
Section "Module" | |
Load "glx" | |
EndSection | |
Section "Device" | |
Identifier "Ati Radeon" | |
Driver "radeon" | |
Option "DRI" "on" | |
Option "ForceLowPowerMode" "on" | |
Option "DynamicPM" "on" # Dynamic powersaving. | |
Option "ClockGating" "on" # Assisting option for powersaving. | |
Option "AccelMethod" "EXA" # EXA should fit most cases. | |
Option "ColorTilling" "on" # Hopefully a better performance | |
Option "EXAVSync" "on" # Sync to lcd controller | |
Option "DMAForXv" "on" # Forced option in order to enable Xv overlay. | |
#Option "ScalerWidth" "2048" # That should fix some very rare bugs. | |
Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards. | |
Option "RenderAccel" "on" # Optional. It should be enabled by default. | |
Option "AccelDFS" "on" # Optional. See the man page. | |
#BusID "PCI:1:0:0" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment