Cap FPS internally or externally?

Talk about NVIDIA G-SYNC, a variable refresh rate (VRR) technology. G-SYNC eliminates stutters, tearing, and reduces input lag. List of G-SYNC Monitors.
dmbr
Posts: 25
Joined: 15 Jul 2014, 14:43

Cap FPS internally or externally?

Post by dmbr » 23 Mar 2015, 22:23

Which is the better option with G-Sync? Capping FPS in-game (I.e. fps_max) or with an external program like dxtory? Or in the GPU options?

User avatar
sharknice
Posts: 295
Joined: 23 Dec 2013, 17:16
Location: Minnesota
Contact:

Re: Cap FPS internally or externally?

Post by sharknice » 23 Mar 2015, 23:25

dmbr wrote:Which is the better option with G-Sync? Capping FPS in-game (I.e. fps_max) or with an external program like dxtory? Or in the GPU options?
In-game is always the best.

dmbr
Posts: 25
Joined: 15 Jul 2014, 14:43

Re: Cap FPS internally or externally?

Post by dmbr » 24 Mar 2015, 09:51

Thanks.

Edmond

Re: Cap FPS internally or externally?

Post by Edmond » 26 Mar 2015, 06:43

Well, no... with gsync it doesnt matter....

You might as well cap it globally with rivatuner statistics server, just cuz its easier

Sparky
Posts: 682
Joined: 15 Jan 2014, 02:29

Re: Cap FPS internally or externally?

Post by Sparky » 26 Mar 2015, 13:58

Edmond wrote:Well, no... with gsync it doesnt matter....

You might as well cap it globally with rivatuner statistics server, just cuz its easier
Capping framerate anywhere but in game adds input latency. The further down the pipeline you cap framerate, the more input latency you add.

User avatar
sharknice
Posts: 295
Joined: 23 Dec 2013, 17:16
Location: Minnesota
Contact:

Re: Cap FPS internally or externally?

Post by sharknice » 26 Mar 2015, 16:51

Sparky wrote:
Edmond wrote:Well, no... with gsync it doesnt matter....

You might as well cap it globally with rivatuner statistics server, just cuz its easier
Capping framerate anywhere but in game adds input latency. The further down the pipeline you cap framerate, the more input latency you add.
Yep. If you cap in-game the game will wait a little bit and grab newer input then send it off to be rendered. If you cap at the driver level the game will grab input right away then send it off.

spacediver
Posts: 505
Joined: 18 Dec 2013, 23:51

Re: Cap FPS internally or externally?

Post by spacediver » 26 Mar 2015, 19:20

Sparky wrote:
Edmond wrote: Capping framerate anywhere but in game adds input latency. The further down the pipeline you cap framerate, the more input latency you add.
If you cap ingame framerate to 10 fps, surely that adds a great deal of input lag no? (at least as measured as the time between doing something, like moving the mouse, and seeing it occur on screen)

dmbr
Posts: 25
Joined: 15 Jul 2014, 14:43

Re: Cap FPS internally or externally?

Post by dmbr » 26 Mar 2015, 19:48

sharknice wrote:
Sparky wrote:
Edmond wrote:Well, no... with gsync it doesnt matter....

You might as well cap it globally with rivatuner statistics server, just cuz its easier
Capping framerate anywhere but in game adds input latency. The further down the pipeline you cap framerate, the more input latency you add.
Yep. If you cap in-game the game will wait a little bit and grab newer input then send it off to be rendered. If you cap at the driver level the game will grab input right away then send it off.
That makes external capping sound superior?

Sparky
Posts: 682
Joined: 15 Jan 2014, 02:29

Re: Cap FPS internally or externally?

Post by Sparky » 26 Mar 2015, 22:05

spacediver wrote:
Sparky wrote:
Edmond wrote: Capping framerate anywhere but in game adds input latency. The further down the pipeline you cap framerate, the more input latency you add.
If you cap ingame framerate to 10 fps, surely that adds a great deal of input lag no? (at least as measured as the time between doing something, like moving the mouse, and seeing it occur on screen)
Yes and no, depending on what you're measuring. When a frame finishes, it includes all input data older than X milliseconds. When the user makes an input it takes Y milliseconds to see a new frame that incorporates that input.

If you are CPU limited already, an in-game framerate cap will leave X untouched, and increase Y.
If you are GPU or display limited, an in-game framerate cap will decrease X, and can decrease Y, depending how much the cap decreases your framerate, and how much queue latency you started with.

GPU framerate caps will only decrease latency if the alternative is v-sync.

spacediver
Posts: 505
Joined: 18 Dec 2013, 23:51

Re: Cap FPS internally or externally?

Post by spacediver » 27 Mar 2015, 01:02

I *think* I'm starting to understand.

So there is:

1) the delay between input and that input being reflected in a (buffered) frame.
2) the delay between the creation of that buffered frame, and that frame being drawn on the screen.

Now what about the server or game world simulation (dunno what the correct term is here)? Let's say it takes 100 ms for a button press to be reflected in the next available buffered frame, and another 100 ms for that frame to be displayed on my screen. In the gameworld, when does that button press occur? Is it T+100ms (where T is moment of button press)?

Post Reply