https://bugs.kde.org/show_bug.cgi?id=478860
--- Comment #3 from Jonathan Bennett <jbenn...@incomsystems.biz> --- (In reply to Zamundaaa from comment #2) > Git commit 4425bcd4e0b98a91c3500afe7204fec22b9032f6 by Xaver Hugl. > Committed on 22/12/2023 at 13:28. > Pushed by zamundaaa into branch 'master'. > > backends/drm: handle missing brightness values in the EDID better > > Most importantly, fall back to an assumption of 1000 nits peak brightness > when the > max brightness is missing, instead of the sdr brightness, which causes more > immediately > visible issues. > Ideally the user should configure this value in the display settings, but > it's too > late to still do that for Plasma 6.0. > > M +5 -8 src/backends/drm/drm_output.cpp > M +10 -16 src/backends/drm/drm_pipeline.cpp > M +4 -4 src/core/output.cpp > M +7 -7 src/core/output.h > M +24 -5 src/utils/edid.cpp > M +13 -10 src/utils/edid.h > M +3 -3 src/wayland/outputdevice_v2.cpp > > https://invent.kde.org/plasma/kwin/-/commit/ > 4425bcd4e0b98a91c3500afe7204fec22b9032f6 Is this functionally equivalent to running "kscreen-doctor output.2.maxBrightnessOverride.1000" ? -- You are receiving this mail because: You are watching all bug changes.