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?

  • Levi@lemmy.caOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 day ago

    Great, glad to hear that Mint will be okay. I don’t mind the slower kernel/driver updates. :)

    2 quick followup questions:

    1. 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.
    2. 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?
    • entropicdrift@lemmy.sdf.org
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 hours ago

      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.

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      8 hours ago
      1. 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.

      2. 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”.

    • insufferableninja@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      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