https://bugs.kde.org/show_bug.cgi?id=366742
--- Comment #1 from Martin Gräßlin <mgraess...@kde.org> --- could you please install debug symbols for KWin and gdb into the kwin process with the high cpu usage and then provide us a backtrace of it? That should be something like: 1. ps -AF | grep kwin_x11 2. gdb --pid=<pid determined by 1> 3. t a a bt -- You are receiving this mail because: You are watching all bug changes.