Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2013 14:51
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 anonymous/4697662 to your computer and use it in GitHub Desktop.
Save anonymous/4697662 to your computer and use it in GitHub Desktop.
xorg.conf
Section "InputClass"
Identifier "keyboard"
Driver "evdev"
Option "xkblayout" "se"
MatchDevicePath "/dev/input/event*"
EndSection
#Section "InputDevice"
# Option "AccelerationProfile" "-1"
# Option "AccelerationScheme" "none"
#EndSection
Section "Module"
Load "dri2"
# Load "glamoregl"
EndSection
Section "Device"
Identifier "radeon0"
Driver "radeon"
Option "Monitor-DVI-0" "mon"
Option "Monitor-DVI-1" "mon2"
Option "Monitor-HDMI-0" "tv"
# Option "AccelMethod" "glamor"
Option "EXAVSync" "on"
EndSection
Section "Monitor"
Identifier "mon"
Option "Primary" "true"
Option "Preferred Mode" "1920x1080"
EndSection
Section "Monitor"
Identifier "mon2"
Option "LeftOf" "mon"
Option "Preferred Mode" "1680x1050"
EndSection
Section "Monitor"
Identifier "tv"
Option "RightOf" "mon"
Option "Preferred Mode" "1920x1080"
EndSection
Section "Screen"
Identifier "screen0"
Device "radeon0"
DefaultDepth 24
SubSection "Display"
Depth 24
# Virtual 3840 1080
Virtual 5520 1080
EndSubSection
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment