minor doc update
[evhz] / README.md
1 evhz
2 ====
3
4 Display the current mouse refresh rate under linux with evdev.
5
6 For information about polling rate, see https://wiki.archlinux.org/index.php/Mouse_Polling_Rate
7
8 The program is just evhz.c. Compile and run:
9
10 gcc -o evhz evhz.c
11 sudo ./evhz
12
13 Nonverbose mode = -n
14
15 Maintainer: Ian Kelling <ian@iankelling.org>
16 Bugs, patches, requests, feedback is welcome.
17
18 Last tested 7/2014 on Fedora 20. Still working great.