|
--- xserver.conf-normal 2016-06-20 18:25:53.176692683 +0200 |
|
+++ xserver.conf-smart-fixed 2016-06-20 18:38:35.950736792 +0200 |
|
@@ -1,207 +1,124 @@ |
|
Section "ServerFlags" |
|
Option "AllowMouseOpenFail" "on" |
|
Option "DontZap" "on" |
|
- |
|
EndSection |
|
|
|
Section "Module" |
|
- |
|
EndSection |
|
|
|
Section "Monitor" |
|
Identifier "Monitor[0]" |
|
- |
|
EndSection |
|
|
|
Section "InputClass" |
|
Identifier "Keyboard catchall" |
|
MatchIsKeyboard "on" |
|
Option "XkbRules" "base" |
|
Option "XkbModel" "pc104" |
|
Option "XkbLayout" "be" |
|
Option "XkbOptions" "eurosign:e" |
|
Option "XkbVariant" "" |
|
EndSection |
|
|
|
# Additional "InputClass" sections |
|
|
|
|
|
- |
|
Section "ServerLayout" |
|
Identifier "Layout[all]" |
|
- |
|
# Reference the Screen sections for each driver. This will |
|
# cause the X server to try each in turn. |
|
Screen "Screen-ati[0]" |
|
-Screen "Screen-cirrus[0]" |
|
-Screen "Screen-intel[0]" |
|
-Screen "Screen-vesa[0]" |
|
-Screen "Screen-vmware[0]" |
|
-Screen "Screen-modesetting[0]" |
|
- |
|
+ Screen "Screen-cirrus[0]" |
|
+ Screen "Screen-intel[0]" |
|
+ Screen "Screen-vesa[0]" |
|
+ Screen "Screen-vmware[0]" |
|
+ Screen "Screen-modesetting[0]" |
|
EndSection |
|
|
|
|
|
- |
|
# For each supported driver, add a "Device" and "Screen" |
|
# section. |
|
|
|
Section "Device" |
|
Identifier "Device-ati[0]" |
|
Driver "ati" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-ati[0]" |
|
Device "Device-ati[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Device" |
|
Identifier "Device-cirrus[0]" |
|
Driver "cirrus" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-cirrus[0]" |
|
Device "Device-cirrus[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Device" |
|
Identifier "Device-intel[0]" |
|
Driver "intel" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-intel[0]" |
|
Device "Device-intel[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Device" |
|
Identifier "Device-vesa[0]" |
|
Driver "vesa" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-vesa[0]" |
|
Device "Device-vesa[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Device" |
|
Identifier "Device-vmware[0]" |
|
Driver "vmware" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-vmware[0]" |
|
Device "Device-vmware[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Device" |
|
Identifier "Device-modesetting[0]" |
|
Driver "modesetting" |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
Section "Screen" |
|
Identifier "Screen-modesetting[0]" |
|
Device "Device-modesetting[0]" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|
|
|
|
- |
|
- |
|
# Automatically enable the synaptics driver for all touchpads. |
|
Section "InputClass" |
|
Identifier "synaptics touchpad catchall" |
|
MatchIsTouchpad "on" |
|
- |
|
Driver "synaptics" |
|
Option "MinSpeed" "1.0" |
|
Option "MaxSpeed" "1.4" |
|
Option "AccelFactor" "0.1" |
|
Option "MaxTapTime" "180" |
|
-Option "MaxTapMove" "220" |
|
-Option "TapButton1" "1" |
|
-Option "TapButton2" "2" |
|
-Option "TapButton3" "3" |
|
- |
|
+ Option "MaxTapMove" "220" |
|
+ Option "TapButton1" "1" |
|
+ Option "TapButton2" "2" |
|
+ Option "TapButton3" "3" |
|
Option "ClickFinger1" "1" |
|
Option "ClickFinger2" "2" |
|
Option "ClickFinger3" "3" |
|
Option "VertTwoFingerScroll" "1" |
|
Option "HorizTwoFingerScroll" "1" |
|
Option "VertEdgeScroll" "0" |
|
Option "HorizEdgeScroll" "0" |
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
|
EndSection |
|
|