Raspberry PI 3: Slow mouse

Awazagaga Posted messages 33 Status Membre -  
 arthuro -
Hello hello,

I recently acquired a Raspberry Pi 3 and I've noticed there is a latency between my mouse movements and the movement on the screen.
At first, I thought it might be a setting issue, but after checking and testing the available mouse settings, the problem persisted.
I then changed mice to make sure it wasn't the mouse itself, but the latency of the movements still remains.

Of course, I asked my friend Google, who directed me to plenty of websites (as usual), but none had a problem similar to mine.
So I'm coming to you for your opinion! Does anyone have any ideas?

Thanks in advance

3 réponses

ouglouck Posted messages 1 Status Membre 5
 
Try this (it worked for me with a wireless mouse, no need to put a wire back on it):

Add to the file
/boot/cmdline.txt
, at the end of the existing line:

usbhid.mousepoll=0
(making sure to add a space before the command, of course)

This gives me:

dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=21948d0e-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles usbhid.mousepoll=0


To edit this file:
  • In command line:
    sudo nano /boot/cmdline.txt 
    ;
  • In graphical mode:
    pkexec gedit /boot/cmdline.txt
    .
5
Anonymous user
 
I also had the same problem (wireless mouse)
In any case, it worked for me, thank you very much!
-1
arthuro > Anonymous user
 
Where did you enter the command?
I put it in the basic terminal, and it shows me /boot/cmdline.txt: line 1: fsck.repair=yes: command not found

I don't understand much, can someone help me, guide me please

arthur
1
Fowlred Posted messages 19 Status Membre 2
 
Good evening,

Maybe a screen adjustment? Otherwise, try asking the store where you ordered the mouse.

Best regards,
Fowlred.

--
Any questions? Need help? Feel free to message me privately! I would be happy to assist you!
-Fowlred
0
zipe31 Posted messages 34620 Registration date   Status Contributeur Last intervention   6 501
 
Hello,

Which distribution for Raspberry?
What kind of mouse? Wired? Wireless?

--
_______________________________ ☯ Zen my nuggets ☮ ______________________________
Make a gesture for the environment, close your windows and adopt a penguin… 🐧
0
Awazagaga Posted messages 33 Status Membre
 
Hello,

I took Raspian, and it's a laser mouse.
0
zipe31 Posted messages 34620 Registration date   Status Contributeur Last intervention   6 501 > Awazagaga Posted messages 33 Status Membre
 
Start by trying a wired mouse and see if you still experience latency.
0