diff options
-rw-r--r-- | INSTALL.DE | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -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. - - |