Skip to content

Archive

Graphics

3 articles
Tech 14 Sep 2026 7 min read

Variable Refresh Rate Matches Display Timing to Frame Delivery

A fixed-refresh display updates on a regular clock. At 60 Hz, a new scan begins about every 16.7 milliseconds whether the graphics processor has completed a fresh frame or not. That regular schedule is simple, but rendered frames rarely arrive with perfectly regular timing. Variable refresh rate, commonly shortened to VRR, changes that relationship. Instead of forcing every display refresh to begin at one fixed interval, a compatible display can wait within an allowed timing range and start the next refresh when a completed frame is ready. The result can make changing frame rates look smoother while reducing visible tearing.

Tech 13 Sep 2026 7 min read

Variable Refresh Rate and Frame Timing

A game can render one frame in 8 milliseconds and the next in 14. A conventional display running at a fixed refresh rate does not adjust its scan timing around those changes. The graphics source and the display therefore operate on separate schedules, and the mismatch can appear as tearing or uneven motion. Variable refresh rate, commonly shortened to VRR, changes that relationship. Within a supported operating range, a compatible display can vary the interval between refreshes so that new frames are presented closer to the time the source finishes them. The display is still refreshing one complete image after another; the timing between those refreshes is what changes.

Tech 12 Sep 2026 6 min read

Display Refresh Rate and Frame Delivery

A 120 Hz screen can refresh twice as often as a 60 Hz screen, but that number does not mean every application produces 120 new frames each second. The display and the graphics system have separate jobs: one presents images at a refresh cadence, while the other prepares frames for presentation. That distinction explains several familiar effects. A high-refresh screen can make pointer movement and scrolling appear more continuous, yet a game rendering slowly can still look uneven. It also explains how variable refresh operation can reduce visible timing conflicts between frame production and display updates.