- Bug #34501
- Comment #88
Comment 88 for bug 34501
Revision history for this message
I have a newish Lenovo Ideapad V460 with an Elan touchpad of some kind in it. I was experiencing some trouble as people described above, no mouse functionality in Xorg or GPM. I got the touchpad to work by doing:
rmmod psmouse
modprobe psmouse proto=imps
proto=exps also seems to work. No synaptics functionality seems to be present, but it does make the mouse work in Xorg without any other configuration changes.
added "option psmouse proto=imps" to /etc/modprobe.
It's not a fix, but it does allow me to use the mouse on this machine now.