summaryrefslogtreecommitdiff
path: root/README.alps
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-01-05 23:45:34 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:03:03 +0200
commitad7c167063c328723d094fd413d48e54fcdcd6d2 (patch)
treebdec0cf52404c7f1c9096f4ca98361632c3fa77f /README.alps
parent130393b31914f6fd21d812af02c94a78660d3c3c (diff)
Fixed off-by-one error (see also change
7c06552920a09c89f986102ec60869d3dbcb0274) in edge motion speed calculations that made the speed approximately twice as big as intended. Updated suggested parameter settings accordingly.
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 3163878..5fec268 100644
--- a/README.alps
+++ b/README.alps
@@ -26,8 +26,8 @@ Section "InputDevice"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.015"
- Option "EdgeMotionMinSpeed" "100"
- Option "EdgeMotionMaxSpeed" "100"
+ Option "EdgeMotionMinSpeed" "200"
+ Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"