this post was submitted on 12 Nov 2023
295 points (96.2% liked)

Gaming

19688 readers
245 users here now

Sub for any gaming related content!

Rules:

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 10 months ago (1 children)

You could also launch directly to big picture mode for a “console” PC

[–] [email protected] 14 points 10 months ago (1 children)

It's a little more than that.

SteamOS also uses an immutable filesystem and the system updates as a whole. Because of that, there is no risk of something updating separately and breaking compatibility.
It's fairly common for things to update on regular linux distros and break e.g. anticheat support in Proton or some other thing.

Another thing SteamOS does, at least on the Steam Desk, is actually using two partitions. The updates are always installed to the inactive one, so there's always one image that's known to work. Even if an update fails, the device will simply boot into the intact OS image. Regular distros usually don't have much in terms of fail-safes, so if things break, they have to be fixed manually.

Basically, SteamOS is trying to be as reliable and "hands-off" of an OS as possible to provide best console-like experience.

[–] [email protected] 1 points 10 months ago

Nice info. Thank you