| Summary: | Black screen after switching VT | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | hexchain <kde> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | nate |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 5.90.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/26d36b9ac2414adfba344fa16a268976adb7728d | Version Fixed/Implemented In: | 5.27.11 |
| Sentry Crash Report: | |||
|
Description
hexchain
2023-12-02 15:29:44 UTC
Git commit 9e3e5675924c9b9772693717f4e2b80d0ff394bd by Jakob Petsovits. Committed on 20/02/2024 at 19:29. Pushed by jpetso into branch 'master'. backends/drm: Undo fade-out effect upon unsuccessful DPMS Off DrmOutput::setDrmDpmsMode() already takes care of reverting any pending output pipeline changes, but the aboutToTurnOff signal from setDpmsMode() needs an explicit wakeUp signal to cancel it out. Related: bug 481520 M +4 -1 src/backends/drm/drm_output.cpp https://invent.kde.org/plasma/kwin/-/commit/9e3e5675924c9b9772693717f4e2b80d0ff394bd Git commit d062ce8750a9fde7973d3457ca5915469925a0e4 by Jakob Petsovits. Committed on 20/02/2024 at 19:43. Pushed by jpetso into branch 'Plasma/6.0'. backends/drm: Undo fade-out effect upon unsuccessful DPMS Off DrmOutput::setDrmDpmsMode() already takes care of reverting any pending output pipeline changes, but the aboutToTurnOff signal from setDpmsMode() needs an explicit wakeUp signal to cancel it out. Related: bug 481520 (cherry picked from commit 9e3e5675924c9b9772693717f4e2b80d0ff394bd) M +4 -1 src/backends/drm/drm_output.cpp https://invent.kde.org/plasma/kwin/-/commit/d062ce8750a9fde7973d3457ca5915469925a0e4 Git commit 26d36b9ac2414adfba344fa16a268976adb7728d by Jakob Petsovits. Committed on 20/02/2024 at 19:45. Pushed by jpetso into branch 'Plasma/5.27'. backends/drm: Undo fade-out effect upon unsuccessful DPMS Off DrmOutput::setDrmDpmsMode() already takes care of reverting any pending output pipeline changes, but the aboutToTurnOff signal from setDpmsMode() needs an explicit wakeUp signal to cancel it out. Related: bug 481520 (cherry picked from commit 9e3e5675924c9b9772693717f4e2b80d0ff394bd) M +4 -1 src/backends/drm/drm_output.cpp https://invent.kde.org/plasma/kwin/-/commit/26d36b9ac2414adfba344fa16a268976adb7728d |