Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "dri"
Load "freetype"
Load "glx"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys),ua(winkeys)"
Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:caps_toggle,compose:ralt"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "VertEdgeScroll" "on"
# Option "VertTwoFingerScroll" "on"
# Option "HorizTwoFingerScroll" "on"
Option "Buttons" "7"
Option "Emulate3Buttons" "true"
Option "EmulateMidButtonTime" "75"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1400"
Option "BottomEdge" "4500"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
EndSection
Section "Monitor"
Identifier "My Monitor"
EndSection
Section "Monitor"
Identifier "VGA Monitor"
Option "Rightof" "My Monitor"
EndSection
Section "Device"
Identifier "My Video Card"
Driver "intel"
BusId "PCI:0:2:0"
Option "Monitor-LVDS" "My Monitor"
Option "Monitor-VGA" "VGA Monitor"
Option "DRI" "true"
VideoRam 131072
EndSection
Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Virtual 2560 1050
Modes "1280x800" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "TouchPad" "SendCoreEvents"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection