https://bugs.kde.org/show_bug.cgi?id=459558
--- Comment #14 from ready2rum...@tutanota.com --- For those interested, the process that Mesa glthread needs excluding for is kwin_wayland. I'm assuming that Mesa will add it in but until then you can resolve this manually by creating a file labelled .drirc, with the following info, and place it in ~/ (home folder): <device driver="radeonsi"> <application name="kwin_wayland" executable="kwin_wayland"> <option name="mesa_glthread" value="false" /> </application> </device> -- You are receiving this mail because: You are watching all bug changes.