Search found 51 matches

by chenifa
12 Oct 2023, 07:48
Forum: G-SYNC
Topic: VRR...move tearline possible?
Replies: 8
Views: 4639

Re: VRR...move tearline possible?

It's impossible. No displays function like this. ALL of them ALWAYS start scanout at one edge. gotcha The Present() does accelerate the rendering, so usually it finishes rendering within 1ms of Present(). If you want to make it deterministic, use Flush() right after Present(), that's what I used fo...
by chenifa
11 Oct 2023, 07:38
Forum: G-SYNC
Topic: VRR...move tearline possible?
Replies: 8
Views: 4639

Re: VRR...move tearline possible?

Thank you Chief, I appreciate your detailed response! 2. You must cause the display to start the scanout by the FIRST call to Present() or glxxSwapBuffers() or whatever frame present API you use Dx11 is what I'm a little familiar with. In that case isn't the first present call way before the gpu has...
by chenifa
05 Oct 2023, 06:21
Forum: BENQ Zowie Tweaking — Strobe Utility / Blur Reduction / DyAc
Topic: xl2540 - Overdrive can't be changed when using VRR
Replies: 0
Views: 11141

xl2540 - Overdrive can't be changed when using VRR

hi

When using g-sync on my xl2540 monitor I can't change overdrive via the service menu.
It's set to 28...when I increase it it just goes straight back to 28.
I really want to use g-sync with high overdrive, any ideas?
by chenifa
05 Oct 2023, 06:17
Forum: G-SYNC
Topic: VRR...move tearline possible?
Replies: 8
Views: 4639

Re: VRR...move tearline possible?

Not worth it -- since eliminating tearlines mandatorily requires a cap anyway. Tearline control is achieved by intentional delay methods, to steer the tearline to the correct raster position (in scanout), to "splice" in the new frame at the right point of the signal's scanout. But can we steer the ...
by chenifa
04 Oct 2023, 10:11
Forum: G-SYNC
Topic: VRR...move tearline possible?
Replies: 8
Views: 4639

VRR...move tearline possible?

hi Would it be possible to tweak VRR in a way that we can move the tearline to any position? I'm thinking something like scanline sync but instead of the frame waiting for the right scanline, vrr waits at the right scanline for the frame to finish rendering... While it would tear, this would be neat...
by chenifa
03 Dec 2022, 12:18
Forum: Input Lag / Display Lag / Network Lag
Topic: Let's share and compare Windows' ETW MousePacketLatency results
Replies: 25
Views: 8035

Re: Let's share and compare Windows' ETW MousePacketLatency results

F1zus wrote:
08 Nov 2022, 19:01
The program shows a mouse delay of 160ms.
средний инпут-20-30 время.png
Where does it show 160ms delay? Am I blind?
by chenifa
17 Jan 2022, 07:20
Forum: Input Lag / Display Lag / Network Lag
Topic: High kernel timer latency value
Replies: 6
Views: 6001

Re: High kernel timer latency value

@a_c_r_e_a_l

Try this:

1) Reboot PC
2) Open latencymon and press start
3) Open chrome and play a youtube video
4) Don't minimze chrome or switch tabs
5) Bring latencymon to the foreground and see if the latency changed
by chenifa
15 Apr 2021, 06:02
Forum: Input Lag / Display Lag / Network Lag
Topic: How can I disable GPU clocks lowering to save power?
Replies: 14
Views: 6637

Re: How can I disable GPU clocks lowering to save power?

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\ Find the folder where the 0000 subfolder has a lot of keys in it. In the 0000 folder add: "PowerMizerEnable"=dword:00000001 "PerfLevelSrc"=dword:00002222 "PowerMizerLevel"=dword:00000001 "PowerMizerLevelAC"=dword:00000001 Have you tried thi...
by chenifa
14 Apr 2021, 06:24
Forum: Input Lag / Display Lag / Network Lag
Topic: How can I disable GPU clocks lowering to save power?
Replies: 14
Views: 6637

Re: How can I disable GPU clocks lowering to save power?

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\
Find the folder where the 0000 subfolder has a lot of keys in it. In the 0000 folder add:
"PowerMizerEnable"=dword:00000001
"PerfLevelSrc"=dword:00002222
"PowerMizerLevel"=dword:00000001
"PowerMizerLevelAC"=dword:00000001
by chenifa
31 Mar 2021, 13:14
Forum: Input Lag / Display Lag / Network Lag
Topic: 360hz PG259QN overwatch mouse input delay.
Replies: 14
Views: 8457

Re: 360hz PG259QN overwatch mouse input delay.

What about other games like csgo, do they lag too? If it's all games I'd troubleshoot this way: -Check if cpu and gpu are running on high clock, and check temps for overheating -Check if you put ram sticks into the right slots and check in taskmanager if all the ram shows up there -Run latencymon an...