I've installed several linux distributions and my touchpad isn't working in any of them. USB Mouse works fine and the touchpad works on Windows 10. I tried many different things I've found and none of them got good results. I'm using a Lenovo Ideapad 320 laptop running Windows 10 and Ubuntu 17.04 dual boot.
My xinput output:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=12 [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)]
↳ EasyCamera id=9 [slave keyboard (3)]
↳ Ideapad extra buttons id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
Edit:
Output from pt-cache policy xserver-xorg-input-synaptics
:
Xserver-xorg-input-synaptics:
Installed: (none)
Candidate: 1.9.0-1ubuntu1
Version table:
1.9.0-1ubuntu1 500
500 http://br.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
And apt-cache policy xserver-xorg-input-libinput
:
Xserver-xorg-input-libinput:
Installed: 0.25.0-0ubuntu1
Candidate: 0.25.0-0ubuntu1
Version table:
*** 0.25.0-0ubuntu1 500
500 http://br.archive.ubuntu.com/ubuntu zesty/main amd64 Packages
100 /var/lib/dpkg/status
lshw
will tell you, andjournalctl -b
will list all system messages since boot, including, maybe, a reason why no touchpad. – waltinator Aug 05 '17 at 14:04lshw
doesn't show any touchpad and I can't see any touchpad related line onjournalctl -b
:/ – Matheus Melo Aug 05 '17 at 14:11apt-cache policy xserver-xorg-input-synaptics
andapt-cache policy xserver-xorg-input-libinput
. – heynnema Aug 05 '17 at 14:42ubuntu-bug linux
. – Pilot6 Aug 05 '17 at 15:41