Does my monitor's GTG response time matter if it's faster than my refresh rate?

2

I can understand how poor GTG response time can cause ghosting: a pixel is not the color it should be when the monitor has finished outputting a frame.

But I'm trying to understand how it can continue reduce ghosting with quicker GTGs, despite the framerate limitation on a display.

If a 144Hz monitor updates every 7ms, does it matter if the GTG is 5ms vs 2ms? Or more dramatically, if a 60Hz monitor updates once every 16.667ms, when would a 15ms GTG (not that I've seen one above 8ms) be bad?

Louis

Posted 2014-12-09T05:52:56.163

Reputation: 18 859

Answers

2

Different sources of input lag add up. The limited refresh rate is but one source of latency, and the LCD's response time only adds to it. (Note that the GTG figure is intended to represent typical response time and does not reflect worst-case scenarios. Going from 0% to 100% white and vice versa often takes much longer than the 10% to 90% transition normally used for GTG measurements.)

As you've pointed out, a typical 60 Hz monitor can take up to 16.667ms to update itself. However, even after it updates its internal buffer, it still needs to send the display data to the panel, and the panel needs the specified GTG response time to react. With 8ms GTG, the display alone could add more than 24ms to input lag. On the other hand, if you have a 144Hz monitor with a GTG response time of 2ms, the lag contributed by the monitor is limited to 9ms.

Your display is not the only source of input lag. Your CPU, GPU, and even your mouse all contribute to input lag (hence gaming mice with 1000 Hz polling rate). This AnandTech article has an in-depth explanation of the topic.

bwDraco

Posted 2014-12-09T05:52:56.163

Reputation: 41 701

Thanks, so ideally GTG would be 0ms then? Trying to picture if harmless additive lags can buildup like a wave. – Louis – 2014-12-12T23:38:15.863

1Yes—but there's no getting around the fact that LCD panels need time to respond to input, so 0ms is impossible. 2ms is already an excellent response time. – bwDraco – 2014-12-12T23:53:33.153