Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tools for Vorago 404 'gaming mouse' under GNU/Linux

License

Notifications You must be signed in to change notification settings

tuxkernel/Vorago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

160 Commits

Repository files navigation

Tools for Vorago 404 "gaming mouse" under GNU/Linux

Sample Run

Mouse polling rate explained

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

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

Open a terminal and type:

  • cd /
  • sudo pluma etc/modprobe.d/usbhid.conf

In that file, add the following:

options usbhid mousepoll=1

Save and exit.

  • sudo modprobe -r usbhid && sudo modprobe usbhid

You can check mouse polling rate, opening a terminal and typing:

  • cd /
  • cat sys/module/usbhid/parameters/mousepoll

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

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

Open a terminal and type:

  • cd /
  • sudo pluma /etc/default/grub

In that file, look for the line that says "GRUB_CMDLINE_LINUX_DEFAULT="quiet" and add the following:

usbhid.mousepoll=1

The line should look like this:

"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.mousepoll=1"

Save and exit.

  • sudo update-grub
  • sudo update-grub2
  • sudo modprobe -r usbhid && sudo modprobe usbhid

You can check mouse polling rate, opening a terminal and typing:

  • cd /
  • cat sys/module/usbhid/parameters/mousepoll

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

Fix hid-generic 0003:1D57:FA0A.0002: usb_submit_urb(ctrl) failed: -1

Open a terminal and type:

  • cd /
  • sudo pluma /etc/default/grub

In that file, look for the line that says "GRUB_CMDLINE_LINUX_DEFAULT ="quiet" and add the following:

usbhid.quirks=0x1D57:0xFA0A:0x20000000

The line should look like this:

"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.quirks=0x1D57:0xFA0A:0x20000000"

Save and exit.

  • sudo update-grub
  • sudo update-grub2
  • sudo reboot

Tools for Vorago 404 "gaming mouse" under GNU/Linux. Coming soon... ;-) ́

About

Tools for Vorago 404 'gaming mouse' under GNU/Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /