Until 5.8.0 was delivered to openSUSE Tumbleweed, a monitor resume event was producing no logging. Now each time there's a suspend or wake up event with monitor you get over verbose information in systems logs. Reproducible: Always Steps to Reproduce: 1. Install 5.8.0 plasma and kscreen related component 2. Wait a suspend monitor event 3. Wake up the monitor Actual Results: Oct 15 15:23:54 qt-kt.labaroche.ioda.net org.kde.KScreen[3598]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored) ---- too much line to be included as comment for bugzilla, see attachement --- Oct 15 15:23:58 qt-kt.labaroche.ioda.net org.kde.KScreen[3598]: kscreen.xrandr: Emitting configChanged() Expected Results: One line of log As this abnormal behavior look like the old bug https://bugs.kde.org/show_bug.cgi?id=361688 I've checked the status of variables in ~/.config/QtProject/qtlogging.ini kscreen.kded=false kscreen=false kscreen.edid=false kscreen.fake=false kscreen.qscreen=false kscreen.xcb.helper=false kscreen.xcb_helper=false kscreen.xrandr=false kscreen.xrandr11=false even if the file is no more present the log are still recorded.
Created attachment 101574 [details] Kscreen excessive logs
I'm using kernel 4.7.6 + nvidia 370.28 proprietary drivers
Have you tried kscreen.*=false or kscreen.xcb.helper.*=false? We need this logging in order to fix problems, I don't plan to remove it in the near future.