Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/ghostscript/" FontPath "/usr/share/fonts/cyrillic:unscaled" FontPath "/usr/share/fonts/truetype/" FontPath "built-ins" 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 ########################################################## # The gfx cards ########################################################## Section "Device" Identifier "Gfx0" BusID "PCI:0:2:0" Driver "intel" Option "Monitor-VGA1" "MonVGA" Screen 1 VideoRam 512000 # Option "AccelMethod" "SNA" EndSection Section "Device" Identifier "Gfx1" BusID "PCI:0:2:0" Driver "intel" Option "Monitor-HDMI1" "MonHDMI" Screen 0 VideoRam 512000 # Option "AccelMethod" "SNA" EndSection ########################################################## # The Monitors ########################################################## Section "Monitor" Identifier "MonVGA" Option "DPMS" "on" Modeline "800x600x60" 40.00 800 840 968 1056 600 601 605 628 EndSection Section "Monitor" Identifier "MonHDMI" Option "DPMS" "on" # Modeline "1024x768x75" 78.80 1024 1040 1136 1312 768 769 772 800 # Modeline "1280x1024x60" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 # Option "PreferredMode" "1280x1024" EndSection ########################################################## # The Screens ########################################################## Section "Screen" Identifier "Screen1" Device "Gfx0" Monitor "MonVGA" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "Screen" Identifier "Screen0" Device "Gfx1" Monitor "MonHDMI" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "2ndview" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Extensions" Option "Composite" "Disable" EndSection