Summary: | [Request] Remove artificial limitation on minimum SDR brightness in HDR mode | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | Syboxez <syboxez> |
Component: | kscreen-doctor | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | klaymorer, nate, xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | 6.2.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Syboxez
2025-01-31 05:54:09 UTC
Specifically, the value of `sdr-brightness`, if that was unclear. Not sure if it's possible to make that value a floating point, but that would be much preferred for nighttime use. Could lock any value below 1 behind a CLI to limit use to advanced users. Sorry, this is not what that setting is for. If you want the screen to go darker, use the brightness slider. It seems like the GUI lets you go down to 50 nits, while kscreen-doctor only lets you go to 100 nits. It seems like they should both be able to go to 50 nits. Also if you don't mind me asking here, is there any color difference between using a low SDR brightness with 100% screen brightness, and a higher SDR brightness with a lower display brightness? (In reply to klaymorer from comment #4) > It seems like the GUI lets you go down to 50 nits, while kscreen-doctor only > lets you go to 100 nits. It seems like they should both be able to go to 50 > nits. I guess so. > Also if you don't mind me asking here, is there any color difference > between using a low SDR brightness with 100% screen brightness, and a higher > SDR brightness with a lower display brightness? There is no difference. A possibly relevant merge request was started @ https://invent.kde.org/plasma/libkscreen/-/merge_requests/240 Git commit 4ced246d90d4a7f609b03a9d97174f04dda043b4 by Xaver Hugl. Committed on 19/02/2025 at 13:31. Pushed by zamundaaa into branch 'master'. doctor: match the minimum allowed SDR luminance to what the GUI allows M +2 -2 src/doctor/doctor.cpp https://invent.kde.org/plasma/libkscreen/-/commit/4ced246d90d4a7f609b03a9d97174f04dda043b4 A possibly relevant merge request was started @ https://invent.kde.org/plasma/libkscreen/-/merge_requests/241 Git commit 1b656fcf0247a76757728debc33b438b7f6fcb32 by Xaver Hugl. Committed on 19/02/2025 at 15:54. Pushed by zamundaaa into branch 'Plasma/6.3'. doctor: match the minimum allowed SDR luminance to what the GUI allows (cherry picked from commit 4ced246d90d4a7f609b03a9d97174f04dda043b4) Co-authored-by: Xaver Hugl <xaver.hugl@gmail.com> M +2 -2 src/doctor/doctor.cpp https://invent.kde.org/plasma/libkscreen/-/commit/1b656fcf0247a76757728debc33b438b7f6fcb32 |