Section "ServerFlags" #Option "Xinerama" "true" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" Screen 3 "Screen3" RightOf "Screen2" 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 "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor2" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor3" Option "DPMS" EndSection # We need to turn on 'DDCMode', since that enables the card to determine the list of available # resolutions from the monitor. # The 'Screen' attribute in the "Device" sections refers to the card instance's idea of a screen. # Thus for two dual-head cards we have screen 0 and 1 on card 0 and screen 0 and 1 on card 1. Section "Device" Option "DDCMode" "on" #Option "NoAccel" "true" Screen 0 Identifier "Card0" Driver "radeon" BusID "PCI:1:0:0" EndSection Section "Device" Option "DDCMode" "on" #Option "NoAccel" "true" Screen 1 Identifier "Card1" Driver "radeon" BusId "PCI:1:0:0" EndSection Section "Device" Option "DDCMode" "on" #Option "NoAccel" "true" Screen 0 Identifier "Card2" Driver "radeon" BusId "PCI:2:0:0" EndSection Section "Device" Option "DDCMode" "on" #Option "NoAccel" "true" Screen 1 Identifier "Card3" Driver "radeon" BusId "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 DefaultFbBpp 32 SubSection "Display" Viewport 0 0 Depth 24 FbBpp 32 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 DefaultFbBpp 32 SubSection "Display" Viewport 0 0 Depth 24 FbBpp 32 EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card2" Monitor "Monitor2" DefaultDepth 24 DefaultFbBpp 32 SubSection "Display" Viewport 0 0 Depth 24 FbBpp 32 EndSubSection EndSection Section "Screen" Identifier "Screen3" Device "Card3" Monitor "Monitor3" DefaultDepth 24 DefaultFbBpp 32 SubSection "Display" Viewport 0 0 Depth 24 FbBpp 32 EndSubSection EndSection # vim: ts=4:sw=4:expandtab