# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Multihead layout" Screen 1 "Screen1" RightOf "Screen1" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" # Option "Xinerama" "off" Option "Clone" "on" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1024x768" ### Comment all HorizSync and VertSync values to use DDC: # HorizSync 31.5 - 48.5 # VertRefresh 40.0 - 70.0 Option "dpms" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor1" VendorName "PHL" ModelName "Philips 170P" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Videocard1" Driver "i810" BusID "PCI:0:2:0" Screen 1 Option "Display" "CRT" Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "Videocard0" # Driver "vesa" Driver "i810" # VendorName "Videocard Vendor" # BoardName "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT,LFP" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection