diff options
author | Peter Osterlund <petero2@telia.com> | 2005-03-25 09:01:51 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:14 +0200 |
commit | b84c6598461977e66086363e2b035010e7785a5f (patch) | |
tree | 180e9dcaea9c958e9999bb6d620936eebf314c42 /INSTALL | |
parent | 0cd5ae7301c099aa236bd098d74eacadc50e7c6d (diff) |
Mention in the INSTALL file that a synaptics touchpad with a
pass through device needs two InputDevice sections in the X config file
if used with a 2.6 linux kernel.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -99,6 +99,15 @@ The Option "Repeater" is at the moment for testing. Option "Device" "/dev/input/mice" ... + This also applies if you are using a 2.6 linux kernel and the + touchpad contains a "pass through" device. Usually a pass through + device is a touch stick located in the middle of the keyboard, but + it can also be a separate set of buttons located next to the + touchpad. If you want the pass through device to be enabled in X, + the second InputDevice is needed. If there is a line in + /proc/bus/input/devices that begins with "P: Phys=synaptics-pt" it + means that the kernel has found a pass through device. + 6. Start/Restart the X Server. If the touchpad doesn't work: a) Check the XFree log file. This file is usually called /var/log/XFree86.0.log. |