diff options
author | Peter Osterlund <petero2@telia.com> | 2005-01-04 00:41:24 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:01 +0200 |
commit | aa8910ec72f4d5b805c59c609f48c55cc3f8adf8 (patch) | |
tree | 63745dabec19d87b0889884a65d5d54f4cb3784b /README.alps | |
parent | 6e06fadd324bfdfccce24f028d55fa5c11f75c2b (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.alps | 4 |
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" |