I have a problem related to SSD load (at least I think it is).
Every time I do something which writes does a lot of operations of my SSD, KDE becomes nearly unresponsive. I can’t open programs, can’t use most of the open ones and some windows get “stuck”.
This happens mostly when I download a game in Steam or update a few programs.
Things I tried:
I checked htop during that problem, but nothing spikes at all.
I added a zram swap file, just in case (didn’t have SWAP before), but it also didn’t improve the problem.
Firstly your root partition is quite full (73% so you might want a slight tidy up there).
Simple things first; I’m not sure if you’ve ever trimmed your drives. If not run the following:
sudo fstrim -av
It will take a while to complete and I’d run it again after.
If that doesn’t help you probably want to look at the health of your drives next. There is information on smartctl on the Arch wiki - https://wiki.archlinux.org/title/S.M.A.R.T.#smartctl which I’d suggest you run for each of your SSDs.
After that the fstrim command should work. If that is all ok you can make the --allow-discards option persistent in the LUKS header of the device so that it is automatically applied when the device is opened:
Did do this, badblocks took a while but no errors, fsck no errors.
Have you tried a different DE, like xfce, gnome, etc.?
Not yet, but that’s a good idea, I will test this.
One more question: Do you experience this slowness from day 1 of your endeavouros installation? If not, can you tell when it started to happen?
Not sure if it happened right away. I think so, but I had quite some trouble with the Nvidia driver which might have caused me to overlook this issue at first.
What does your journal say when it happens? Can you share the output of “journalctl -b” when this happend?
Will check this.
Your Bios version is quite dated.
Oh yeah, you are right. Will update that, it’s been a while.