-1

When I had Ubuntu 12.04 this command worked

sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps 

Now that I have upgraded to Ubuntu 16.04 this command doesn't work. I even tried various ways, but they didn't work.

Zanna
  • 70,465

2 Answers2

1

Try the below if not working means tell me I will tell another solution

gsettings set org.gnome.settings-daemon.plugins.cursor active false

0

Try this one:

sudo rmmod i2c_hid
sudo modprobe i2c_hid
Eliah Kagan
  • 117,780