SUMMARY https://invent.kde.org/plasma/powerdevil/-/merge_requests/407, as prerequisite of https://invent.kde.org/plasma/kwin/-/merge_requests/6155, disabled brightness animations for laptop displays when going through KWin. It's great that KWin can now fade between SDR and fake-HDR with a brightness animation by itself. However, in the process, these changes broke all other laptop display brightness animations as well, notably for dimming and applet brightness sliders. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Plasma Version: 6.2.80 (around 6.2.2) KDE Frameworks Version: 6.8 Qt Version: 6.8 Graphics platform: Wayland
Yes, they are. You're linking to the MR that animates laptop brightness... it's not about HDR or anything like that. It seems that since that was merged, the animation got really choppy though, with only 3 or 4 steps in it.
Hmm, so I added some debug logging to KWin, but after restarting it, the animations are completely smooth again.
Ah yes, you're right - it's possible to observe the animation when making large jumps in brightness. Perhaps the KAuth helper invocation isn't fast enough to handle a high frequency of brightness changes per seconds reliably? If that's the case, then either we revive my PowerDevil branch for SetBrightness via login1 D-Bus, or we extend the Wayland interface to provide more context about the intended animation (or lack thereof). But if restarting KWin helps, maybe the issue is elsewhere.
I still see brightness animations on my git master setup, FWIW.