short story: kde has a memory leak caused by nvidia’s faulty driver. now users are reporting that the issue appears to be fixed in nvidia driver version 570.153.02. you can read more in the linked bug report.
any idea when this driver will be available on manjaro?
Nvidia version 570.153.02 is already in the Unstable & Testing branch repos:
Output of: mbn info nvidia-dkms -q | grep -Ev 'Name|Repository|Packager'
mbn info nvidia-dkms -q | grep -Ev 'Name|Repository|Packager'
Branch : archlinux
Version : 570.153.02-1
Build Date : Tue 20 May 2025 03:49:20
Branch : unstable
Version : 570.153.02-2
Build Date : Wed 21 May 2025 05:00:26
Branch : testing
Version : 570.153.02-1
Build Date : Tue 20 May 2025 02:55:42
Branch : stable
Version : 570.144-3
Build Date : Thu 01 May 2025 08:18:56
mbn can be found in the manjaro-check-repos package
I can’t say how long it will take to reach Stable branch, however switching branches to get the newer version is a very simple process:
To switch to Testing branch:
sudo pacman-mirrors --api --set-branch testing
or, to switch to Unstable branch:
sudo pacman-mirrors --api --set-branch unstable
After you changed the branch, rebuild the mirrorlist and update your packages:
@scotty65 has more than answered that question; however, I thought the following might interest you, especially with the inevitable move to Wayland looming;