Search found 11510 matches

by Chief Blur Buster
Today, 17:05
Forum: Input Lag / Display Lag / Network Lag
Topic: Fixed my frame skipping, input lag, mouse on ice issue after 5 years of utter agony
Replies: 7
Views: 1499

Re: Fixed my frame skipping, input lag, mouse on ice issue after 5 years of utter agony

but this is specific issue from windows. any removal/change/reinstallation of windows drivers (nic/gpu/chipset) affects the operation of the system. Roughly speaking, any action in the device manager affects how the mouse moves. I think everyone on this forum can confirm this. That is a different t...
by Chief Blur Buster
Today, 16:45
Forum: Display Comfort — Eyestrain / Headaches / Motionsick
Topic: Re: micro-stutter related to eye strain? Re: micro-stutter related to eye strain? [Medical / Eye Twitching / Eye Spasms]
Replies: 11
Views: 770

Re: micro-stutter related to eye strain? Re: micro-stutter related to eye strain? [Medical / Eye Twitching / Eye Spasms]

Wow... Thanks for that very detailed reply. I am asking the second question "microstutter caused by eyestrain (e.g. sore eye becomes jerky motion)". I was actually just curious to see if others have observed micro stutters that are present due to their eyes/brain. I certainly hope that its not the ...
by Chief Blur Buster
19 May 2024, 22:07
Forum: General — Displays, Graphics & More
Topic: TCL 4K 1000Hz monitor
Replies: 8
Views: 564

Re: TCL 4K 1000Hz monitor

*snip* Is this the case with Quest 2/3 too? I thought those were using some faster switching LCDs. Apples vs bananas. Quest 2/3 is strobed. I wasn't talking about strobed LCDs. When I compared non-strobed 1000Hz sample hold LCD versus 480Hz sample and hold OLED I meant flickerless sample-and-hold 1...
by Chief Blur Buster
19 May 2024, 20:57
Forum: General — Displays, Graphics & More
Topic: TCL 4K 1000Hz monitor
Replies: 8
Views: 564

Re: TCL 4K 1000Hz monitor

480Hz OLED will have clearer motion than 1000Hz LCD. Keep this in mind the LCD GtG penalty on refresh rate. Won't this depend on the GtG figures? Isn't there 0.5ms GtG LCD monitors already? For example 0.5ms GTG + 1ms MPRT > 0.03ms OLED response + 2.08ms MPRT Haha.... Are you aware GtG standard onl...
by Chief Blur Buster
19 May 2024, 20:36
Forum: Input Lag / Display Lag / Network Lag
Topic: Latency decreases after switching mouse dpi. Why?
Replies: 37
Views: 8598

Re: Latency decreases after switching mouse dpi. Why?

Unless we are moving our mice 1-2 pixels at a time. Counterargument: Refresh rates are getting higher. So is resolution too. Often, we're slow tracking distant objects (e.g. distant snipers, distant airplanes, etc). Moving a mouse 0.25 inch per second (slow track) is 100 reports per second at 400dp...
by Chief Blur Buster
19 May 2024, 20:26
Forum: Input Lag / Display Lag / Network Lag
Topic: Latency decreases after switching mouse dpi. Why?
Replies: 37
Views: 8598

Re: Latency decreases after switching mouse dpi. Why?

Because it's not electricity. What does electricity have to do with it? I connected the computer from battery and the result was the same. After changing the dpi to the same value, my mouse became sharper. And this has nothing to do with the BIOS. *** CORRECTIONS ADDED *** 1. F1zus is the original ...
by Chief Blur Buster
19 May 2024, 20:03
Forum: Input Lag / Display Lag / Network Lag
Topic: Latency decreases after switching mouse dpi. Why?
Replies: 37
Views: 8598

Re: Latency decreases after switching mouse dpi. Why?

"The mouse sends a signal over the USB cable every time it passes a dot" As metaphorical as someone can get, this is way too metaphorical that it took the reality out of the picture. The Mouse's sensor is essentially a small camera, it takes as many pictures per second "polling rate" as it's rated ...
by Chief Blur Buster
19 May 2024, 19:54
Forum: Software Developers / Low-Lag Code / Game Programming
Topic: Display Hot Keys - Instantly apply display settings with hot keys!
Replies: 10
Views: 544

Re: Display Hot Keys - Instantly apply display settings with hot keys!

I believe I have the code base pretty well modularized to make a Linux version easier. I'd have to expand the Java (low-level) System Hook dependency to support native Linux key events though, since it currently only supports Windows. This is what would take most of the time. Creating the libraries...
by Chief Blur Buster
19 May 2024, 19:51
Forum: General — Displays, Graphics & More
Topic: TCL 4K 1000Hz monitor
Replies: 8
Views: 564

Re: TCL 4K 1000Hz monitor

Obviously it depends on your priorities! Depending on panel technology, 4K 1000Hz will have line-item advantages (e.g. pollrate sync to 1000Hz mice, possibly lower latency by only 1ms, etc) but won't always win against 1440p 480fps. Especially since OLED pixel response is so scarily fast. Now person...
by Chief Blur Buster
19 May 2024, 18:42
Forum: Software Developers / Low-Lag Code / Game Programming
Topic: Display Hot Keys - Instantly apply display settings with hot keys!
Replies: 10
Views: 544

Re: Display Hot Keys - Instantly apply display settings with hot keys!

Linux support would be way down the road (I have already looked into it, and it will require months of work). The reason I mentioned javascript was UI framework flexibility, rather than crossplatform. That being said, some user interfaces are easier to program and others are harder. A project like ...