aidan572
Posts: 1
Joined: Thu Mar 24, 2016 12:01 pm

Mouse not moving fast enough!

Thu Mar 24, 2016 12:04 pm

I have an old Raspberry Pi 1 B+ that i use as a web server and it does not have a very fast mouse pointer movements. i have gone into settings and tried to use the command line nothing seems to work.

JimmyN
Posts: 1109
Joined: Wed Mar 18, 2015 7:05 pm
Location: Virginia, USA

Re: Mouse not moving fast enough!

Thu Mar 24, 2016 2:08 pm

You'll need to edit "cmdline.txt" to change the mouse polling value.

Code: Select all

sudo nano /boot/cmdline.txt
You have to be careful with editing, that has to be one long line so don't press <ENTER> anywhere while you're editing.

When the editor opens use the right arrow on your keyboard to scroll across the line till the cursor is on the "r" in "rootwait.
Type in the following:

Code: Select all

usbhid.mousepoll=0
Press space after the "0" so you again have a space before "rootwait". Then press <CTRL> and "x" at the same time, press "y" to confirm the change, then press <ENTER> to save the file. Reboot and you'll have a faster mouse.

Return to “Troubleshooting”