Bug 510294 - Laptop brightness is higher than indicated in brightnessctl
Summary: Laptop brightness is higher than indicated in brightnessctl
Status: REPORTED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Power management & brightness (other bugs)
Version First Reported In: 6.5.80
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-06 11:03 UTC by slartibart70
Modified: 2025-10-06 21:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description slartibart70 2025-10-06 11:03:12 UTC
I have a laptop and external 4K screen.
Laptop is setup as having 30% screen brightness in 'power management > display and brightness'

This setting was working ok (reproducible brightness) but is now lost after sleep/standby.
The systray-brightness slider still says  30%, but the screen is noticeable brighter.
Just touching the slider 'fixes' the effective brightness immediately (so i set it back to point to exactly 30% again)

I did not yet check the output of 'brightnessctl info' directly after resume (will do...)

One more thing:
in power management > display and brightness' i can only preset the brightness for the laptop screen, not for the secondary monitor - although in systray we have two brightness sliders. Is this intentional?
Comment 1 slartibart70 2025-10-06 11:04:01 UTC
Operating System: Fedora Linux 42
KDE Plasma Version: 6.5.80
KDE Frameworks Version: 6.20.0
Qt Version: 6.9.2
Kernel Version: 6.16.10-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics
Memory: 64 GiB of RAM (58,5 GiB usable)
Graphics Processor: AMD Radeon 780M Graphics
Manufacturer: LENOVO
Product Name: 21K5000JGE
System Version: ThinkPad P14s Gen 4
Comment 2 slartibart70 2025-10-06 12:37:06 UTC
it happens after sleeping and turning off/on the screens

laptop-screen is to bright:
brightnessctl -d 'amdgpu_bl1' get
119701

set same 30% again, screen is darkening to the expected 'brightness':
brightnessctl -d 'amdgpu_bl1' set 30%
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
        Current brightness: 119700 (30%)
        Max brightness: 399000

No change in output-values...
brightnessctl -d 'amdgpu_bl1' get
119701
Comment 3 TraceyC 2025-10-06 17:10:25 UTC
Can you please run `kscreen-doctor -o | grep -i bright` before putting the system to sleep, and then again afterwards?

This seems potentially related to bug 503268
Comment 4 slartibart70 2025-10-06 21:32:04 UTC
before sleeping (laptop and 4k screen are both at 30%)

kscreen-doctor -o | grep -i bright
        Brightness control: supported, set to 30% and dimming to 100%
        Brightness control: supported, set to 30% and dimming to 100%

after sleeping:
kscreen-doctor -o | grep -i bright
        Brightness control: supported, set to 30% and dimming to 100%
        Brightness control: supported, set to 30% and dimming to 100%

brightnessctl -d amdgpu_bl1 set 30%
Updated device 'amdgpu_bl1':
Device 'amdgpu_bl1' of class 'backlight':
        Current brightness: 119700 (30%)
        Max brightness: 399000

kscreen-doctor -o | grep -i bright
        Brightness control: supported, set to 30% and dimming to 100%
        Brightness control: supported, set to 30% and dimming to 100%


Btw, sleeping is not really necessary:
Lock screen, then press ESC to switch off both screens, wait a bit, re-login is sufficient for the increased brightness on the laptop screen
Comment 5 TraceyC 2025-10-06 21:52:40 UTC
Thanks! I'll let the Plasma developers take it from here