wayfire icon indicating copy to clipboard operation
wayfire copied to clipboard

Screen flickers on higher refresh rates

Open killown opened this issue 6 months ago • 1 comments

When running wayfire at refresh rates above 60Hz with adaptive sync enabled, the screen flickers.

more info: https://github.com/swaywm/sway/issues/7087

killown avatar Jun 06 '25 13:06 killown

more details: https://github.com/swaywm/sway/issues/7087#issuecomment-2950059663

killown avatar Jun 06 '25 18:06 killown

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.

ammen99 avatar Jun 23 '25 10:06 ammen99

is this possibly the same as #1621 ?

ammen99 avatar Jun 23 '25 10:06 ammen99

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.

killown avatar Jun 23 '25 13:06 killown

is this possibly the same as #1621 ?

looks like the same, one more issue to close, I guess

killown avatar Jun 24 '25 11:06 killown