diff options
author | Joseph P. Skudlarek <Jskud@briareus.(none)> | 2007-06-03 21:42:10 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2007-06-03 21:42:10 +0200 |
commit | cab78d760ddbd26511143cfd309cfa3120864472 (patch) | |
tree | 8ae97afefd14d3c3e4ed6c24be1e9c303b074043 /INSTALL | |
parent | b54890504a17916f6633d8069164a06e42824238 (diff) |
Documentation update.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 38 |
1 files changed, 20 insertions, 18 deletions
@@ -49,24 +49,26 @@ EndSection following lines: Section "InputDevice" - Identifier "Synaptics Mouse" - Driver "synaptics" - Option "Device" "/dev/psaux" - Option "Protocol" "auto-dev" - Option "LeftEdge" "1700" - Option "RightEdge" "5300" - Option "TopEdge" "1700" - Option "BottomEdge" "4200" - Option "FingerLow" "25" - Option "FingerHigh" "30" - Option "MaxTapTime" "180" - Option "MaxTapMove" "220" - Option "VertScrollDelta" "100" - Option "MinSpeed" "0.09" - Option "MaxSpeed" "0.18" - Option "AccelFactor" "0.0015" - Option "SHMConfig" "on" -# Option "Repeater" "/dev/ps2mouse" + Identifier "Synaptics Mouse" + Driver "synaptics" + Option "Device" "/dev/psaux" + Option "Protocol" "auto-dev" +# enable SHMCOnfig if you want to enable synclient +# NB: enabling SHMConfig is insecure, since any user can invoke it +# Option "SHMConfig" "on" + Option "LeftEdge" "1700" + Option "RightEdge" "5300" + Option "TopEdge" "1700" + Option "BottomEdge" "4200" + Option "FingerLow" "25" + Option "FingerHigh" "30" + Option "MaxTapTime" "180" + Option "MaxTapMove" "220" + Option "VertScrollDelta" "100" + Option "MinSpeed" "0.09" + Option "MaxSpeed" "0.18" + Option "AccelFactor" "0.0015" +# Option "Repeater" "/dev/ps2mouse" EndSection Change the Identifier to the same name as in the ServerLayout section. |