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 | |
parent | b54890504a17916f6633d8069164a06e42824238 (diff) |
Documentation update.
-rw-r--r-- | INSTALL | 38 | ||||
-rw-r--r-- | README.alps | 8 | ||||
-rw-r--r-- | manpages/synaptics.5 | 8 |
3 files changed, 29 insertions, 25 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. diff --git a/README.alps b/README.alps index fa6d038..206696f 100644 --- a/README.alps +++ b/README.alps @@ -12,13 +12,13 @@ touchpads, you probably have to change some parameter values. Here is an example InputDevice section for the X configuration file. Section "InputDevice" - Driver "synaptics" - Identifier "Mouse[1]" - Option "Device" "/dev/psaux" + Driver "synaptics" + Identifier "Mouse[1]" + 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 "SHMConfig" "on" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" diff --git a/manpages/synaptics.5 b/manpages/synaptics.5 index 0304cf3..702d95f 100644 --- a/manpages/synaptics.5 +++ b/manpages/synaptics.5 @@ -61,7 +61,9 @@ The driver behavior can be configured with parameters. These parameters are options in the InputDevice section in the XOrg/XFree86 config file. . -See the INSTALL file for a working example. +See the INSTALL file for a working example for a synaptics touchpad. +. +See the README.alps file for a working example for an ALPS touchpad. . If you have the SHMConfig parameter enabled, these parameters can also be changed at runtime with the synclient(1) program. @@ -506,8 +508,8 @@ region, which can be all edges, a particular side, or a particular corner. . Once scrolling is engaged, moving your finger in clockwise circles -around the touchpad will generate scroll down events and counter -clockwise scroll up events. +around the center of the touchpad will generate scroll down events and +counter clockwise motion will generate scroll up events. . Lifting your finger will disengage circular scrolling. . |