• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: April 23rd, 2023

help-circle
  • They were trying to send this link and I’m going to strongly disagree with them - that system is a substantial downgrade from a Steam Deck. The GPU is a GT 1030; on top of being Nvidia, it’s 8 years and 4 generations old and was bottom-tier when it was new.

    That said, the idea is sound. Buying an actual gaming desktop PC from a few generations ago can be a very budget-friendly option, but shipping an assembled PC is a nightmare for multiple reasons, and even more risky secondhand. If you’re going to buy a used prebuilt PC, find one locally and pick it up yourself, don’t have it shipped to you.


  • If you were planning to buy parts new and build the computer yourself, I threw together a parts list for an all-AMD system that’s appropriate for Linux (I recommend Bazzite) and has a good price-to-performance ratio; $1200 to beat the pants off a Steam Deck and be very future-proof in terms of hardware features, platform support, and general performance.

    If you’re thinking about buying used older-gen parts or a prebuilt system, compare gaming benchmarks of the GPU or CPU you’re looking at to the components in this build to see if it’s an upgrade or downgrade. This is probably the best price-to-performance prebuilt I’ve found in a few minutes on Amazon, couple hundred less than the parts list above, but it’s on the older AM4 platform (5000-series Ryzen), an older generation GPU (6600), and much less storage.

    Lastly, obligatory mention of the last PC build guide you’ll ever need. Good luck!


  • The ELI5 for Fedora’s atomic desktops is that if Windows had an Atomic Desktop version, Program Files and most of the Windows folder would be read only, and each program you installed yourself would go into its own folder in your user directory. That’s the basic idea. It’s harder to screw up an Atomic system as long as you stick to containerized app formats like flatpak/appimage whenever possible. It makes it easier for everyone to diagnose problems, and easier for users to roll back if an update has problems. Even if you were to install it right now, you could use one simple command to “roll back” to any image from the last three months.

    The benefit of Bazzite is you have all of the above, plus a lot of gaming-related stuff preinstalled which, if you were to install them yourself in a normal Fedora environment, you’d likely have to spend a lot of time just learning how they’re supposed to be configured, how they interact, which versions have problems, and how to troubleshoot problems when an update to one app breaks a prerequisite for something else; eventually you end up in config hell instead of actually using your computer. With Bazzite, the image maintainers are the ones in config hell - they work out the kinks, app versioning, communicate with upstream to fix issues, all that, so your system should be in the most functional state that a Linux system can be, so you only have to think about using your apps.

    tl;dr

    • Atomic Desktops are more resilient to randomly breaking from updates or user error, and are easier to revert to a prior state if problems do arise
    • Bazzite is a custom Atomic image with lots of gaming stuff preinstalled and preconfigured to work properly out of the box
    • If you’re a gamer and wanting to try out Linux, Bazzite is going to be the least painful way to get your feet wet.
    • Immutable distros are excellent for daily driving. I daily drive one myself!