Touchpad in Sony Vaio E14 - cannot click with a finger and drag with another - Ubuntu 12.04

Posted by Nabeel on Ask Ubuntu See other posts from Ask Ubuntu or by Nabeel
Published on 2012-07-27T06:29:34Z Indexed on 2013/10/27 10:16 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

I had the following issues with my Sony Vaio E14115's touchpad on Ubuntu 12.04:

  1. Right click not working
  2. Vertical scrolling not working

Then I followed these steps to fix it:

  1. Downloaded a patch for Psmouse
  2. sudo apt-get install dkms build-essential
  3. cd ~/Desktop
  4. tar jxvf psmouse-3.2.0-24-generic-pae.tar.bz2
  5. sudo mv psmouse-3.2.0-24-generic-pae /usr/src
  6. cd /usr/src
  7. sudo chmod -R a+rx psmouse-3.2.0-24-generic-pae
  8. sudo dkms add -m psmouse -v 3.2.0-24-generic-pae
  9. sudo dkms build -m psmouse -v 3.2.0-24-generic-pae
  10. sudo dkms install -m psmouse -v 3.2.0-24-generic-pae
  11. sudo modprobe -r psmouse
  12. sudo modprobe psmouse

This fixed me the problems of Rightclick and vertical scrolling.

But I still have an issue of not able to click and drag ie Clicking the leftmouse button and dragging with another finger. It doesn't move! Maybe it doesn't detect the 2nd finger.

When I check the capabilities of my Synaptics touchpad by using

xinput list-props "SynPS/2 Synaptics TouchPad"|grep Capabilities

I get the following output:

Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1

Please help me out.

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about touchpad