2

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
fosslinux
  • 3,831

1 Answers1

0

Have you tried running the following?

sudo modprobe -r psmouse  # PS/2 mouse driver
sudo modprobe psmouse proto=imps  # Add proto=imps option
Pablo Bianchi
  • 15,657
Sandeep Neupane
  • 489
  • 3
  • 14