5

My touchpad is EXTREMELY choppy. I'm not sure if this is a driver issue or what. I tried following the steps in answer: Alps Touchpad on Dell: how do I install the DKMS driver to enable multitouch?

But all of the links are out-dated/do not work, not to mention a lot of the commands sound like complete german to a new linux user. I've been googling on this issue for 3 hours to no avail. I'm completely stuck at this point and of ideas so any help would be greatly appreciated.

ThinkingInBits
  • 151
  • 1
  • 2
  • You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck. – Braiam Jan 24 '14 at 23:01

1 Answers1

0

To get touchpad properties on M6700, enter this:

xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger

To set touchpad properties to be a bit less touchy than default, I entered this:

xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
Braiam
  • 67,791
  • 32
  • 179
  • 269