PINE64
Debian Mate arm64 0.5.15 - mouse polling rate - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: Debian Mate arm64 0.5.15 - mouse polling rate (/showthread.php?tid=5687)



Debian Mate arm64 0.5.15 - mouse polling rate - S3phi40T - 02-10-2018

Hello,

Anyone with idea how to force polling rate for mouse?

It gets auto rate from device (1000hz in my case that is OK) but I would like to force 100, 250, 500 or 1000.

Throwing some reference:
https://wiki.archlinux.org/index.php/Mouse_polling_rate
http://gimx.fr/wiki/index.php?title=Mouse_tweaks
https://elinux.org/RPi_cmdline.txt

Mousepolling = 0.
Code:
cat /sys/module/usbhid/parameters/mousepoll

mousepoll=0 → auto (controlled by mouse)
mousepoll=1 → 1000
mousepoll=2 → 500
mousepoll=4 → 250
mousepoll=8 → 125

Any ideas?