Search found 16 matches

by janos666
12 Jan 2020, 00:02
Forum: G-SYNC
Topic: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support
Replies: 231
Views: 191871

Re: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support

As far as I'm aware, in games that support external manipulation of the pre-rendered frames queue (The Witcher 3 seeming to be one; not all do) I think Frostbite3 games (like DAI) override this. I see a clear difference when I set the renderaheadlimit from the dev.console from default -1 (assumed t...
by janos666
11 Jan 2020, 22:32
Forum: G-SYNC
Topic: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support
Replies: 231
Views: 191871

Re: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support

So Ultra doesn't (try to) reduce the lag with ~100% GPU utilization (and the fps stuck below the limit) in case of G-Sync+VSync=On? I didn't do any scientific testing on this but Ultra seemed to cause some stutter in The Witcher 3 (I just loaded the same save file and ran a few rounds in a town afte...
by janos666
20 Dec 2019, 20:26
Forum: G-SYNC
Topic: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support
Replies: 231
Views: 191871

Re: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support

I read an interesting question on a different forum and it made me wonder. The guy has a ASUS MG279Q monitor which is officially capable of 144Hz max refresh rate but the FreeSync range is cited as 35Hz-90Hz. He asked how he should set this up after switching from AMD to nVidia. What happens with th...
by janos666
11 Dec 2019, 10:07
Forum: G-SYNC
Topic: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support
Replies: 231
Views: 191871

Re: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support

all streamers choose the second option and this is alarming :D I guess that's mainly because they optimize the sync/limit settings to prefer the video stream's quality over their own real life experience (in terms of smoothness, judder, and alike, not latency because that's obviously going to be hu...
by janos666
07 Dec 2019, 20:58
Forum: G-SYNC
Topic: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support
Replies: 231
Views: 191871

Re: Driver 441.08: Ultra-Low Latency Now with G-SYNC Support

Great thread with lots of useful info. I just bought an LG C9 and a Turing card a few days ago and even though I read a lot about the original module-based G-Sync here a few years ago and randomly picked up some new info on other sites/forums (like V-Sync with -0.01 RTSS limit), I was sill a bit con...
by janos666
15 Dec 2017, 20:52
Forum: General — Displays, Graphics & More
Topic: Is there any media player that can do black frame insertion?
Replies: 8
Views: 9313

Re: Is there any media player that can do black frame insert

If somebody is still interested, I think I figured out how to do this for 24 fps @ 120 Hz display without annoying flickering: F = last B = F.Blankclip() Interleave(F,B,F,B) SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7) I am not sure if this could be refined/optimized (I have very limited scripting skills)...