# xorg.conf - Triple Head Independent Setup # # by Alexander Griesser Section "Files" # if the local font server has problems, we can fall back on these FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Matrox P750 1" Driver "mtx" BusID "PCI:1:0:0" Option "THI" "on" Screen 0 EndSection Section "Device" Identifier "Matrox P750 2" Driver "mtx" BusID "PCI:1:0:0" Option "THI" "on" Screen 1 EndSection Section "Device" Identifier "Matrox P750 3" Driver "mtx" BusID "PCI:1:0:0" Option "THI" "on" Screen 2 EndSection Section "Monitor" Identifier "Philips 190B 1" VendorName "PHL" Option "DPMS" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 EndSection Section "Monitor" Identifier "Philips 190B 2" VendorName "PHL" Option "DPMS" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 EndSection Section "Monitor" Identifier "Philips 190B 3" VendorName "PHL" Option "DPMS" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 EndSection Section "Screen" Identifier "Display 1" Device "Matrox P750 1" Monitor "Philips 190B 1" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Display 2" Device "Matrox P750 2" Monitor "Philips 190B 2" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Display 3" Device "Matrox P750 3" Monitor "Philips 190B 3" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Display 1" 0 0 Screen "Display 3" RightOf "Display 1" Screen "Display 2" RightOf "Display 3" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" Option "xinerama" "on" EndSection Section "DRI" Mode 0666 EndSection