# xorg.conf - QuadHead QID Mode Setup # # by Alexander Griesser Section "Files" 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 "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" "us" 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 QID 1" Driver "mtx" BusID "PCI:1:0:0" Option "QID" Screen 0 EndSection Section "Device" Identifier "Matrox QID 2" Driver "mtx" BusID "PCI:1:0:0" Option "QID" Screen 1 EndSection Section "Monitor" Identifier "VP2130 SERIE" VendorName "ViewSonic" Option "DPMS" HorizSync 24.0 - 92.0 VertRefresh 50.0 - 85.0 EndSection Section "Screen" Identifier "Display 1" Device "Matrox QID 1" Monitor "VP2130 SERIE" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" EndSubSection EndSection Section "Screen" Identifier "Display 2" Device "Matrox QID 2" Monitor "VP2130 SERIE" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Display 1" Screen "Display 2" RightOf "Display 1" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection