summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-09-26 07:53:21 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:12 +0200
commit3b6deacd0bab0f10f4c5147548d156bddb56b855 (patch)
treeebaf34100d57d50a1bd5d22ab6157437e2e3eb0d
parent86adad50ea56005cc3d6f536b5ea2856c7d1ed57 (diff)
Updated the config section in INSTALL.DE. Added warning
explaining that the file is not up to date.
-rw-r--r--INSTALL.DE19
1 files changed, 13 insertions, 6 deletions
diff --git a/INSTALL.DE b/INSTALL.DE
index e5868a2..4c860a2 100644
--- a/INSTALL.DE
+++ b/INSTALL.DE
@@ -1,3 +1,7 @@
+NOTE!!! I (Peter Österlund) don't know enough German to keep this file
+up to date. See the INSTALL file for the most up to date information.
+
+
Installation des Synaptics-Touchpad-Treibers für XFree 4.x
==========================================================
@@ -29,10 +33,15 @@ Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
- Option "Edges" "1900 5400 1800 3900"
- Option "Finger" "25 30"
- Option "MaxTapTime" "20"
- Option "MaxTapMove" "220"
+ Option "Protocol" "auto-dev"
+ Option "LeftEdge" "1900"
+ Option "RightEdge" "5400"
+ Option "TopEdge" "1900"
+ Option "BottomEdge" "4000"
+ Option "FingerLow" "25"
+ Option "FingerHigh" "30"
+ Option "MaxTapTime" "180"
+ Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
@@ -54,5 +63,3 @@ funktionieren, siehe Schritt 7.
7. a) Die Ausgaben des XFree-Logfiles anschauen.
b) Den XServer mit "startx -- -logverbose 8" starten um mehr
Ausgaben zu erzeugen.
-
-