https://bugs.kde.org/show_bug.cgi?id=442677
--- Comment #10 from Zamundaaa <xaver.h...@gmail.com> --- > kwin_wayland_drm: Atomic commit failed! This should never happen! Device or > resource busy It looks like KWin tries to find a fitting output configuration, fails because the events happen in the middle of a frame and then there's nullptr Pipelines that might get used... should be fixed by https://invent.kde.org/plasma/kwin/-/merge_requests/1435, although I should add some more checks so that it reverts to the previous configuration in the case of failure, instead of crashing. The function should never fail but it can't hurt to make sure. In the backtrace the DrmPipeline is not nullptr though... Not sure what's going on with that tbh. -- You are receiving this mail because: You are watching all bug changes.