m-u
12/20/2018 - 7:37 PM

Fix for slow mouse on Raspberry Pi

Fix for slow mouse on Raspberry Pi

Type into Command line:

sudo nano /boot/cmdline.txt
add onto the end of the line “usbhid.mousepoll=0” without quotes (note if still slow on 0 try 1)
save the file (ctrl+o)
then: sudo reboot