https://bugs.kde.org/show_bug.cgi?id=500031
--- Comment #5 from Zamundaaa <xaver.h...@gmail.com> --- Git commit 0d05df00b04d7913800bd7e10d3594a3fea8ecd2 by Xaver Hugl. Committed on 24/02/2025 at 21:49. Pushed by zamundaaa into branch 'master'. workspace: better deal with having more outputs than the GPU can drive Instead of just giving up, when generating a new output configuration we just disable outputs one by one. This *should* result in an output configuration that can actually be enabled, and it's up to the user to then change the set of enabled outputs to what they like to have. M +10 -4 src/backends/drm/drm_backend.cpp M +1 -1 src/backends/drm/drm_backend.h M +5 -1 src/backends/drm/drm_gpu.cpp M +1 -0 src/backends/drm/drm_pipeline.h M +2 -2 src/core/outputbackend.cpp M +1 -1 src/core/outputbackend.h M +6 -0 src/effect/globals.h M +6 -2 src/wayland/outputmanagement_v2.cpp M +62 -33 src/workspace.cpp M +1 -1 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/0d05df00b04d7913800bd7e10d3594a3fea8ecd2 -- You are receiving this mail because: You are watching all bug changes.