diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-17 23:36:52 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:04 +0200 |
commit | 8ad3c7d36b5583dead89b64ee26795772417752a (patch) | |
tree | 405b51f187a3a797e964128f88ecc8aa74b42883 /INSTALL | |
parent | b8e955b4ce399ba44e60bd13f9838974eee88513 (diff) |
Updated INSTALL file. From Olive <olivier.fambon@free.fr>.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -37,15 +37,22 @@ Installing in Gentoo 1.4 (with XFree86 4.3.0), the correct path is "/usr/X11R6/lib/modules/drivers". -3. Load the driver by changig the XFree configuration file through - adding the line 'Load "synaptics"' in the module section. +3. Add the driver to the XFree configuration file (usually called + /etc/X11/XF86Config-4 or /etc/X11/XF86Config) + +Section "Module" +... + Load "synaptics" +... +EndSection + 4. Add/Replace in the InputDevice section for the touchpad the following lines: Section "InputDevice" + Identifier "Synaptics Mouse" Driver "synaptics" - Identifier "Mouse[1]" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" @@ -71,7 +78,7 @@ The Option "Repeater" is at the moment for testing. Section "ServerLayout" ... - InputDevice "Mouse[1]" "CorePointer" + InputDevice "Synaptics Mouse" "CorePointer" ... Note! You can not have more than one core pointer, so if you want |