https://bugs.kde.org/show_bug.cgi?id=511852

--- Comment #10 from Evert Vorster <[email protected]> ---
Just FYI, this log output can be swept under the rug with:

1. Lower KWin logging level (recommended)

KWin uses Qt logging categories. You can silence the OpenGL scene messages.

Create a user environment override for KWin:

systemctl --user edit plasma-kwin_wayland.service

Add:

[Service]
Environment=QT_LOGGING_RULES=kwin_scene_opengl=false

Reload user units:

systemctl --user daemon-reexec

Then log out and back in.

This suppresses messages like:

kwin_scene_opengl: GL_INVALID_ENUM
kwin_scene_opengl: GL_FRAMEBUFFER_INCOMPLETE

while leaving the rest of the system logs intact.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to