Summary: | Brightness OSD - No feedback at 100% and inconsistent behavior leading to inability to increase brightness | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Henrique Sant'Anna <hsantanna> |
Component: | Power management & brightness | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | hsantanna, im.tech.tac, nate |
Priority: | NOR | ||
Version First Reported In: | 6.3.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=464771 https://bugs.kde.org/show_bug.cgi?id=387284 https://bugs.kde.org/show_bug.cgi?id=494719 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Henrique Sant'Anna
2025-06-13 03:16:34 UTC
I can reproduce the first scenario, I can't think of a way to trigger the other. This is also better off as two separate bugs. You can reproduce scenario 2 on intel by setting the brightness to 25% on comand line (requires root): # echo $(( $(cat /sys/class/backlight/intel_backlight/max_brightness) / 4 )) | sudo tee /sys/class/backlight/intel_backlight/brightness (I imagine that for other manufacturers it must be a very similar command) After that, press the increase brightness shortcut (Fn+F6, here), and brightness will not increase. So you can try to decrease brightness (Alt+F5, here) and it will actually increase from 25% to 90%. Scenario 1 and 2 are the same bug because both have the same cause. They are only distinguished by the severity with which they affect the user. In scenario 1, it affects a lack of information (OSD), in scenario 2, which is more serious, it affects broken functionality (brightness don't increase where it should). Please only report one issue per bug report. Also if you could try to be brief in explaining the issue, that's also helpful. > When the screen brightness is already at its maximum level (100%), pressing the designated > shortcut key to increase brightness (e.g., Fn+F6) elicits no visual feedback via the On-Screen > Display (OSD). This is Bug 494719 and secondarily also Bug 464771; no need for another report for it. > A more critical issue arises when the Plasma shell incorrectly assumes the brightness is at > 100% (even when it is not). We need to dig into why Plasma's impression of the brightness differs from reality; that's the bug we need to fix. Because when this is out of sync, you'll see all sorts of havoc. We need to fix the actual issue, and then the havboc will go away. Can you open a new bug report about only that issue, and also try to identify the conditions under which it happens? Without that, it's very doubtful we'll be able to figure out the root cause of the problem. Thank you! 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! 🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |