https://bugs.kde.org/show_bug.cgi?id=304696
Chris Holland <zrenf...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zrenf...@gmail.com --- Comment #14 from Chris Holland <zrenf...@gmail.com> --- As Oliver said in 2013, it looks like this is the intended behaviour since it was first written (8 years ago?). https://github.com/KDE/powerdevil/blame/master/daemon/actions/bundled/dimdisplay.cpp#L64 At 50% the set idle duration, it dims to 50% brightness. At 75% the set idle duration, it dims to 12.5% brightness. At 100% the set idle duration, it dims to 0% brightness. We could maybe use different values, say 90% brightness, then 70% brightness, before dropping to 0% at the specified time. I wonder if there'd be issues with changing it to 5/4 (125% idle duration) and 3/2 (150% idle duration) so that it doesn't start dimming before the user's explicitly defined value. -- You are receiving this mail because: You are watching all bug changes.