diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 15:18:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:45 +0200 |
commit | fc178e58cc2f3dabd17781fe0a45a1c1d8ab191a (patch) | |
tree | 6b4c224c3a1438358a8c0d49d58a97d47d20747c /system/synaptics/README | |
parent | 257551902ebec766f6d508ea041238d528acc128 (diff) |
system/synaptics: Initial import
Diffstat (limited to 'system/synaptics/README')
-rw-r--r-- | system/synaptics/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/synaptics/README b/system/synaptics/README new file mode 100644 index 0000000000000..69218bfe8ae45 --- /dev/null +++ b/system/synaptics/README @@ -0,0 +1,22 @@ +This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics +touchpad by default operates in compatibility mode by emulating a standard +mouse. However, by using a dedicated driver, more advanced features of the +touchpad becomes available. + +Features: + Movement with adjustable, non-linear acceleration and speed. + Button events through short touching of the touchpad. + Double-Button events through double short touching of the touchpad. + Dragging through short touching and holding down on the touchpad. + Middle and right button events on the corners of the touchpad. + Vertical scrolling through moving on the right side of the touchpad. + The up/down button sends button four/five events. + Horizontal scrolling through moving on the lower side of the touchpad. + The multi-buttons send button events for scrolling. + Adjustable finger detection. + Multifinger taps (Not all hardware implements this feature.) + Run-time configuration using shared memory. + +This driver requires manual configuration of X.org/XFree86. Review the INSTALL +file in /usr/doc/synaptics-<version> + |