Created
December 8, 2011 01:53
-
-
Save alexciarlillo/1445738 to your computer and use it in GitHub Desktop.
xorg
This file contains hidden or 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 "ServerFlags" | |
Option "AutoAddDevices" "False" | |
EndSection | |
Section "Device" | |
Identifier "Card0" | |
Driver "ati" | |
BusID "PCI:1:0:0" | |
Option "AGPMode" "4" | |
Option "AGPFastWrite" "on" #Faster than default (off) | |
Option "SWcursor" "off" #Faster than default (on) | |
Option "EnablePageFlip" "on" #Faster than default (off) | |
Option "AccelMethod" "EXA" # or XAA, EXA, XAA more stable, XAA is deafult | |
Option "DynamicClocks" "on" | |
Option "BIOSHotkeys" "on" | |
Option "AGPSize" "32" # default: 8 | |
Option "EnableDepthMoves" "true" | |
EndSection | |
Section "Extensions" | |
Option "Composite" "Disable" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment