summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra/51-synaptics-kanotix.conf
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-05-01 17:27:50 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-05-03 16:33:13 +0200
commitbff02e5b0fbde74f87d31c0510677a79bf83e3b2 (patch)
treef158a8c8c55cdeb4f3ca83f34b6fa8b23a79b176 /kanotix-lxde-extra/51-synaptics-kanotix.conf
parent1673c0580c1fc3e68629f3a92155177d10d90d95 (diff)
downloadkanotix-packages-bff02e5b0fbde74f87d31c0510677a79bf83e3b2.zip
kanotix-packages-bff02e5b0fbde74f87d31c0510677a79bf83e3b2.tar.gz
changelog 0.1-4 add touchpad
Diffstat (limited to 'kanotix-lxde-extra/51-synaptics-kanotix.conf')
-rw-r--r--kanotix-lxde-extra/51-synaptics-kanotix.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/51-synaptics-kanotix.conf b/kanotix-lxde-extra/51-synaptics-kanotix.conf
new file mode 100644
index 0000000..8f25a24
--- /dev/null
+++ b/kanotix-lxde-extra/51-synaptics-kanotix.conf
@@ -0,0 +1,27 @@
+# from http://wiki.debian.org/SynapticsTouchpad
+# examples at /usr/share/X11/xorg.conf.d
+#
+# Copy this file into
+# /etc/X11/xorg.conf.d/
+#
+Section "InputClass"
+ Identifier "Touchpad" # required
+ MatchIsTouchpad "yes" # required
+ Driver "synaptics" # required
+# Option "MinSpeed" "0.5"
+# Option "MaxSpeed" "1.0"
+# Option "AccelFactor" "0.075"
+ Option "TapButton1" "1"
+# Option "TapButton2" "2" # multitouch
+# Option "TapButton3" "3" # multitouch
+# Option "VertTwoFingerScroll" "1" # multitouch
+# Option "HorizTwoFingerScroll" "1" # multitouch
+ Option "VertEdgeScroll" "1"
+# Option "CoastingSpeed" "8"
+# Option "CornerCoasting" "1"
+# Option "CircularScrolling" "1"
+# Option "CircScrollTrigger" "7"
+# Option "EdgeMotionUseAlways" "1"
+ Option "LBCornerButton" "8" # browser "back" btn
+ Option "RBCornerButton" "9" # browser "forward" btn
+EndSection