this post was submitted on 06 Aug 2023
31 points (100.0% liked)

Linux Gaming

15377 readers
265 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person 4 points 1 year ago

I'll reply to my own comment since so many people decided to give me shit and not understand what I was saying:

  • Valve is primarily a software distribution company, not a hardware company
  • they went with x86 because it makes sense since not many studios are distributing arm64 compiled versions of games
  • Distributing multiple versions of games in different architectures is HARD
  • instruction emulation is SLOW
  • there is no reason why Valve would go with a custom Arm hardware platform when literally 99% of all gamers are running x86
  • running an emulation layer to translate removes all power savings benefit for the most part, especially since in gaming it's almost all GPU instruction taking the brunt of the power draw
  • shipping multiple architectures on Steam is equally HARD, as you're not just debugging one architecture, you're debugging multiple, and then variants of Arm versions.

x86 makes sense, and will into the near future.