Search found 434 matches

by Vocaleyes
14 Jul 2025, 16:20
Forum: Input Lag / Display Lag / Network Lag
Topic: Using an external USB PCIE card won't solve on some mobos
Replies: 4
Views: 1245

Re: Using an external USB PCIE card won't solve on some mobos



So i've just discovered that on some chipset architecture even an external USB card with it's own dedicated chip won't solve certain issues.

What “issues”?


This is due to certain chipsets having shared DPC queues and non-deterministic USB interrupt routing, even across PCIe add-in cards ...
by Vocaleyes
13 Jul 2025, 19:25
Forum: Input Lag / Display Lag / Network Lag
Topic: Using an external USB PCIE card won't solve on some mobos
Replies: 4
Views: 1245

Using an external USB PCIE card won't solve on some mobos

So i've just discovered that on some chipset architecture even an external USB card with it's own dedicated chip won't solve certain issues.
This is due to certain chipsets having shared DPC queues and non-deterministic USB interrupt routing, even across PCIe add-in cards.

This means even if the ...
by Vocaleyes
15 Jun 2025, 20:57
Forum: Input Lag / Display Lag / Network Lag
Topic: Floating Point w/ fractional retention
Replies: 4
Views: 2162

Re: Floating Point w/ fractional retention



Here is an app which uses floating point math with fractional retention in an effort to diagnose bias accumulated mouse drift.
In my case the drift is still present when running, although interestingly the visible gaps in mouse cursor trail have almost entirely been eliminated.

So, if we're ...
by Vocaleyes
15 Jun 2025, 18:45
Forum: Input Lag / Display Lag / Network Lag
Topic: Floating Point w/ fractional retention
Replies: 4
Views: 2162

Floating Point w/ fractional retention

Here is an app which uses floating point math with fractional retention in an effort to diagnose bias accumulated mouse drift.
In my case the drift is still present when running, although interestingly the visible gaps in mouse cursor trail have almost entirely been eliminated.

So, if we're still ...
by Vocaleyes
13 Jun 2025, 19:12
Forum: Input Lag / Display Lag / Network Lag
Topic: EUREKA!
Replies: 15
Views: 7211

Re: EUREKA!

Happy weekend everyone.

I have further improved upon the app "LowInputLagShell", by making another change.

I have made it so there's no more dialogue box that pops up when running the app, which is useful for testing but annoying when applying it practically. Therefore i have made the app run in ...
by Vocaleyes
12 Jun 2025, 13:58
Forum: Input Lag / Display Lag / Network Lag
Topic: EUREKA!
Replies: 15
Views: 7211

Re: EUREKA!




and how we can run these cpp files by the way? want to try it


open folder - x64 - release - open app, should do it?


so i tested it. with this app running my desktop sensitivity feels like 3200 dpi instead of my 1600 dpi.
but in games - 0 differences. absolutely does nothing. only on ...
by Vocaleyes
12 Jun 2025, 10:47
Forum: Input Lag / Display Lag / Network Lag
Topic: EUREKA!
Replies: 15
Views: 7211

Re: EUREKA!

dermodemon wrote:
12 Jun 2025, 03:51
and how we can run these cpp files by the way? want to try it
open folder - x64 - release - open app, should do it?
by Vocaleyes
11 Jun 2025, 19:12
Forum: Input Lag / Display Lag / Network Lag
Topic: EUREKA!
Replies: 15
Views: 7211

Re: EUREKA!

Here is what must be the 100th iteration of the app so far, there have been some crazy issues, but am at a point where it feels rather good and drifting has been drastically reduced. Enjoy!

https://drive.google.com/drive/folders/ ... sp=sharing
by Vocaleyes
11 Jun 2025, 18:27
Forum: Input Lag / Display Lag / Network Lag
Topic: MouseDriftingVisualiser
Replies: 1
Views: 1006

MouseDriftingVisualiser

Here is a cool little app I made to show whether or not "mouse drifting" is an issue you are facing.
Open file - x64 - release - then the app.
If you use it please let me know if you see the drift or not, thank you!

https://drive.google.com/drive/folders/15g49epd4VQts1X7hKWOo052Z229p9jT4?usp ...
by Vocaleyes
11 Jun 2025, 17:16
Forum: Input Lag / Display Lag / Network Lag
Topic: EUREKA!
Replies: 15
Views: 7211

Re: EUREKA!

continued...

"All mice, across all platforms, drift in the same direction relative to your input pattern."

This completely reframes the issue.

---

### ✅ What that confirms:

* The issue is **not random**. It's **systematic** and **reproducible**.
* It’s **not tied to a specific operating system ...