This implements https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/90. Once the matching Xwayland and NVidia driver updates are out, most problems with NVidia on Wayland will be gone.
So basically, we already have implicit sync which kinda works with Nvidia’s proprietary drivers, but the drivers also heavily rely on explicit sync in different cases and that’s why some of the graphical glitches occur such as steam flicking. This adds that missing puzzle peace. That’s about the gist of it.
So basically, we already have implicit sync which kinda works with Nvidia’s proprietary drivers, but the drivers also heavily rely on explicit sync in different cases and that’s why some of the graphical glitches occur such as steam flicking. This adds that missing puzzle peace. That’s about the gist of it.
Ah thanks for the explanation. The steam app flickering is indeed one of my symptoms