Section "ServerLayout" Identifier "Default Layout" Screen 0 "VGA" Screen 1 "DVI" RightOf "VGA" InputDevice "Keyboard1" InputDevice "Mouse1" EndSection Section "Files" FontPath "/usr/share/fonts/default/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/util/" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" EndSubSection # Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a Load "drm" # libdrm.a Load "i2c" Load "bitmap" Load "extmod" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc102" Option "XkbLayout" "us" Option "XkbVariant" ",qwerty" Option "XkbOptions" "caps:escape" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" # When using XQUEUE, comment out the above two lines, and uncomment EndSection Section "Monitor" Identifier "LG" Option "Rotate" "left" EndSection Section "Monitor" Identifier "DELL" EndSection Section "Device" Identifier "Radeon-VGA" Driver "radeon" Screen 0 EndSection Section "Device" Identifier "Radeon-DVI" Driver "radeon" Screen 1 EndSection Section "Screen" Identifier "VGA" Device "Radeon-VGA" Monitor "LG" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "DVI" Device "Radeon-DVI" Monitor "DELL" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "DRI" Mode 0666 EndSection