| Summary: | Screen goes black when decreasing screen brightness from 50% to 45% using Fn keys | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Niko Lockenvitz <kde> |
| Component: | Power management & brightness | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Niko Lockenvitz
2025-10-05 13:55:42 UTC
Can you run `cat /sys/class/backlight/*/brightness` and paste the output here, first when the brightness is at 50%, and then again when you reduce it to 45% to trigger the bug? # increase brightness to 50 % with Fn+F6 $ cat /sys/class/backlight/*/brightness 32768 # decrease brightness with Fn+F5 (screen goes completely black) $ cat /sys/class/backlight/*/brightness 29491 # increase brightness with Fn+F6 (now at 45% and screen is lit) $ cat /sys/class/backlight/*/brightness 29491 Thanks. This seems like a GPU driver bug, or possibly even a hardware issue; a brightness value of 29491 should not be turning off the backlight entirely! That's whacko. I'd recommend reporting the issue upstream; see https://docs.mesa3d.org/bugs.html for how to do that. |