Section "Files" FontPath "/usr/share/fonts/X11/misc/" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" EndSection Section "Module" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:shift_toggle,grp_led:caps,ctrl:nocaps" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SendCoreEvents" "true" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "EdgeMotionUseAlways" "1" Option "CircScrollTrigger" "1" Option "CircularScrolling" "1" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "External Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "CorePointer" "true" EndSection # Devices Section "Device" Identifier "primary-head0" Driver "radeon" BusID "PCI:1:0:0" Option "DynamicClocks" "True" EndSection Section "Device" Identifier "primary-head1" Driver "radeon" BusID "PCI:1:0:1" Option "DynamicClocks" "True" Screen 1 EndSection # Monitors Section "Monitor" Identifier "builtin" # VertRefresh 60 Option "DPMS" # DisplaySize 328 205 EndSection Section "Monitor" Identifier "external" Option "DPMS" # VertRefresh 60 EndSection # Screens Section "Screen" Identifier "screen0" Device "primary-head0" Monitor "builtin" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "screen1" Device "primary-head1" Monitor "builtin" DefaultDepth 16 SubSection "Display" Virtual 1920 1200 Depth 16 Modes "1920x1200" EndSubSection SubSection "Display" Virtual 1920 1200 Depth 8 Modes "1280x800" EndSubSection EndSection # layouts Section "ServerLayout" Identifier "layout-single" InputDevice "Generic Keyboard" InputDevice "External Mouse" InputDevice "Touchpad" Screen 0 "screen0" Screen 1 "screen1" EndSection Section "dri" Mode 0666 EndSection Section "ServerFlags" Option "Xinerama" "False" EndSection