Last active
February 15, 2019 09:12
-
-
Save umair-me/53a2627f74690c99bbc23e66a3dac736 to your computer and use it in GitHub Desktop.
Fix for slow mouse on Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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