Raspberry Pi – How to fix Slowly/Laggy Mouse?

Tired of a slow and laggy mouse on your Raspberry Pi? We’ve got the fix! 💡Our latest guide has all the tips and tricks to banish that lag and bring back the speed.

First you will need to edit the file /boot/cmdline.txt on a terminal, this file is a configuration file, is located in the boot partition of your SD card or USB on your Raspberry Pi.

sudo nano /boot/cmdline.txt

On that file go to the end of line and add the following text, this will set the rate at which polls the mouse for movement changes, you can set number from 0-8.

usbhid.mousepoll=8

Save (Ctrl+S) the file and exit (Ctrl+X) and then Reboot your Raspberry Pi.

Problem Solved.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *