Skip navigation.

Touchpad Tap Function Won't Work On Laptop PC

Issue: The laptop PC has the PS/2 Synaptics TouchPad. The tap function or the double click function does not work out of the box on a fresh Fedora 9 install.

Solution: Add psmouse.proto=imps to the grub configuration file

Step 1: Open the grub configuration from a text editor
vi /etc/grub.conf

Step 2: Append psmouse.proto=imps to the kernel line
I am pasting the information from my computer. It may vary slightly on your computer.

Before: kernel /boot/vmlinuz-2.6.25.10-86.fc9.i686 ro root=UUID=c1c4deb3-cc72-4ce6-b76f-4c4a8d61b61e rhgb quiet

After: kernel /boot/vmlinuz-2.6.25.10-86.fc9.i686 ro root=UUID=c1c4deb3-cc72-4ce6-b76f-4c4a8d61b61e rhgb quiet psmouse.proto=imps

Step 3: Restart the computer

After the computer restarts, the tap function should work.



Tap works, but now scrolling not working...

Thanks Sudheer!

I've managed to get Tap to work, but the scrolling function (horizontal & vertical) which previously work does not work anymore.. Do you know how to have Tap AND Scrolling to work together?

Also, do you know how to enable the middle button on the touchpad? (mine have 3 buttons). Thank you very much.

Mine:
Fedora 9 (Kernel: 2.6.26) - fresh install & update
Acer Aspire 5315 - not sure what Touchpad it has though

regards,
-syah-

What does psmouse.proto=imps actually do?

Hi Sudheer,

Will this be installing the drivers?

I am newbie on linux. Please throw some more light on what this actually does?

Re: What does psmouse.proto=imps actually do?

Hi Nomad,

Adding psmouse.proto=imps to your grub configuration file does not install any driver. As the blog post says, if you have PS/2 Synaptics TouchPad, the instructions will help you get the tap function working on your laptop.

P.S: It is a solution to a particular issue.

With warm regards,
Sudheer

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Use the special tag [adsense:format:group:channel] or [adsense:block:location] to display Google AdSense ads.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.