I just finished installing Ubuntu to my Acer C710 Chromebook, and I have a minor problem with the touchpad. When ever I try to click using the touchpad it ends up moving the mouse at the same time. I am having to use touch to click right now, but its kinda annoying when i need to do things like double click or click and drag. If anyone knows anything about this topic it would be mich appreciated! Thanks!
xinput -
(trusty)louis@localhost:~$ xinput
� Virtual core pointer id=2 [master pointer (3)]
� ��� Virtual core XTEST pointer id=4 [slave pointer (2)]
� ��� Cypress APA Trackpad (cyapa) id=10 [slave pointer (2)]
� Virtual core keyboard id=3 [master keyboard (2)]
��� Virtual core XTEST keyboard id=5 [slave keyboard (3)]
��� Power Button id=6 [slave keyboard (3)]
��� Video Bus id=7 [slave keyboard (3)]
��� Power Button id=8 [slave keyboard (3)]
��� Sleep Button id=9 [slave keyboard (3)]
��� AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
What I got when running the command "uname -a" (I need help updating the kernel)
Linux localhost 3.4.0 #1 SMP Fri May 8 12:28:58 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux –
LANG=C xinput
it will give output in English. – Pilot6 May 31 '15 at 19:01uname -a
. I will explain how to install mainline kernel. It is easy do not worry. – Pilot6 May 31 '15 at 20:08sudo apt-get install linux-generic-lts-vivid
and reboot. – Pilot6 Jun 04 '15 at 21:15sudo apt-get install --reinstall linux-generic-lts-vivid
. Maybe you did not let it finish or something. Or some manual setting in grub. – Pilot6 Jun 04 '15 at 22:20