I have been using Arch for five years and I think I would like to call myself at least a progressive beginner when it comes to Linux, computers and networking, to be humble. 🤣
I would like to “move on” to Gentoo or LFS to force myself to learn more[1]. Please share your pros and cons for switching to any one of these approaches.
Use case: a gaming rig (using nvidia’s proprietary drivers and an AMD CPU) on one system and a server on a separate system.
This was my main incentive for switching to Arch a long time ago, and it worked! ↩︎


As a long-time Gentoo user, I can tell you that it’s perfectlly capable of producing both a useful gaming rig and a useful server, provided you have some idea of what you want to end up with.
Proprietary nvidia drivers should be straightforward enough:
emerge nvidia-driversand blacklist the nouveau module (or compile a custom kernel that doesn’t contain it). You’ll probably want to read what the Gentoo wiki has to say about Steam.Good luck.
Sweet! Thank you so much!