Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxkernel authored Jun 29, 2019
1 parent e59ba16 commit 4d25b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

![Sample Run](https://raw.githubusercontent.com/tuxkernel/Vorago/master/images/00.png)

## Set mouse polling rate
## Understanding mouse polling rate

- 1000 Hz = `options usbhid mousepoll=1`
- 500 Hz = `options usbhid mousepoll=2`
- 250 Hz = `options usbhid mousepoll=4`
- 125 Hz = `options usbhid mousepoll=8`

### Method one (via `etc/modprobe.d/`):
### Set mouse polling rate. Method one (via `etc/modprobe.d/`):

Open a terminal and type:

Expand All @@ -31,7 +31,7 @@ You can check mouse polling rate, opening a terminal and typing:

If you see "**1**", then mouse polling rate (1000 Hz) is **enabled**.

### Method two (via boot kernel module parameter):
### Set mouse polling rate. Method two (via boot kernel module parameter):

Open a terminal and type:

Expand Down

0 comments on commit 4d25b35

Please sign in to comment.