• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D20-Sep-2021146 2015

LICENSEH A D20-Sep-202134.3 KiB675553

README.mdH A D20-Sep-2021677 2112

evhz.cH A D20-Sep-20214.2 KiB164112

runH A D20-Sep-202196 64

README.md

1# evhz
2
3Show mouse refresh rate under linux + evdev
4
5For information about polling rate, see https://wiki.archlinux.org/index.php/Mouse_Polling_Rate
6
7Just do ./run (run is very short and readable).
8
9Nonverbose mode = -n, but you probably don't want that.
10
11Reported average is for the last 64 samples, or as many as we have so far.
12
13There exists a kernel bug for USB ports which use the uhci_hcd driver,
14where a 1000 hz mouse will only read at 500hz, causing jittering:
15https://bugzilla.kernel.org/show_bug.cgi?id=60586. A workaround is to
16use USB ports that use the ehci-pci driver.
17
18Maintainer: Ian Kelling <ian@iankelling.org>
19
20Bugs, patches, requests, feedback are welcome.
21