Skip to content

Instantly share code, notes, and snippets.

@umair-me
Last active February 15, 2019 09:12
Show Gist options
  • Save umair-me/53a2627f74690c99bbc23e66a3dac736 to your computer and use it in GitHub Desktop.
Save umair-me/53a2627f74690c99bbc23e66a3dac736 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment