Skip to content

backend/headless: allow variable refresh rate

Simon Ser requested to merge emersion/wlroots:headless-vrr into master

Instead of waking up each 16ms to emit a frame event, arm the timer when the output is committed. This allows the headless backend to idle when nothing changes on screen, and behaves similarly to the other backends.

Merge request reports

Loading