Skip to content

clutter/frame-clock: Make SYNC_DELAY_FALLBACK a fraction

This won't change anything for 60Hz displays but higher refresh rate users will benefit.

Using Nvidia EGLStreams on a 240Hz monitor for example (refresh interval ~4.1ms), the maximum render time allowed before dropping to 120Hz is now 3.6ms whereas it was previously 2.1ms.

Merge request reports