cross-posted from: https://lemmy.world/post/14762903

I am switching to Linux for the first time.

I heard Mint is really good but am not sure exactly which distro is best to use with Steam, as well as with newer games, as I primarily use my computer for gaming.

I generally play games like Final Fantasy XIV, Baldur’s Gate 3, Elden Ring, Elder Scrolls Online, and Total War: Warhammer 3.

  • Yuki@kutsuya.dev
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    1
    ·
    7 months ago

    Any distro is fine.

    At most you’ll maybe see a 1 to 3 fps difference due to a different DE, but that’s about it.

    I would check Protondb to see if your favorite games actually run on Linux before making the change!

    For people who just start out using Linux, pick something tjay considered stable and looks a bit like the OS you’re used to right now.

    • breakfastmtn
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      7 months ago

      It’s probably worth noting though that the only distro Valve officially supports is the latest Ubuntu LTS running KDE/Plasma, Gnome, or Unity. That doesn’t mean you’ll have problems on other distros – and you probably won’t! – but Ubuntu is the distro they’re testing on. Valve also maintains Ubuntu-specific troubleshooting resources as well.

      • visor841@lemmy.world
        link
        fedilink
        English
        arrow-up
        25
        ·
        7 months ago

        That said, Valve does not support the official Ubuntu way of installing Steam, which is via snap (‘apt install steam’ will install the snap). So you have to make sure to install the Steam way (manually via the deb) instead.

        • femtech@midwest.social
          link
          fedilink
          English
          arrow-up
          5
          ·
          7 months ago

          Learned that yesterday as helldivers 2 would crash right after starting it with the snap version.

      • Victor@lemmy.world
        cake
        link
        fedilink
        English
        arrow-up
        10
        ·
        edit-2
        7 months ago

        I find it so odd that they’re only testing on Ubuntu when Steam Deck runs on Arch.

        • AProfessional@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          7 months ago

          The Steam runtime is designed so it doesn’t matter. They just haven’t changed their packaging or anything since the early days.

      • TurtlePower@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 months ago

        SteamOS was Debian based with GNOME, until 3.0, which is Arch based with KDE Plasma. I think the important thing is that you use Plasma or GNOME with your distro, though I can’t say from experience how well it runs with GNOME. Fedora KDE Plasma spin has been flawless with Steam for me, even after upgrading to Fedora 40 and Plasma 6.

        • breakfastmtn
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 months ago

          I don’t think you’ll have problems on other distros – it’s in everyone’s interest to have Steam work well and I’m sure they do a great job of it across the board.

          But if you go to Steam’s linux client support page it says:

          Currently, Steam for Linux is only supported on the most recent version of Ubuntu LTS with the Unity, Gnome, or KDE desktops.

          So that’s the distro they’re testing on and they provide something kinda sorta like a guarantee that it’ll work there. Also note that it isn’t a guarantee that it won’t work elsewhere - if your heart aches for Arch, that shouldn’t keep you from the Arch wiki.

          • TurtlePower@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            7 months ago

            it’s in everyone’s interest to have Steam work well

            Obviously. I just found it odd that their supported Linux client is Ubuntu when their own os is Ach, but after thinking about it, it makes sense that they would work on several different clients for that very reason that it would end up working well for as many as possible.

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      2
      ·
      edit-2
      7 months ago

      Note that ProtonDB covers Proton, which is Valve’s version of WINE, which is a reimplementation of Windows’ libraries. It’ll deal with Windows binaries running on Linux, but not Linux-native binaries. Some games have both Linux and Windows binaries, and some just Windows binaries. Steam calls running Windows binaries under Proton “Steam Play”, if you see that term.

      Steam indicates which binaries are shipped for a game on the store page of a game.

      Here’s Team Fortress 2’s Steam store page as an example.

      https://store.steampowered.com/app/440/Team_Fortress_2/

      You’ll note little white icons next to “Play Team Fortress 2”.

      There’s a Windows icon, so they have Windows-native binaries. An Apple icon, so they have MacOS binaries. And a Steam icon, so they have Linux binaries.

      By default, if a game has Linux-native binaries, Steam will download and use those.

      You can also force Steam to use Windows binaries via Proton by going to the game’s properties under “Compatibility” and choosing – I’m not at my desktop at the moment, but something like this – “force use of a specific compatibility tool” and choosing a particular Proton version.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        13
        ·
        7 months ago

        ProtonDB also has a number of entries for Linux native games, and sometimes people will suggest running the Windows version instead if the Linux version is buggy. It’s a great resource to check regardless of Linux support.

      • IonAddis@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        7 months ago

        Just so anyone reading knows…some games with Linux binaries sometimes run better using proton and the windows binaries.

        Crusader Kings 3 is buggy with Linux binaries but fine using proton, while Stellaris is the reverse for me. Ymmv.

      • mox@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        7 months ago

        You can also force Steam to use Windows binaries via Proton

        To complete that thought, doing this can be useful in cases like these:

        • A developer released and then abandoned a bad Linux port of their game, but still maintains a Windows build that runs well in Proton.
        • A developer took platform-dependent shortcuts in their networking code, leading to cross-play problems between their Linux and Windows builds.
        • Your favorite game mod is a Windows DLL.
    • mox@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 months ago

      Thank you for posting a sensible general answer, rather than the ignorant distro-bias that I often see in response to this question.