diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-07 11:21:34 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-07 15:03:24 +1030 |
commit | e7848d5e2d159df082b4d53ac9412f2900a8b814 (patch) | |
tree | 9455789d86509352bf034f732b2b4f6f725dad72 | |
parent | 76c9a626459a8777b87810bde9c338ea882e9d68 (diff) |
man: Document multifinger-scrolling defaults.
If Protocol event is used, the driver initializes defaults based on the
capabilities reported by the kernel driver. Acceleration and edges are based
on the dimensions reported by the kernel. If the kernel reports multi-finger
detection, two-finger vertical scrolling is enabled, horizontal two-finger
scrolling is disabled and edge scrolling is disabled. If no multi-finger
capabilities are reported, edge scrolling is enabled for both horizontal and
vertical scrolling.
-rw-r--r-- | man/synaptics.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index 2340218..800f89a 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -617,6 +617,17 @@ is available. Fell free to copy it to and customize it to your needs. You can pass custom options to the driver using x11_options properties. Note that this requires xorg-server-1.5 or higher. +.LP +If either of +.BI "Protocol \*q" auto-dev \*q +(default) or +.BI "Protocol \*q" event \*q +is used, the driver initializes defaults based on the capabilities reported by +the kernel driver. Acceleration and edges are based on the dimensions reported +by the kernel. If the kernel reports multi-finger detection, two-finger +vertical scrolling is enabled, horizontal two-finger scrolling is disabled and +edge scrolling is disabled. If no multi-finger capabilities are reported, +edge scrolling is enabled for both horizontal and vertical scrolling. .SH "REMOVED OPTIONS" The following options are no longer part of the driver configuration: |