It's a weird issue. The cursor gets stuck in place but still moves so that if I click I click on what I aimed to but the cursor is not where it should be. It only happens in the launcher. I tried this to no avail.
Asked
Active
Viewed 1,222 times
6
2 Answers
1
EDIT:
first do:
modprobe -r psmouse
modprobe psmouse
If it will not help, boot into grub (by holding shift) and perform RAM check.
another possible solution would be reinstalling drivers:
sudo apt-get --reinstall install xserver-xorg-input-mouse
-
-
-
-
-
-
Those errors would probably be fixed by the last command. Seems like the mouse driver is somehow messed up. – chazecka Sep 15 '17 at 13:43
-
With the last one I'm getting an error stating that the package "xserver-xorg-input-mouse" cannot be found. – H3R3T1K Sep 15 '17 at 13:46
-
0
Press Ctrl+Alt+F1 when you arrive at the login screen.
Run
sudo service lightdm stop
to stop the X server.Install NVidia-370:
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install nvidia-370 nvidia-settings
Add
blacklist nouveau
to bottom of file/etc/modprobe.d/blacklist.conf
.Run
sudo update-initramfs -u
.Run
sudo reboot
to restart.
Your mouse should have now appeared correctly! Please reply stating if this solution worked or not.

Eliah Kagan
- 117,780

Anony Mouse
- 11
- 2
-
1
-
1Try looking at this page, seemed to have a similar problem https://askubuntu.com/questions/838692/ubuntu-16-10-mouse-cursor-stays-in-upper-left-corner – Anony Mouse Sep 18 '17 at 01:48
lsb_release -rd
please? – Pavel Sayekat Sep 15 '17 at 13:30