Page 1 of 1

Mouse not moving fast enough!

Posted: Thu Mar 24, 2016 12:04 pm
by aidan572
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.

Re: Mouse not moving fast enough!

Posted: Thu Mar 24, 2016 2:08 pm
by JimmyN
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.