# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg #Section "Module" # Load "dbe" # SubSection "extmod" # Option "omit xfree86-dga" # EndSubSection # Load "i2c" # Load "bitmap" # Load "ddc" # Load "dri" # Load "extmod" # Load "freetype" # Load "glx" # Load "int10" # Load "vbe" # Load "radeon" #EndSection ## ## Devices/Cards ## #Section "Device" # Identifier "CardIgnore" # Driver "intel" # BusID "PCI:00:02:0" #EndSection #-- Section "Device" Identifier "CardLeftUppr" Driver "radeon" BusID "PCI:01:01:0" Screen 1 EndSection Section "Device" Identifier "CardLeftLwr" Driver "radeon" BusID "PCI:01:01:0" Screen 0 EndSection #-- Section "Device" Identifier "CardCenterUppr" Driver "radeon" BusID "PCI:01:02:0" Screen 1 # jfg - order matters, reverse fails EndSection Section "Device" Identifier "CardCenterLwr" Driver "radeon" BusID "PCI:01:02:0" Screen 0 EndSection #-- Section "Device" Identifier "CardRightUppr" Driver "radeon" BusID "PCI:01:00:0" Screen 1 EndSection Section "Device" Identifier "CardRightLwr" Driver "radeon" BusID "PCI:01:00:0" Screen 0 EndSection ## ## Monitors ## Section "Monitor" Identifier "MonitorLeftUppr" Option "Primary" "false" EndSection Section "Monitor" Identifier "MonitorLeftLwr" Option "Primary" "false" EndSection #-- Section "Monitor" Identifier "MonitorCenterUppr" Option "Primary" "false" EndSection Section "Monitor" Identifier "MonitorCenterLwr" Option "Primary" "true" EndSection #-- Section "Monitor" Identifier "MonitorRightUppr" Option "Primary" "false" EndSection Section "Monitor" Identifier "MonitorRightLwr" Option "Primary" "false" EndSection ## ## Screens ## #-- Section "Screen" Identifier "ScreenLeftUppr" Device "CardLeftUppr" Monitor "MonitorLeftUppr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "ScreenLeftLwr" Device "CardLeftLwr" Monitor "MonitorLeftLwr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection #-- Section "Screen" Identifier "ScreenCenterUppr" Device "CardCenterUppr" Monitor "MonitorCenterUppr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "ScreenCenterLwr" Device "CardCenterLwr" Monitor "MonitorCenterLwr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection #-- Section "Screen" Identifier "ScreenRightUppr" Device "CardRightUppr" Monitor "MonitorRightUppr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "ScreenRightLwr" Device "CardRightLwr" Monitor "MonitorRightLwr" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection ## ## Server Layout ## Section "ServerLayout" Identifier "Default Layout" Screen "ScreenCenterLwr" Screen "ScreenCenterUppr" Above "ScreenCenterLwr" # Order matters in lwr vs uppr pairs. Screen "ScreenLeftLwr" LeftOf "ScreenCenterLwr" Screen "ScreenLeftUppr" LeftOf "ScreenCenterUppr" Screen "ScreenRightLwr" RightOf "ScreenCenterLwr" Screen "ScreenRightUppr" RightOf "ScreenCenterUppr" EndSection