| Summary: | Displays connected through USB-C Dock give black display until 24-bit color mode is forced | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Shawn W Dunn <sfalken> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.5 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shawn W Dunn
2023-05-29 01:32:50 UTC
Setting KWIN_DRM_PREFER_COLOR_DEPTH=24 in `/etc/profile` fixes this issue. Per suggestion from the user that helped me in the Plasma matrix channel, I have filed a bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2598 Sounds like a driver bug. Not sure how we could fix this ourselves in KWin. Would it be possible to detect that there's no output and try to switch to 24-bit mode? If not, we probably have to wait for the driver bug to be fixed. (In reply to Nate Graham from comment #2) > Sounds like a driver bug. Not sure how we could fix this ourselves in KWin. > Would it be possible to detect that there's no output and try to switch to > 24-bit mode? If not, we probably have to wait for the driver bug to be fixed. *shrug* I wasn't sure where the bug actually was, or if this is something that can be "fixed" via kwin or not. It appears that the proximal cause is in the amdgpu drm driver. |