By coincidence I came across a KWin bug that affects all Plasma versions ⩾ 5.26.
That currently should include e.g. Kubuntu 22.10 with Kubuntu Backports and Plasma 5.27.x in Kubuntu 23.04, KDE neon, openSUSE Leap 15.5, openSUSE Tumbleweed, TUXEDO OS, Fedora 38, Debian 12 and Arch :
https://bugs.kde.org/show_bug.cgi?id=460404
The solution is to add
to your $HOME/.config/kdeglobals
Afterwards for me the speed has increased by about 35-50% !
I could test this with Plasma 5.27.x in:
Kubuntu 23.04, KDE neon, TUXEDO OS, openSUSE Tumbleweed KDE, openSUSE Leap 15.5 KDE, Debian 12 KDE and Garuda KDE Dr460nized
so far.
I don't know if this also affects a Wayland session, perhaps somebody would like to test it?
That currently should include e.g. Kubuntu 22.10 with Kubuntu Backports and Plasma 5.27.x in Kubuntu 23.04, KDE neon, openSUSE Leap 15.5, openSUSE Tumbleweed, TUXEDO OS, Fedora 38, Debian 12 and Arch :
https://bugs.kde.org/show_bug.cgi?id=460404
The solution is to add
Code:
[QtQuickRendererSettings] SceneGraphBackend=opengl
Afterwards for me the speed has increased by about 35-50% !
I could test this with Plasma 5.27.x in:
Kubuntu 23.04, KDE neon, TUXEDO OS, openSUSE Tumbleweed KDE, openSUSE Leap 15.5 KDE, Debian 12 KDE and Garuda KDE Dr460nized
so far.
I don't know if this also affects a Wayland session, perhaps somebody would like to test it?
Comment