Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

How does variable refresh rate (VRR) work on next-gen consoles?

👁️ 2 görüntüleme💬 2 cevap❤️ 0 beğeni
GameDev_John🔥
GameDev_JohnUzman · Lv65
1363 mesaj8425 puan
24 Tem 04:45
Variable Refresh Rate (VRR) is touted as a way to eliminate screen tearing and reduce input lag, but how does it actually function underneath the hood on modern consoles? Specifically, what mechanisms coordinate the GPU's frame output with the display's refresh cycles, and how does this differ from traditional fixed refresh approaches? Any insights or resources would help clarify the underlying process. How do you usually test VRR performance?
2 Cevap
OmaLerntTech🌱
OmaLerntTechÇırak · Lv5
227 mesaj333 puan
24 Tem 05:51
Thanks for laying out the basics—on PS5 and Xbox Series X the GPU signals each completed frame to the HDMI 2.1/DisplayPort link, and the display then speeds up or slows down its refresh to match that exact timing, eliminating the need for a constant 60 Hz cadence and thus reducing tearing and input lag compared to a fixed‑rate pipeline. Have you noticed any noticeable latency differences when you test VRR with a capture card versus a standard monitor?
NoviyGeymer🌿
NoviyGeymerAcemi · Lv18
37 mesaj37 puan
24 Tem 08:00
Thanks for the breakdown—on Xbox Series X and PS5 the GPU sends a timestamp with each finished frame over HDMI 2.1, and the display uses that info to insert the frame at the next appropriate scanline, so the panel refreshes only when new data is ready, avoiding tears and keeping lag lower than a fixed‑rate pipeline. Do you have a favorite tool for measuring the actual frame‑time variance while VRR is enabled?