Hi. I’ve been using Linux for decades on my work machines, but most of my knowledge is pretty rusty. However for gaming I’ve always used a Windows machine. I’m thinking of getting rid of microsoft entirely, since I’ve been hearing such good things about steam & proton lately.
I was going to just install Mint on my gaming computer, but since there are a ton of experts here, I figured I should check in to see if there is any reason not to use Mint for this? And if there is any other considerations or setup I should be aware of to keep my games running well?
Mint works fine for gaming. For a gaming focused machine I’d consider Bazzite, though, which has been getting a lot of hype lately.
Mint is fine, most things work via Steam/Proton and Heroic/Proton/Wine. Nvidia drivers could be better.
You may run into problems with various forms of anti-cheat (kernel level etc.) which may or may not be supported later.
Mint is fine :3 there’s probably gonna be something about not using the latest kernel or whatever in terms of getting “peak performance”, but I don’t think that’s a major issue generally? Also last I heard the nvidia 5000 series cards had issues with gaming, but I don’t know what state we’re at now
Other than that on steam you’ll need to enable proton in the settings, there’s a tab for compatibility; protondb.com is a good website to check before making any game purchases as it lists compatibility and tinkering steps that people have needed, and that’s all kinda it?
Great, glad to hear that Mint will be okay. I don’t mind the slower kernel/driver updates. :)
2 quick followup questions:
- Should I set my filesystems to something other than ext4? I know some games in windows I feel like would benefit from a faster filesystem, but I don’t know a whole lot about it.
- If I upgrade my videocard (I’m using a NVidia GTX something something), would it be better to go for an AMD card? Do they have better linux driver support?
Ext4 is gonna be the fastest for general daily use. The extra utility of copy on write filesystems is stuff like efficient snapshot backups, optional compression at rest for your files, and really really fast copy operations.
AMD’s drivers are fully FOSS and built into Mesa, whereas Nvidia’s are closed source, so yes, AMD GPUs are more reliable and less of a hassle on Linux. However, Mint makes dealing with Nvidia drivers easy, so it’s honestly your call there.
-
Filesystem doesn’t matter hugely but as the other user said, ext4 will be the fastest anyway (possibly xfs, not sure how ext4 and xfs compare). CoW filesystems like btrfs are slower, though most people don’t notice a significant difference. People use CoW filesystems for other features like self-healing ability and backups.
-
I would strongly recommend getting an AMD card. As the other user says, AMD’s drivers are fully FOSS and work well with Linux. Nvidia has a bad reputation with Linux and especially Wayland, though these days it’s mostly usable, but IME is still prone to breakage upon updates. IME AMD GPUs “just work”.
-
The AMD cards have better performance with the in-tree driver than Nvidia does, so it is just a little bit easier with an AMD card. But it’s really not that hard with Nvidia, so you do you.
Ext4 is perfectly fine for most uses, although some distros will default to btrfs. Whatever the default are in the distro you use are going to work fine
Mint is fine, as the others have said, and there isn’t going to be a WILD performance difference between any distros (+/- 5%, you can check Phoronix for benchmarks), so just pick whatever feels okay for you.
To expand on the general difference between distros: if you want something that is running the most up-to-date kernel versions and Mesa drivers, you’ll want something that does rolling releases like Fedora, CachyOS (Arch-based), or Tumbleweed.
If you want something that is more generally stable and unchanged over time, and doesn’t upgrade the kernel or drivers, stick with Mint LTSbor Ubuntu LTS.