diff options
-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 |