Skip to content

Instantly share code, notes, and snippets.

@alexciarlillo
Created December 8, 2011 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexciarlillo/1445738 to your computer and use it in GitHub Desktop.
Save alexciarlillo/1445738 to your computer and use it in GitHub Desktop.
xorg
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