Screen flickers on higher refresh rates
When running wayfire at refresh rates above 60Hz with adaptive sync enabled, the screen flickers.
more info: https://github.com/swaywm/sway/issues/7087
more details: https://github.com/swaywm/sway/issues/7087#issuecomment-2950059663
sounds like a bug in wlroots, let's see when the sway issue will get resolved :( if you figure out what hyprland does to fix this issue, we can try applying the same thing for wayfire.
is this possibly the same as #1621 ?
I was looking for the bug's source, but disabling wlr_output_state_set_adaptive_sync_enabled (essentially same as saying turning off VRR) fixes it. The real goal is to trace the root cause, that’s why I pointed to this function, suggesting this is a wlroots bug, I will close the issue.