Skip to content

Instantly share code, notes, and snippets.

@brunnogomes
Created January 26, 2012 15:40
Show Gist options
  • Save brunnogomes/1683320 to your computer and use it in GitHub Desktop.
Save brunnogomes/1683320 to your computer and use it in GitHub Desktop.
xorg.conf for AMD Geode
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "geode"
Option "PanelMode" "48960 1024 1064 1168 1312 600 601 604 622"
# Option "MigrationHeuristic" "greedy"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment