H3R3T1K Asked: 2017-09-10 11:22:18 +0800 CST2017-09-10 11:22:18 +0800 CST 2017-09-10 11:22:18 +0800 CST Cursor getting stuck in launcher 772 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. 16.04 2 Answers Voted chazecka 2017-09-16T04:59:10+08:002017-09-16T04:59:10+08:00 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 Anony Mouse 2017-09-16T15:48:28+08:002017-09-16T15:48:28+08:00 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.
EDIT:
first do:
If it will not help, boot into grub (by holding shift) and perform RAM check.
another possible solution would be reinstalling drivers:
Press Ctrl+Alt+F1 when you arrive at the login screen.
Run
sudo service lightdm stop
to stop the X server.Install NVidia-370:
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.