• 0 Posts
  • 40 Comments
Joined 10 months ago
cake
Cake day: January 31st, 2024

help-circle











  • Nothing too complex, no. KDE desktop, some stuff from the AUR. LVM on LUKS.

    Perhaps it’s more fair to say that Arch takes more effort to maintain than any other well known distro except Gentoo (or LFS, if one considers that well known).

    I found keeping up to date on a fairly bleeding edge rolling release distro exhausting. I would, too often, come across issues with updates that required manual intervention to solve. And the AUR can be a crapshoot as far maintainers keeping them up to date and applying fixes. Nothing unmanagable, but not an enjoyable experience for me.

    No hate intended on Arch though. I think it’s one of the best distros out there, and the Linux community as a whole is better off for it’s existence. But it’s not something I want as my daily driver, and I suspect from what OP wrote, it might be the same case for them.

    Edit: Reworded AUR bit for clarity.







  • I had the same problem with enshrouded, including desktop sluggishness. I “fixed” it by fiddling with detail settings until I found one thing that had a significant performance impact. I want to say it was something to do with shadows? I’ll try to remember to look when I’m at my desk. Hopefully someone has a better answer/suggestion, but something to try.

    Also, did vulkan shaders run and complete? Mine don’t on Enshrouded, get stuck at 99%. I know that can have a performance impact.


  • It doesn’t copy data, no. Symlink is short for symbolic link. So it’s a pointer to another location. But it might be useful for you. Taking a guess at your goal, here’s a relevant example.

    Say you moved all of your emulation stuff stored under /media/largehdd/retroarch. You could then symlink that directory to ~/.config/retroarch like so:

    ln -s /media/largehdd/retroarch ~/.config/retroarch

    That data is still stored on the large drive but will now also show under that symlinked directory.