Open Raupinger opened 2 years ago
I also have this issue. The setup is pretty much the same - Intel GPU and Sway. It seems to be unrelated to the actual application. I see the same noise pattern with Vulkan, OpenGL and even with plain FLTK app. This is also unrelated to Steam, I start all the applications from the commandline, i.e.: gamescope -- vncviewer
.
I have a strong suspicion that this is related to synchronization missing somewhere. I already saw similar noise patterns in an unrelated project where rendering was done to a GBM buffer, which afterwards was 1) encoded into a video stream using Intel MSDK, and 2) was presented on the screen in a Weston compositor. The picture presented on the screen was correct, but the encoded video stream contained the same visual artifacts. This was resolved by adding an EGL fence sync right before the video encoding.
I see the same thing using Intel(R) UHD Graphics 620 (WHL GT2), GNOME, Wayland, Ubuntu 22.04.
Is this a dupe of #356?
Is this a dupe of #356?
Yes.
I see basically the same artifacts. I have River window manager (wlroots based) and an
00:02.0 VGA compatible controller: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] (rev 02)
this might be related to #356 and #240. im also using an intel gpu. when I launch gamescope from a tty everything woks fine. launching from sway however results in this. screenshots taken through steam are not affected.