https://bugs.kde.org/show_bug.cgi?id=522149
--- Comment #6 from Ed <[email protected]> --- I reviewed KWin MR 9443, referenced as the Plasma 6.7.2 fix for Bug 521909. That MR addresses RenderLoop/workspace and EGL teardown during compositor shutdown. It does not modify output discovery, KScreen configuration, DRM modesetting, framebuffer initialization, or cold-boot startup ordering. My remaining issue occurs during first-login initialization before any logout, and the bad and recovered kscreen-doctor -o outputs are logically identical. Therefore MR 9443 may fix the associated logout crash, but it does not appear to address this report’s visible cold-boot output corruption. I will still retest 6.7.2 for confirmation. MR 9443 fixes My remaining issue ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Crash during KWin shutdown/logout Wrong rendering after cold boot/first login ───────────────────────────────────────── ───────────────────────────────────────────────────────── Missing workspace() guard in RenderLoop Logical output configuration is already correct ───────────────────────────────────────── ───────────────────────────────────────────────────────── Compositor teardown ordering Visible output differs despite identical geometry/modes ───────────────────────────────────────── ───────────────────────────────────────────────────────── EGL context destruction Logout/login rebuilds working display state The key commit explicitly says: “At shutdown, the compositor is destroyed after the workspace…” None of MR 9443’s six changes touches: - DRM connector discovery - Output geometry or modes - KScreen configuration application - Initial framebuffer setup - Multi-monitor startup ordering - NVIDIA display initialization -- You are receiving this mail because: You are watching all bug changes.
