https://bugs.kde.org/show_bug.cgi?id=489000
Bug ID: 489000 Summary: journal-spam when opening overview/grid effect Classification: Plasma Product: kwin Version: 6.1.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: bastimeyer...@gmail.com Target Milestone: --- SUMMARY This started with 6.1.0. When opening or closing the overview/grid effect, the following lines are repeatedly spammed in my `kwin_wayland` journal. No idea if other kwin effects or components are also causing this, but with `journalctl --follow` I can clearly see that it's spamming all these logs when the overview/grid effects are opened or closed. After only one day of usage on 6.1.0 (all just caused by the repeated log spam, excluding some very rare warning messages): ``` $ journalctl -b-1 /usr/bin/kwin_wayland | wc -l 40080 ``` This is the part that's repeatedly logged, at least 3 times: ``` Jun 22 20:25:05 basti-pc kwin_wayland[72277]: OpenGL vendor string: AMD Jun 22 20:25:05 basti-pc kwin_wayland[72277]: OpenGL renderer string: AMD Radeon RX 5700 XT (radeonsi, navi10, LLVM 17.0.6, DRM 3.57, 6.9.6-1-git) Jun 22 20:25:05 basti-pc kwin_wayland[72277]: OpenGL version string: 4.6 (Core Profile) Mesa 24.1.1-arch1.1 Jun 22 20:25:05 basti-pc kwin_wayland[72277]: OpenGL shading language version string: 4.60 Jun 22 20:25:05 basti-pc kwin_wayland[72277]: Driver: Unknown Jun 22 20:25:05 basti-pc kwin_wayland[72277]: GPU class: Unknown Jun 22 20:25:05 basti-pc kwin_wayland[72277]: OpenGL version: 4.6 Jun 22 20:25:05 basti-pc kwin_wayland[72277]: GLSL version: 4.60 Jun 22 20:25:05 basti-pc kwin_wayland[72277]: Mesa version: 24.1.1 Jun 22 20:25:05 basti-pc kwin_wayland[72277]: Requires strict binding: no Jun 22 20:25:05 basti-pc kwin_wayland[72277]: Virtual Machine: no ``` The first log line after starting a new kwin_wayland session is this, in addition to two of the repeating blocks of log from above: ``` Jun 22 20:16:31 basti-pc kwin_wayland[72277]: No backend specified, automatically choosing drm ``` SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.1.0 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.1 -- You are receiving this mail because: You are watching all bug changes.