←back to thread

Steam Machine

(store.steampowered.com)
1173 points davikr | 1 comments | | HN request time: 0s | source
Show context
teroshan ◴[] No.45903562[source]
https://store.steampowered.com/sale/steamframe [1]

> Steam Frame is a PC, and runs SteamOS powered by a Snapdragon® 8 Series Processor. With 16GB of RAM, Steam Frame supports stand-alone play on a growing number of both VR and non-VR games without needing to stream from your PC.

So Steam + Proton works on aarch64? Is this something already available/supported, or is this an announcement?

[1] Steam Frame, which is the VR Headset releasing alongside the Steam Machine. Dedicated discussion here https://news.ycombinator.com/item?id=45903325

replies(7): >>45903594 #>>45903610 #>>45903782 #>>45904498 #>>45904680 #>>45904721 #>>45905519 #
delusional ◴[] No.45904498[source]
I'm more confused that it's running SteamOS which is supposedly Arch based, but arch doesn't officially support ARM. You have to use the ArchLinuxARM distro for that, which is less maintained. They got to be doing something off label for that.
replies(3): >>45904639 #>>45904856 #>>45905481 #
1. 0x457 ◴[] No.45904856[source]
> arch doesn't officially support ARM

Doesn't really mean much to Valve as SteamOS vendor:

- linux kernel supports aarch64 just fine

- user space supports aarach64 just as fine

- Valve provides runtime for games (be it via proton or native linux), so providing aarch64 builds is up to them anyway

The main point of ArchLinuxARM is providing compatible binaries, which isn't something hard to do in-house.