this post was submitted on 27 Apr 2024
85 points (91.3% liked)

Technology

58150 readers
4600 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 12 points 4 months ago* (last edited 4 months ago) (3 children)

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 13 points 4 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 8 points 4 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 3 points 4 months ago* (last edited 4 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.