Friday, January 18, 2013

Solved: Ubuntu Touchpad Problem on Vaio VGN-CS24GH

This is a little off from the topics of this blog but this bug troubled me so much that I had to put the solution that worked, out. Here is what I did:

Run the following commands on terminal:

sudo modprobe -r psmouse 
sudo modprobe psmouse proto=imps
sudo gedit /etc/modprobe.d/touchpad.conf

Write the following line in file touchpad.conf:
options psmouse proto=imps

Close the file. That's it!
As of now this is working perfectly on my laptop, Sony Vaio VGN-CS24GH, I hope it works for you too!

No comments:

Post a Comment