-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Competitor product has a feature that automatically limits fps when vsync + VRR are used at the same time. This is done to avoid additional input lag, which occurs when frame rate is capped by vsync, as even with VRR this causes additional queued frames in vsync backbuffer. Many games unfortunately don't offer an fps limiter that's freely configurable to the user.
Thus it would be nice if Anti-Lag 2 had that feature too. It should also work with FSR 3 FG. Formula to determine the fps limit could be something like ~5% below potential vsync limit, e.g. 138fps with 144Hz. As soon as Anti-Lag 2, vsync and VRR are active at the same time, this auto-limiter should kick in.
And slightly OT: Please make driver-feature Chill finally work better, which means:
-not turn itself off under very low GPU load or other circumstances
-make it work combined with driver anti-lag
-make it work with FSR 3 FG
Driver FRTC limiter is not an option, as also your own tool Frame Latency Meter testifies that it introduces absurd input lag, unlike Chill.
Thanks!