# /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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg ### begin triple-head config Section "ServerLayout" Identifier "Triple Head" Screen 0 "Screen[0]" Screen 1 "Screen[1]" RightOf "Screen[0]" Screen 2 "Screen[2]" RightOf "Screen[1]" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "yes" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules,/usr/lib/xorg/modules" EndSection Section "Module" Load "wacom" EndSection Section "ServerFlags" Option "DontZap" "yes" Option "AllowDeactivateGrabs" "yes" Option "AllowClosedownGrabs" "yes" EndSection Section "Device" Identifier "Radeon 9250[0]" Driver "radeon" BusID "PCI:0:12:0" Screen 0 # Option "HW Cursor" "off" # Option "MergedFB" "true" Option "MergedFB" "off" EndSection Section "Device" Identifier "Radeon 9250[1]" Driver "radeon" BusID "PCI:0:12:1" Screen 1 # Option "HW Cursor" "off" # Option "MergedFB" "true" Option "MergedFB" "off" EndSection Section "Device" Identifier "Radeon 9200[0]" Driver "radeon" BusID "PCI:1:0:0" Screen 0 # Option "MergedFB" "true" # Option "MonitorLayout" "TMDS, CRT" # Option "CRT2Position" "RightOf" # Option "MetaModes" "1280x1024-1280x1024 1152x864-1152x864 1024x768-1024x768 800x600-800x600 640x480-640x480" Option "MergedFB" "off" EndSection Section "Device" Identifier "Radeon 9200[1]" Driver "radeon" BusID "PCI:1:0:0" Screen 1 # Option "MergedFB" "true" # Option "MonitorLayout" "TMDS, CRT" # Option "CRT2Position" "RightOf" # Option "MetaModes" "1280x1024-1280x1024 1152x864-1152x864 1024x768-1024x768 800x600-800x600 640x480-640x480" Option "MergedFB" "off" EndSection Section "Monitor" Identifier "MRM B18XA" HorizSync 24-80 VertRefresh 30-60 # #ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync # #ModeLine "1152x768" 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync # #ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync # #ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync # #ModeLine "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync Option "DPMS" EndSection Section "Monitor" Identifier "Acer AL922[0]" # HorizSync 24-80 # VertRefresh 56-75 Option "DPMS" EndSection Section "Monitor" Identifier "Acer AL922[1]" # HorizSync 24-80 # VertRefresh 56-75 Option "DPMS" EndSection Section "Screen" Identifier "Screen[0]" Device "Radeon 9250[0]" Monitor "Acer AL922[0]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen[1]" Device "Radeon 9200[0]" Monitor "Acer AL922[1]" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen[2]" Device "Radeon 9200[1]" Monitor "MRM B18XA" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection ### end triple-head Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse1" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "USB" "on" Option "PressCurve" "50,0,100,50" # Default is “0,0,100,100″ Option "Mode" "absolute" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "USB" "on" Option "Mode" "absolute" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "USB" "on" Option "Type" "cursor" Option "Mode" "relative" EndSection