# xorg.conf - Dual Head Clone 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/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/lib/X11/fonts/100dpi" RGBPath "/etc/X11/rgb" EndSection Section "Module" # Load "GLcore" # Load "bitmap" Load "dbe" # Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" # Load "int10" # Load "record" # Load "speedo" Load "type1" Load "v4l" # Load "vbe" # Load "dga" 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" Option "HWcursor" "on" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Matrox P750 2" Driver "mtx" Option "HWcursor" "on" BusID "PCI:1:0:0" Screen 1 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 "Screen" Identifier "Display 1" Device "Matrox P750 1" Monitor "Philips 190B 1" DefaultDepth 24 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 24 SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Display 1" Screen "Display 2" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" Option "Xinerama" EndSection Section "ServerFlags" Option "BlankTime" "30" Option "StandByTime" "45" Option "SuspendTime" "60" Option "OffTime" "120" EndSection Section "DRI" Mode 0666 EndSection