Skip to content

Instantly share code, notes, and snippets.

@tlatsas
Created September 19, 2011 05:43
Show Gist options
  • Save tlatsas/1226034 to your computer and use it in GitHub Desktop.
Save tlatsas/1226034 to your computer and use it in GitHub Desktop.
#xrandr --auto
#xrandr --output DVI-0 --left-of VGA-0
Section "Device"
Identifier "r"
Driver "radeon"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "Monitor-DVI-0" "Mon0"
Option "Monitor-VGA-0" "Mon1"
EndSection
Section "Monitor"
Identifier "Mon0"
Option "LeftOf" "Mon1"
Option "PreferredMode" "1024x768_75"
EndSection
Section "Monitor"
Identifier "Mon1"
Option "PreferredMode" "1024x768_75"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Mon0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2048 768
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment