Summary: | Powerdevil restricts the minimum monitor brightness to 1%, causing it to be unable to reach the lowest possible brightness | ||
---|---|---|---|
Product: | [Plasma] Powerdevil | Reporter: | zvova7890 |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kde, me, natalie_clarius, nate |
Priority: | NOR | ||
Version: | 6.0.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
zvova7890
2024-04-12 14:24:12 UTC
You can still use the brightness keys to go to 0%? As you've found, this is intentional. How much of a difference is there between 1% and 2% with your hardware? Is it really noticeable enough to make a difference? >> You can still use the brightness keys to go to 0%? No, I can't. Currently I'm using patched powerdevil to get minimal brightness. >> Is it really noticeable enough to make a difference? Yes, otherwise I wouldn't be doing this report. Also, some monitors already have a minimum value that is not entirely acceptable, and it’s not good to aggravate this further with software. Well, we're in an awkward situation here where we don't have any ideal choices: 1. Always let the brightness go to 0% - with many devices and drivers, this turns off the backlight entirely, which is not useful. We get bug reports. 2. Always stop at 1% - for devices where the minimum brightness value doesn't turn off the backlight, the lowest brightness level is locked out. We get bug reports. 3. Usually stop at 1%, but allow going down to 0% with some kind of less obvious UI - inconsistency that people don't understand. We get bug reports. 4. Make it user-configurable: amounts to a workaround for hardware/driver bugs that 99.9% of users will not understand or care about; increasing complexity in the process. We would probably stop getting bug reports, but at the cost of a more cluttered UI unless we hid the setting somewhere deep in the powerdevil KCM, in which case people who could benefit from it might not find it and we'd get bug reports anyway. 5. Go out there and fix all hardware and GPU drivers to never turn off the backlight at minimum brightness - infeasible as we lack the resources and technical know-how. Maybe #4 is the last-bad choice, and in fact Natalie submitted a merge request to do this in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4117. Let's follow up there. *** This bug has been marked as a duplicate of bug 483490 *** |