Hardware for Linux gaming PC
Onihikage @ Onihikage @beehaw.org Posts 0Comments 172Joined 2 yr. ago

Seems mostly fine to me, I game all the time on Linux (Bazzite gang 🤘) with a 3900X + 7900GRE, haven't had any significant issues aside from needing to make sure clock speeds were configured correctly on the GPU. Two ram sticks is the way to go with these systems as sometimes they don't support 4 sticks at full speed.
You're right that GPU passthrough is definitely more for tinkering or advanced users with very specific needs (usually professionals who need Windows/Nvidia and choose to run it in a VM rather than dual-boot), with a budget to match. For a gamer couple, having fully separate systems is going to be much less hassle and more resilient against failure.
The one thing I would recommend changing is the power supply, it's unironically the most important component in the computer because if it fails it can kill everything else, and the System Power 10 is known enough for being low-quality that discussions of that come up in web searches. Poor quality power supplies can damage your hardware and otherwise cause weird, intermittent issues even if everything seems to work fine most of the time, and will fail and shut off the computer when a good power supply would have just kept on chugging. Seasonic and Corsair are considered the best brands and have 10 year warranties - they're more expensive, but they're worth it. You want 80+ Gold or better these days, this is a buy once, cry once component.
If you don't have a UPS, I would also recommend getting one at some point, either one big shared unit (if they'll be close together) or two individual units. Having backup power will allow you to shut down the computers gracefully during a power outage, and prevents the worst-case scenario where the power goes out while the computer is installing updates and it turns into a brick.
At least their username is accurate!
Web ads are a security risk that even the FBI has acknowledged, so your friends should be aware that having uBlock Origin installed is nearly as important as having virus protection.
Regarding profiles, having two is generally recommended - your main profile with no Google services, and a secondary profile only for apps that absolutely require Google Play Services. Personally, I just dump everything in one profile and deny nearly every permission to anything Google, and on top of the sandboxing that's enough of an improvement over stock Android that I don't bother with two profiles.
They advertise E2EE as a feature
They can call it E2EE as much as they want, but it's a lie. It's encrypted in transit and at rest, at least on the user's device, but unlike true E2EE, they can decrypt and view any conversation they want to.
I wouldn't trust any phone with GrapheneOS preloaded unless it was directly sold by GrapheneOS themselves. Especially not from a site that phrases things in an almost uncanny way.
I mainly recommend Universal Blue distros to newbies, like Bazzite or Aurora. The immutable nature more or less means users don't have to worry about performing maintenance of system apps like they might on some distros, mostly don't have to worry about dependencies, and are less likely to irreversibly break the system themselves or in an update.
That said, these distros are Fedora-based, and I think that's fine. No idea who out there is recommending Arch of all things.
He did at the beginning, but he helped them get what they wanted in the end, and I think that counts for something.
“We’re thankful that the Biden administration played the long game on sick days and stuck with us for months after Congress imposed our updated national agreement,” Russo said. “Without making a big show of it, Joe Biden and members of his administration in the Transportation and Labor departments have been working continuously to get guaranteed paid sick days for all railroad workers.
“We know that many of our members weren’t happy with our original agreement,” Russo said, “but through it all, we had faith that our friends in the White House and Congress would keep up the pressure on our railroad employers to get us the sick day benefits we deserve. Until we negotiated these new individual agreements with these carriers, an IBEW member who called out sick was not compensated.”
Archives are ideal for identifying sneaky behavior like that. You never know when an admin might have the ability to delete or edit something without anyone noticing.
Beats me on what do they spend those taxes
It's spent on what is by far the most powerful, expensive, and expansive military in the world, with funding about equivalent to the next ten militaries combined. All of Europe barely has any military spending by comparison; NATO is almost entirely propped up by the US military industrial complex. If US foreign policy wasn't so doggedly imperialist, we might have room for some healthcare.
That's not even getting into how medical corporations in the US are more or less financially unrestrained and allowed to make as much money as they want, paired with an insurance industry with the same conditions, and both industries becoming more and more consolidated, with all the big players participating in the stock market. The result is a race to the top in which everything is made far more expensive than it needs to be in order to please shareholders. In this environment, spending government money on US healthcare is substantially less efficient than the same spending would be in a European country.
Correction of these markets, as with housing, is likely to be financially devastating to the economic elite, but also critical to the prosperity of real people in this country.
Looking into it, ZOOM Platform is run by the Jordan Freeman Group, which has a similar mission statement to GOG, that being a DRM-free games platform that also touches up and sells old games. They seem to have acquired publishing rights to the FlatOut trilogy, along with either source code or enough resources to touch them up without it. I didn't know about them until this post, so it's nice to see that GOG isn't the only DRM-free old-games platform around.
You don't need to add the exe of whatever mod tool to Steam, use Steam Tinker Launch. It lets you add an exe to run instead of the game, concurrent with the game, or injected after the game is up, and it will run in the same prefix that Proton uses for that game. It also has tools for installing and using several mod managers, and generally a ton of good features for tinkering with the game.
The main issue I haven't solved is getting something like the Nexus mods "open in manager" to work. My guess is I might have to install, run, and configure a web browser inside the prefix, but that sounds really annoying so I haven't tried it.
Technically, any model trained on LAION-5B before December 2023 was trained on CSAM.
But yeah, I expect any porn model trained on a sufficient diversity of adult actors could be used to make convincing CP even without having it in the training data. AI image generation is basically the digital equivalent of a chainsaw - a tool for a particular messy job that can really hurt people if used incorrectly. You wouldn't let a typical kid run around unattended with one, that's for sure.
You can add swipe (glide?) typing into HeliBoard. From their github readme:
- Glide typing (only with closed source library ☹️)
- library not included in the app, as there is no compatible open source library available
- can be extracted from GApps packages ("swypelibs"), or downloaded here (click on the file and then "raw" or the tiny download button)
The only reason HeliBoard doesn't include this themselves is presumably legal liability plus their dedication to the app not having any network permissions at all.
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!
Someone is bound to start selling conversion kits for regular cars eventually - turn your 20 year old gas dinosaur into a zippy EV or hybrid, no spyware required. We can already do it with two-wheelers, and Edison Motors is well on their way to making kits to turn big trucks into hybrids.
All the cybersecurity in the world won't matter if a handful of manipulated idiots people shoot a bunch of unguarded and remotely located substation transformers.
If "nearly every app" that people already use suddenly has a big warning on it, people will quickly decide the warnings are meaningless and start ignoring them, like Prop 65 warnings. Congratulations, we've moved the needle backwards.
You have to meet people where they're at. I finally switched to Linux when MS introduced a feature I wanted no part in (Recall AI), but I would have given up within a day or two if the transition hadn't been basically seamless. I was able to pick up right where I left off, using all the same apps I did on Windows except MusicBee RIP, but now I'm in a better position than before, on an open-source OS instead of closed-source. Now there's a little less friction between me and better, freer software.
PCIe gen 5 is for the PCIe slots and NVMe storage slots, but they're backwards compatible; you can put a gen 3 component in a gen 5 slot and it will work at gen 3 speeds. Similarly, if you put a gen 5 component in a gen 4 slot, it will be limited to gen 4 speeds. Right now there's very little appreciable difference between gen 4 and gen 5 unless you're spending a lot of money on the component (GPU/storage). Another thing to note is that Gen 5 requires that both the CPU and motherboard support it; a CPU with gen 4 support in a gen 5 motherboard will limit all the slots to gen 4 speeds.
RAM is a totally different standard that must be matched exactly for what the motherboard has; if it's a DDR5 motherboard then you have to use DDR5 RAM or it won't even fit in the slots. You can get a PCIe gen 5 motherboard and just use gen 4 SSDs or GPUs, that's perfectly fine and leaves you room to upgrade later.