All Projects → vadash → 1000hz

vadash / 1000hz

Licence: other
Overclock your old mouse and increase its polling rate

Projects that are alternatives of or similar to 1000hz

fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-20%)
Mutual labels:  driver, mouse
uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (+0%)
Mutual labels:  driver, mouse
vmwmouse
VMware mouse driver for Windows 3.1
Stars: ✭ 315 (+600%)
Mutual labels:  driver, mouse
rogdrv
ASUS ROG userspace mouse driver for Linux
Stars: ✭ 41 (-8.89%)
Mutual labels:  driver, mouse
rssd
Rohde & Schwarz SCPI Driver (in Python)
Stars: ✭ 25 (-44.44%)
Mutual labels:  driver
tarantool-php
PECL PHP driver for Tarantool
Stars: ✭ 82 (+82.22%)
Mutual labels:  driver
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-37.78%)
Mutual labels:  windows10
realtek-uad-nahimic-mod
Realtek Universal Audio Driver with Nahimic APO
Stars: ✭ 55 (+22.22%)
Mutual labels:  driver
fluent-provider
A provider for including Fluent in Vapor applications
Stars: ✭ 13 (-71.11%)
Mutual labels:  driver
pytorch-gpu-benchmark
Using the famous cnn model in Pytorch, we run benchmarks on various gpu.
Stars: ✭ 174 (+286.67%)
Mutual labels:  windows10
moon c
문c 블로그 with ARM64 Linux Kernel 5.x
Stars: ✭ 17 (-62.22%)
Mutual labels:  driver
aioch
aioch - is a library for accessing a ClickHouse database over native interface from the asyncio
Stars: ✭ 145 (+222.22%)
Mutual labels:  driver
BBear balance car
it'a mini auto balance car which use the mini motor to drive the car
Stars: ✭ 44 (-2.22%)
Mutual labels:  driver
rapp
Cross-platform entry point library
Stars: ✭ 57 (+26.67%)
Mutual labels:  mouse
MouseWheel
adjust the mouse scroll speed ubuntu
Stars: ✭ 24 (-46.67%)
Mutual labels:  mouse
EventTranscript.db-Research
A repo for centralizing ongoing research on the new Windows 10/11 DFIR artifact, EventTranscript.db.
Stars: ✭ 33 (-26.67%)
Mutual labels:  windows10
influxable
A lightweight python ORM / ODM / Client for InfluxDB
Stars: ✭ 36 (-20%)
Mutual labels:  driver
ridesharing-ios
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 97 (+115.56%)
Mutual labels:  driver
fanuc-driver
Configurable Fanuc Focas data collector and post processor.
Stars: ✭ 38 (-15.56%)
Mutual labels:  driver
theCore
theCore: C++ embedded framework
Stars: ✭ 76 (+68.89%)
Mutual labels:  driver

Intro

Tested on Windows 10 x64 17763.195 build. Doesnt require test mode. My cheap oklick 125M works fine @ 1000hz but not regular one A4tech X-710bk ;) Capped at 500hz, fine by me

Why

Old mouse with no native 1000hz support within official drivers

Credits

Sweetlow http://www.overclock.net/forum/members/487209-sweetlow.html

original guide http://www.overclock.net/forum/375-mice/1589644-usb-mouse-hard-overclocking-2000-hz.html

Tools (included in this repo)

filter driver (use patch folder) http://www.overclock.net/forum/375-mice/1597441-digitally-signed-sweetlow-1000hz-mouse-driver-75.html#post27147889

atsiv to load driver https://www.google.com/search?q=atsiv+download&oq=atsiv

devcon to restart mouse https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/devcon

hidusbf to install non patched driver http://www.overclock.net/attachments/45829

Install

eXtract

Unzip files from MAIN folder to "C:\Program Files\atsiv"

N|Solid

Get mouse ID

So we can use it to restart mouse. Open Powershell with admin rights

cd "C:\Program Files\atsiv"
.\devcon.exe find *mouse*

N|Solid

My ID is VID_093A

Restore original driver & setup 1000hz

Run EXTRA\Setup.exe. Check filter on device + rates. Press Install, restart , close.

N|Solid

Install patch driver

We need to patch driver on every windows boot. Open task scheduler and import tasks (Actions -> Import) MouseOC_1.xml and MouseOC_2.xml (C:\Program Files\atsiv\MouseOC_1.xml)

Edit second entry. Replace VID_093A with right one we found early

"C:\Program Files\atsiv\devcon.exe"
restart *VID_093A*

Restart PC or run this task with right click

Test

Run extra/mouserate.exe

N|Solid

Troubleshooting

Read original guide http://www.overclock.net/forum/375-mice/1589644-usb-mouse-hard-overclocking-2000-hz.html and use search here and there http://www.overclock.net/forum/375-mice/1597441-digitally-signed-sweetlow-1000hz-mouse-driver-78.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].