https://bugs.kde.org/show_bug.cgi?id=494408
--- Comment #6 from Jakob Petsovits <jpe...@petsovits.com> --- (In reply to Zamundaaa from comment #5) > Can we somehow detect that the user actually used the OSD to change the > brightness level? Or detect that the OSD is open when the brightness gets > changed, and only accept the change then? No. The best we can do is poll the monitor semi-regularly (perhaps every 30 seconds) and assume that any observed changes during the KWin session, while the monitor is on, were intentional. That's what the externalBrightnessChangeObserved signal within PowerDevil is meant to do, minus the polling part which is not currently being done for DDC/CI devices (but could be added). -- You are receiving this mail because: You are watching all bug changes.