Screen tearing is a common problem in gaming and video playback: the screen simultaneously shows two misaligned sections of the image, as if it were horizontally cut into two parts, and it is especially noticeable during fast camera movement. Many gamers mistakenly believe this is due to insufficient graphics card performance, but the direct cause of screen tearing is actually the mismatch between the graphics card output frame rate and the monitor refresh rate. This article will provide an in-depth analysis of the causes of this phenomenon, examine the pros and cons of vertical sync (V-Sync), and explain how to use screen tearing detection tools to confirm whether the problem has truly been resolved.

1. The Essence of Screen Tearing: Frame Rate and Refresh Rate Mismatch

To understand screen tearing, we need to first clarify two core concepts: frame rate (FPS) and refresh rate (Hz). Frame rate is the number of frames the graphics card renders per second, and refresh rate is the number of times the monitor refreshes the screen per second. Ideally, each time the graphics card finishes rendering a frame, the monitor refreshes exactly once, keeping the two in sync. However, in reality, the graphics card rendering speed is often unstable and may vary.

When the graphics card sends a new frame while the monitor is halfway through refreshing, the monitor will simultaneously display content from two frames within the same refresh cycle—the upper portion still shows the old frame, while the lower portion has already switched to the new frame—resulting in a horizontal tear line. The misalignment is most noticeable during fast camera panning or vertical movement.

  • Frame rate lower than refresh rate: The monitor refreshes but the graphics card has not prepared a new frame yet, so it can only repeat the previous frame, usually resulting in stuttering rather than tearing.
  • Frame rate higher than refresh rate: The graphics card renders too quickly and sends multiple frames within one refresh cycle, and the monitor can only display some of them, greatly increasing the probability of tearing.
  • Frame rate fluctuating around the refresh rate: This is the most frequent scenario for tearing, because the synchronization window is very narrow, and even slight delays can cross the refresh boundary.

2. Vertical Sync: The Classic Solution to Eliminate Tearing and Its Costs

Vertical sync (V-Sync) is the most traditional solution. Its principle is to force the graphics card to wait until the monitor completes its current refresh before outputting a new frame, ensuring that each refresh displays only one complete frame. Once enabled, screen tearing usually disappears immediately.

However, vertical sync is not perfect; its costs are input latency and frame rate limiting. The graphics card must wait for the monitor refresh signal, and this waiting process can introduce tens of milliseconds of latency, which is enough to affect the feel of controls for esports players. At the same time, if the graphics card frame rate is lower than the refresh rate, vertical sync may lock the frame rate to a lower tier (such as 30 FPS), causing noticeable stuttering.

  • Source of latency: Frames rendered by the graphics card are placed in a queue and wait until the next refresh cycle to be output, increasing the delay from input to on-screen response.
  • Sudden frame rate drop: When the frame rate is lower than the refresh rate, vertical sync forces waiting for the next refresh cycle, causing the actual displayed frame rate to be halved.
  • Suitable scenarios: Best for story-driven games or video playback with stable visuals and low sensitivity to latency, but not suitable for high-intensity competitive gaming.

3. Use Screen Tearing Detection Tools to Confirm the Problem

Screen tearing detection tools can display fast-moving reference patterns on the screen to help you intuitively determine whether tearing still exists. Common testing methods include:

  • Moving vertical bar test: A vertical bar moves rapidly across the screen horizontally. If the edges of the bar appear broken or misaligned, it means the image was split into different frames during refresh.
  • Grid or checkerboard test: A fast-scrolling grid pattern more easily exposes localized tearing, because tear lines disrupt the continuity of the grid.
  • Frame rate/refresh rate synchronization observation: Some detection pages display real-time frame rate and refresh rate simultaneously. If the gap between the two is large and there is no synchronization mechanism, the probability of tearing is higher.

During testing, you can compare by turning off and on vertical sync, G-Sync/FreeSync, and other features, and observe with the naked eye or high-speed phone recording whether tear lines disappear. If tearing is completely eliminated after enabling a certain solution and the input latency is within an acceptable range, then the problem has been resolved.

4. Variable Refresh Rate Technology: A Better Balanced Solution

To balance eliminating tearing with reducing latency, variable refresh rate (VRR) technology was developed, including NVIDIA G-Sync, AMD FreeSync, and the HDMI 2.1 VRR standard. Its core idea is to have the monitor refresh rate dynamically match the graphics card output frame rate, rather than forcing the graphics card to accommodate a fixed refresh rate.

  • G-Sync / FreeSync: The monitor adjusts its refresh rate in real time within a supported range. Each time the graphics card outputs a frame, the monitor refreshes once, fundamentally avoiding tearing while significantly reducing input latency.
  • Compatibility requirements: The graphics card, monitor, and cable must all support the same VRR standard; otherwise, it may not be enabled or may cause flickering.
  • Effect verification: Using screen tearing detection tools with VRR enabled, you can see tear lines disappear, while the frame rate is no longer locked and control responsiveness is noticeably improved.

5. Conclusion

The essence of screen tearing is the mismatch between frame rate and refresh rate, rather than simply insufficient performance. Vertical sync can solve tearing but introduces latency and frame rate limitations; variable refresh rate technology eliminates tearing while preserving smooth responsiveness, making it the better choice at present. Using screen tearing detection tools for actual testing can help you verify the effectiveness of different solutions and find the settings best suited to your device and usage scenario. If your monitor supports G-Sync or FreeSync, it is recommended to enable them first and turn off vertical sync for a better gaming experience.