Summary: | Wrong color depth by default, unable to modify it. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | lien092 |
Component: | colour-management | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | 6.2.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
lien092
2024-11-16 14:39:45 UTC
KWin doesn't use formats without an alpha channel, the buffer that's getting scanned out in your drm_info output is from the app you have in fullscreen mode, and not from KWin. What app did you test this with? (In reply to Zamundaaa from comment #1) > KWin doesn't use formats without an alpha channel, the buffer that's getting > scanned out in your drm_info output is from the app you have in fullscreen > mode, and not from KWin. > What app did you test this with? drm_info shows the same result with or without any app open. My test are from multiple videos formats MKV and mp4 with the MPV app. It's visualy obvious, even with Vlc without HDR it's still visible. I will put the full result of the drm_info here (with MPV on full screen and without: - With MPV (https://pastebin.com/U1mHyeAV) - Without MPV (https://pastebin.com/6d3MqExq) Please attach the output of
> env | grep KWIN
> KWIN_DRM_NO_AMS=1
> KWIN_DRM_PREFER_COLOR_DEPTH=30
> KWIN_DRM_NO_AMS=1
legacy mode can't do more than 8 bits per color. Remove the override, and it'll use 10bpc.
(In reply to Zamundaaa from comment #5) > > KWIN_DRM_NO_AMS=1 > legacy mode can't do more than 8 bits per color. Remove the override, and > it'll use 10bpc. OMG thank u so much, that was it. |