summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra
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
parent1673c0580c1fc3e68629f3a92155177d10d90d95 (diff)
downloadkanotix-packages-bff02e5b0fbde74f87d31c0510677a79bf83e3b2.zip
kanotix-packages-bff02e5b0fbde74f87d31c0510677a79bf83e3b2.tar.gz
changelog 0.1-4 add touchpad
Diffstat (limited to 'kanotix-lxde-extra')
-rw-r--r--kanotix-lxde-extra/51-synaptics-kanotix.conf27
-rw-r--r--kanotix-lxde-extra/debian/changelog6
-rw-r--r--kanotix-lxde-extra/debian/install1
3 files changed, 34 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
diff --git a/kanotix-lxde-extra/debian/changelog b/kanotix-lxde-extra/debian/changelog
index c76a320..9a06b17 100644
--- a/kanotix-lxde-extra/debian/changelog
+++ b/kanotix-lxde-extra/debian/changelog
@@ -1,3 +1,9 @@
+kanotix-lxde-extra (0.1-4) unstable; urgency=low
+
+ * add touchpad config 51-synaptics-kanotix.conf in examples
+
+ -- Holger Paradies <retabell@gmx.de> Wed, 01 May 2013 17:15:28 +0200
+
kanotix-lxde-extra (0.1-3) unstable; urgency=low
* add fusion-icon to start-script
diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install
index f1f3d23..df231f6 100644
--- a/kanotix-lxde-extra/debian/install
+++ b/kanotix-lxde-extra/debian/install
@@ -1,3 +1,4 @@
logout-banner.png usr/share/lxde/images
splash_background_dragonfire.png usr/share/images/kanotix-lxde
kanotix-start-compiz usr/bin
+51-synaptics-kanotix.conf usr/share/X11/xorg.conf.d