this post was submitted on 13 Jun 2025
89 points (97.8% liked)

Games

19703 readers
426 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] themoken@startrek.website 2 points 1 day ago (2 children)

Right, I'm not talking about Steam, I don't think misk was either, the context is Apple transitioning to ARM silicon.

Also Steam definitely runs native 64 bit on x64 systems. It's intended to run in either environment, and so will have 32 bit deps, but if you start Steam, the actual executables you're running (e.g. ~/.local/share/Steam/ubuntu12_64/steamwebhelper) are 64 bit ELFs when needed. And, of course, games run in 64 bits and link to a 64 bit steam client library.

[–] chameleon@fedia.io 3 points 23 hours ago (1 children)

Steam for Linux is mixed 32/64, unfortunately the main executable (~/.local/share/Steam/ubuntu12_32/steam) and its associated steamclient library continues to be 32-bit only and runs with a couple of horribly dated libraries in the mix. That process does pretty much everything aside from the UI.

[–] themoken@startrek.website 1 points 22 hours ago

I mean, yeah, that's what happens when you still want to be 32 bit compatible. It's also why I said they were ELF64 when needed. My only point was that it's not like Valve just shipped a bunch of 32 bit binaries and called it a day or x64 support was some kind of after thought that needs future support.

[–] 2xsaiko@discuss.tchncs.de 1 points 1 day ago

Oh really? Nice, that's news to me. Last I checked (admittedly not recently) it needed a bunch of 32-bit libraries installed to even start the client.