# Xorg configuration for asterix with dual independent screens # T.L. 2013.01.19 Section "ServerLayout" Identifier "Multihead layout" Screen 0 "Screen0" LeftOf "Screen1" Screen 1 "Screen1" 0 0 Option "Xinerama" "off" Option "Clone" "off" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "catalogue:/etc/X11/fontpath.d" FontPath "built-ins" EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell" ModelName "1703FP" HorizSync 30.0 - 80.0 VertRefresh 59.0 - 61.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Sony" ModelName "KDL-40W3000" HorizSync 30.0 - 80.0 VertRefresh 59.0 - 61.0 Option "dpms" EndSection # Available outputs: VGA1 HDMI1 DP1 HDMI2 HDMI3 DP2 DP3 # HDMI1 = Dell # HDMI3 = Sony TV Section "Device" Identifier "Videocard0" Driver "intel" BusID "PCI:0:2:0" Option "ZaphodHeads" "HDMI1" Option "AccelMethod" "SNA" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "intel" BusID "PCI:0:2:0" Option "ZaphodHeads" "HDMI3" Option "AccelMethod" "SNA" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Disable" EndSection