summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-06-15 12:39:30 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:58 +0200
commit2b7b0567533698dbd86fb3bd745ad5b395c1d85d (patch)
tree331d147d0592cc59def2329891eeef37d5ed6262 /INSTALL
parent6838991b9defc1fa46c494b79a2a3531e07ff1e6 (diff)
Changed suggested MaxTapTime value from 20 to 15, to avoid
gnome scrollbars to start auto repeat when tapping is used.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 716c898..c25ab32 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,7 +19,7 @@ changig the Variable TOP. Then type "make" to build the driver
"ex. /usr/X11R6/lib/modules/input/".
4. Load the driver by changig the XFree configuration file through
-adding the line 'Load "synaptics"' in the modul-section.
+adding the line 'Load "synaptics"' in the module section.
5. Add/Replace in the InputDevice-section for the touchpad the
following lines:
@@ -34,8 +34,8 @@ Section "InputDevice"
Option "TopEdge" "3900"
Option "BottomEdge" "1800"
Option "Finger" "25 30"
- Option "MaxTapTime" "20"
- Option "MaxTapMove" "220"
+ Option "MaxTapTime" "15"
+ Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
@@ -60,5 +60,6 @@ step 8.
8. a) Check the XFree-Logfiles
b) Try to start the XServer with 'startx -- -logverbose 8' for more
Output
+
If you can't get the driver working, mail the logfiles and the
configuration file to me.