01110100110101010101011101100010
Synaptics Touchpad in Fedora 9
I have been using Fedora 9 from a long time and it really kick’s ass but i was facing the problem that my Touchpad was not working with it but the i found the solution here
Here is how to do it
The easiest was will be to install the package http://atrpms.net/dist/f9/synaptics/
or you can do it manually here
edited the /etc/X11/xorg.conf
gedit /etc/X11/xorg.conf
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
all done logout and login again and everything should be working fine
Update: found the rpm package here
| Print article | This entry was posted by Ankur Shrivastava on May 30, 2008 at 10:00 am, and is filed under Linux, fedora. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |




about 2 years ago
Good finally i can touch click
about 2 years ago
Thanks a lot. Finally my touchpad started working.I exactly wrote those code in /etc/X11/xorg.conf file and it worked.
about 1 year ago
yeah, it works!
thanx a lot
about 1 year ago
thanks. works fine. perfect work
about 1 year ago
Hi, I am able to move and scroll the mouse pointer with my touch pad device. But, I am not able to “click” using the touch pad. Do you have any solution for this?
I use Fedora 9.
Thanks in Advance