Search found 52 matches

by TooManyPixels
28 Nov 2023, 03:48
Forum: Input Lag / Display Lag / Network Lag
Topic: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?
Replies: 58
Views: 29673

Re: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?

So, I think I have something... but there's enough weird anomalies going on that I'll probably prove myself wrong in a few weeks after investigating each... So here's what I've got to show to you all so-far: Good vs Bad comparison.png I was able to do my traces on a friend's unaffected machine over ...
by TooManyPixels
28 Nov 2023, 01:51
Forum: Input Lag / Display Lag / Network Lag
Topic: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?
Replies: 58
Views: 29673

Re: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?

I don't have any real announcement to make yet, but I just wanted to share some observations I've made from my data, which includes a bunch of suspect possibilities I've eliminated so-far: There is no evidence of USB HID reports being dropped, i.e. all my traces indicate every HID report is eventual...
by TooManyPixels
16 Nov 2023, 20:32
Forum: Input Lag / Display Lag / Network Lag
Topic: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?
Replies: 58
Views: 29673

Re: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?

This is caused by a update to the USB stack this summer in W11 I've been having this issue since October 2019 on Windows 10. , where they enabled USB polling coalescing in addition to preventing background apps from trying to query the mouse when they don't have priority. Packets will show up as a ...
by TooManyPixels
15 Nov 2023, 08:41
Forum: Input Lag / Display Lag / Network Lag
Topic: Finding for heavy/floaty mouse movement [input lag]
Replies: 17
Views: 8987

Re: Finding for heavy/floaty mouse movement [input lag]

Heavy means that when you move your mouse and expect it to move to a specific position, it's like it moves but stops sooner than expected, as it feels like you are dragging it because it feels heavy and not free or not 1 to 1 like it should. Changing DPI, mouse or anything doesn't help, any mice an...
by TooManyPixels
14 Nov 2023, 03:27
Forum: Input Lag / Display Lag / Network Lag
Topic: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?
Replies: 58
Views: 29673

Re: What causes a 500Hz mouse to sometimes report at 250Hz or 125 Hz?

Some real progress this time: I was able to confirm the 2ms gaps in the traces (and the extra SOF packets in the USB trace) were caused by that timing bug in my Ardunino program - I rewrote it to use near-microsecond-level timers without any snapping to the nearest milisecond (nor USB microframe) an...
by TooManyPixels
13 Nov 2023, 17:58
Forum: Input Lag / Display Lag / Network Lag
Topic: Mouse speed decreases
Replies: 8
Views: 5134

Re: Mouse speed decreases

Tea wrote:
13 Nov 2023, 12:11
Do you have a way or suggestion to solve this problem?
I don't, but I am conducting original research into the problem.

Can you tell me what motherboard and CPU you have? And if you're using any NVMe (or M.2, U.2, or Optane) SSDs for storage?
by TooManyPixels
13 Nov 2023, 13:09
Forum: Input Lag / Display Lag / Network Lag
Topic: little fix for users that have nvme without drivers
Replies: 30
Views: 21243

Re: little fix for users that have nvme without drivers

pox02 wrote:
13 Nov 2023, 09:02
little update when everyone use intel rst for there nvmes reduce APST ITPT 200ms to 0ms improve the disk further


Image
Where are you seeing that setting?
by TooManyPixels
13 Nov 2023, 11:22
Forum: Input Lag / Display Lag / Network Lag
Topic: Mouse speed decreases
Replies: 8
Views: 5134

Re: Mouse speed decreases

Ahoy there, fellow sufferer!

You're not alone, I have the exact same problem, and it too, started about 3-4 years ago.
by TooManyPixels
06 Nov 2023, 01:26
Forum: Input Lag / Display Lag / Network Lag
Topic: new thing to play with! helped the floaty mouse!!!
Replies: 10
Views: 6826

Re: new thing to play with! helped the floaty mouse!!!

Why do we have to do this while all pro players and streamers don't give a damn about a single thing like this? I highly doubt this is a fix to our problem. You can feel the floaty mouse even in BIOS or other operating systems, it doesn't matter. Always nice to bump into a fellow sufferer... out of...
by TooManyPixels
02 Nov 2023, 18:47
Forum: Input Lag / Display Lag / Network Lag
Topic: new thing to play with! helped the floaty mouse!!!
Replies: 10
Views: 6826

Re: new thing to play with! helped the floaty mouse!!!

This would be the CMD command to change the value to the Processor Performance Time Check Interval to 5000 milliseconds or 5 seconds (default 15 on high perf, 200 on balanced): powercfg /setacvalueindex scheme_current 54533251-82be-4824-96c1-47b60b740d00 4d2b0152-7d5c-498b-88e2-34345392a2c5 5000 Th...