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