summaryrefslogtreecommitdiff
path: root/README.alps
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-01-04 00:41:24 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:03:01 +0200
commitaa8910ec72f4d5b805c59c609f48c55cc3f8adf8 (patch)
tree63745dabec19d87b0889884a65d5d54f4cb3784b /README.alps
parent6e06fadd324bfdfccce24f028d55fa5c11f75c2b (diff)
Improved edge motion behavior. The speed no longer depends
on the MinSpeed, MaxSpeed and AccelFactor parameters, and it doesn't depend on the packet rate from the touchpad hardware. The EdgeMotionMinSpeed and EdgeMotionMaxSpeed parameters may have to be modified to get the same speed as before this change.
Diffstat (limited to 'README.alps')
-rw-r--r--README.alps4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.alps b/README.alps
index ffa7786..237f489 100644
--- a/README.alps
+++ b/README.alps
@@ -26,8 +26,8 @@ Section "InputDevice"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
- Option "EdgeMotionMinSpeed" "15"
- Option "EdgeMotionMaxSpeed" "15"
+ Option "EdgeMotionMinSpeed" "100"
+ Option "EdgeMotionMaxSpeed" "100"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"