SUMMARY On my work laptop, which has nice specs but *horrible* battery life, I raised the low battery threshold a bit to indicate when I should save my work and power off the machine or plug it into the wall. However, when I do that, my screen brightness stays way down, and I have to manually put it back where it previously was. STEPS TO REPRODUCE 1. Set the desired low brightness in "Settings > Energy Saving > Low Battery > Change screen brightness". 2. Wait for the low battery mode to kick in. 3. Plug the laptop into the wall. OBSERVED RESULT Brightness stays at the "Low Battery" setting. EXPECTED RESULT Brightness should be set back to whatever it was when in "normal" battery mode. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.8.1-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 12 × Intel® Core™ i7-8850H CPU @ 2.60GHz Memory: 31,0 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630 Manufacturer: Dell Inc. Product Name: Precision 5530 ADDITIONAL INFORMATION The behaviour I desire is close to what I remember macOS doing in the early 2010's (unsure if they still do it). It works this way : when the laptop enters a "Low Battery" mode, the maximum brightness level the panel can reach is lowered, but the user *still* has a 0%-100% range on their software brightness slider. Setting a new brightness while in low battery mode amounts to setting the panel to (user_setting * factor) where `factor` is a limit to how bright the screen can be in low battery mode (usually somewhere near 20%). Once the laptop goes out of "Low Battery" mode, the `factor` is set to 1 and the "full" range of the panel's brightness can be achieved. This should probably be implemented in such a way that a message is displayed below the brightness slider saying something akin to "Low battery: brightness limited" or "Limited by battery settings" while the `factor` is below 1.
Powerdevil should already automatically switch to the configured screen brightness for the AC profile if one is set. Does it not do this? - Then this is a bug. Or would you like to not configure a default screen brightness for on AC but have it switch back to wherever it was last time before you unplugged? We could think about this, but imo it is good to have a way of opting out of brightness being automatically changed when plugging/unplugging, and this is what having the "change screen brightness" slider being optional provides.
(In reply to Natalie Clarius from comment #1) > Or would you like to not configure a default screen brightness for on AC but > have it switch back to wherever it was last time before you unplugged? Yes, this is exactly the feature I would like ! I've given my two cents on some specifics for this feature in the additional info section, but it was clear in my mind that this should of course be activated with a user setting. Maybe if the user did not set a predefined brightness level for the plan they're switching to, or using an explicit checkbox ? Either way, this would add one more property to switch in and out of "low battery" mode.
The factor logic you described in the details sounds intresting but imo it is too restrictive to enforce a capped maximum brightness whenever on low battery; I might prefer to decide for myself that I'd like to keep running on max brightness as long it still has some juice left and plug in when I have to. Another checkbox to restore previous brightness instead of a fixed one would be a possibility but further complicated the already lengthy power settings. I'll keep it open as a wishlist item.
(In reply to devillelethibault from comment #2) > (In reply to Natalie Clarius from comment #1) > > Or would you like to not configure a default screen brightness for on AC but > > have it switch back to wherever it was last time before you unplugged? > > Yes, this is exactly the feature I would like ! Thank you. This has been bugging me forever and was perhaps my main motivation for reworking the Power Management settings page in Plasma 6.0. It's still unsolved at this point and I appreciate others speaking up on the same issue. > The factor logic you described in the details sounds intresting but imo it is too restrictive to enforce a capped maximum brightness whenever on low battery; I might prefer to decide for myself that I'd like to keep running on max brightness as long it still has some juice left and plug in when I have to. Agreed. Alternative suggestion: PowerDevil in brightnesscontrol.cpp already has logic to prevent a profile transition to "lower power" from increasing brightness. We could easily add the opposite and prevent it from reducing brightness when AC is plugged in again. > Another checkbox to restore previous brightness instead of a fixed one would be a possibility but further complicated the already lengthy power settings. How about we view it as an opportunity to reduce the settings that a user gets to see by default? If there is *only* a checkbox to manually set brightness across profiles, and the three sliders are hidden away on a separate sub-page (you know the one: https://invent.kde.org/plasma/powerdevil/-/issues/10#note_775764) then we don't need an extra line and it can be cleaner both in terms of looks as well as less confusing default behavior. But what I also really like about this setup is that there is *always* a configured brightness value. No more "switching to Battery has a brightness change configured, but switching back to AC is a no-op". The current state can always be reconstructed from configuration. That will be a major win.
*** Bug 488543 has been marked as a duplicate of this bug. ***
Plasma 6.2 broke brightness controls in the power management setting. No matter the AC/battery state, the brightness never changes. The situation hasn't improved with the update to frameworks 6.7 either. Affected system details: Operating System: openSUSE Tumbleweed 20241012 KDE Plasma Version: 6.2.0 KDE Frameworks Version: 6.7.0 Qt Version: 6.7.3 Kernel Version: 6.11.2-1-default (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-6200U CPU @ 2.30GHz Memory: 7.5 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 520 Manufacturer: LENOVO System Version: ThinkPad X1 Carbon 4th
(In reply to MK from comment #6) > Plasma 6.2 broke brightness controls in the power management setting. No > matter the AC/battery state, the brightness never changes. The situation > hasn't improved with the update to frameworks 6.7 either. Can confirm on Operating System: KDE neon Testing Edition, with KDE Plasma Version: 6.2.2, KDE Frameworks Version: 6.8.0, Qt Version: 6.8.0 None of the three screen settings: brightness, dim time, turn off time - do anything, in either power mode. Maybe this should be reported as a new bug?