Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "dri" Load "record" Load "glx" Load "xtrap" Load "dbe" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XKbLayout" "dvorak" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" Option "PreferredMode" "1280x1024" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "PreferredMode" "1280x1024" Option "DPMS" Option "RightOf" "Monitor0" EndSection Section "Monitor" Identifier "Monitor2" Option "PreferredMode" "1280x1024" Option "DPMS" Option "RightOf" "Monitor1" EndSection Section "Monitor" Identifier "Monitor3" Option "PreferredMode" "1280x1024" Option "DPMS" Option "RightOf" "Monitor2" EndSection # We need to turn on 'DDCMode', since that enables the card to determine the list of available # resolutions from the monitor. Section "Device" Identifier "Card0" Driver "radeon" BusID "PCI:1:0:0" Option "DDCMode" "on" Option "AccelMethod" "EXA" Option "monitor-DVI-0" "Monitor0" Option "monitor-VGA-0" "Monitor1" EndSection #Section "Device" #Identifier "Card1" #Driver "radeon" #BusID "PCI:2:0:0" #Option "DDCMode" "on" #Option "monitor-DVI-0" "Monitor2" #Option "monitor-VGA-0" "Monitor3" #EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 DefaultFbBpp 32 SubSection "Display" Virtual 5120 1024 Depth 24 FbBpp 32 EndSubSection EndSection #Section "Screen" # Identifier "Screen1" # Device "Card1" # Monitor "Monitor2" # # DefaultDepth 24 # DefaultFbBpp 32 # # SubSection "Display" # Virtual 2560 1024 # Depth 24 # FbBpp 32 # EndSubSection #EndSection # vim: ts=4:sw=4:expandtab