Raspberry PI 3: Slow mouse
Awazagaga
Posted messages
33
Status
Membre
-
arthuro -
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
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
Try this (it worked for me with a wireless mouse, no need to put a wire back on it):
Add to the file
This gives me:
To edit this file:
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
.
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
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
In any case, it worked for me, thank you very much!
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