Fedora 9 Synamptics Touchpad Driver

July 26, 2008



I found that my Synaptics touchpad was not fully functional under Fedora 9. The touchpad worked properly as a pointer but I was unable to use ‘tap to click’.

A few edits to ./etc/X11/xorg.conf go things working.

Added the following to the ServerLayout Section:

InputDevice "TouchPad" "CorePointer"

add a new section:

Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
EndSection

I found the solution here:

http://ankurs.com/2008/05/synaptics-touchpad-in-fedora-9/

along with links to RPM files which also correct the problem of the touchpad not responding to taps when the computer resumes or wakes from sleep mode.

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Dr. Horrible Episode 3

Next post: Fedora 9 Intel 945GM Video Tweak