diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-09-23 12:16:35 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 12:16:35 +0100 |
commit | 0653b417bc63bf703e797f355347f3ebd4a8cf3d (patch) | |
tree | ea07e0199b0d77681fda13f1f3c61fc5c841896d /system/evhz/README | |
parent | 31c8e32542a1924de76dd9cb231627a4894b51b2 (diff) | |
download | slackbuilds-0653b417bc63bf703e797f355347f3ebd4a8cf3d.tar.gz |
system/evhz: Added (show mouse refresh rate).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/evhz/README')
-rw-r--r-- | system/evhz/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/evhz/README b/system/evhz/README new file mode 100644 index 0000000000..fa5dd8af3d --- /dev/null +++ b/system/evhz/README @@ -0,0 +1,10 @@ +Show mouse refresh rate under linux + evdev + +For information about polling rate, see +https://wiki.archlinux.org/index.php/Mouse_Polling_Rate + +Note: There exists a kernel bug for USB ports which use the uhci_hcd +driver, where a 1000 hz mouse will only read at 500hz, causing +jittering. A workaround is to use USB ports that use the ehci-pci +driver. See + https://bugzilla.kernel.org/show_bug.cgi?id=60586 |