[SOLVED] Will lowering refresh rate down make games feel smoother?

Solution
165Hz is very high. It's nice if you can reach it, but it's not that much better than 100 Hz in human visual perception. Setting the refresh to something the game can actually hit consistently will be much better than trying to go as high as you can. Using VSync can also make it more consistently hit a certain rate. Having a different delay between frames is what causes the visual stutter. Even 60Hz might be better if some frames take 0.009 sec and others take 0.013 sec. In that example, a frame that requires 0.013s will be shown on two consecutive 100Hz frames, which is effectively 50Hz. Having the frame every 0.016s (60Hz) consistently will be visually smoother.
So, pick a number your game can reach consistently. (That may be 60, 100...

Brian28

Distinguished
Jan 28, 2016
48
15
18,565
165Hz is very high. It's nice if you can reach it, but it's not that much better than 100 Hz in human visual perception. Setting the refresh to something the game can actually hit consistently will be much better than trying to go as high as you can. Using VSync can also make it more consistently hit a certain rate. Having a different delay between frames is what causes the visual stutter. Even 60Hz might be better if some frames take 0.009 sec and others take 0.013 sec. In that example, a frame that requires 0.013s will be shown on two consecutive 100Hz frames, which is effectively 50Hz. Having the frame every 0.016s (60Hz) consistently will be visually smoother.
So, pick a number your game can reach consistently. (That may be 60, 100, 120, or higher, but it must be achievable by the game in question.)
 
Solution