this post was submitted on 29 Apr 2024
70 points (97.3% liked)

Steam Deck

14483 readers
214 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

For Steam Deck OLED support they said it's ready to the point that "it should be mostly functional", however there's at least one major issue left which "has to do with audio crashing when switching to Desktop Mode" and some other issues related to HDR support.

you are viewing a single comment's thread
view the rest of the comments
[–] Damage@feddit.it 10 points 4 months ago (7 children)
[–] Fubarberry@sopuli.xyz 18 points 4 months ago (5 children)

Bazzite is an alternative to SteamOS. It had a similar setup of having a separate game mode and desktop, and supports key deck features like suspend and Decky plugins.

It lets you more easily install Linux programs that are difficult to install on SteamOS, and also lets you get a SteamOS like experience on some other handhelds like the Rog Ally.

[–] RadimentriX@troet.cafe 4 points 4 months ago (1 children)

@Fubarberry @Damage as someone who only uses basic programs for entertainment on the steam deck, what linux programs are hard to install and why?

[–] Fubarberry@sopuli.xyz 9 points 4 months ago (1 children)

So SteamOS is what's known as an immutable file system, which is where the system files can't be modified by the user. This makes the system very hard to break for end users, provides easy system repair options, and is generally nice for a consumer device.

However immutable systems are relatively new, and historically most programs are installed to parts of the drive that are now "immutable". This is a problem for installing software.

A recently popular software distribution system is called flatpak, and one of the nice things about it is that it installs software to the user section of the drive, allowing it to work for providing software in immutable systems. This is what the Steam Deck uses, available through the discover store. However flatpaks aren't perfect, they lack some programs available from the traditional sources, and they often have trouble letting programs interact with each other. An easy example of this is a program like a password manager may need to integrate with your web browser to fill in passwords, but the flatpak versions of the browser and password manager can't actually talk to each other and won't work together.

Bazzite also uses an immutable OS, but it allows you to install select programs to the normally locked down system partition. This isn't meant to be the main way to install software, but is a good fallback option for something that isn't available or doesn't work when installed through flatpak.

Bazzite also offers alternative desktop environments like Gnome, which has a more touch friendly user interface. Alternative desktops are not currently available for SteamOS in any reasonable way.

[–] Telorand@reddthat.com 3 points 4 months ago

To be specific, SteamOS isn't actually immutable. Its "immutability" is more artificial, since the updates come as complete images, which effectively wipes out any changes to the core system files, resulting in the same goal of an unchanged core OS. But you could, if you wanted to, set up a sudoer user and modify things like any other Arch install (until the next update wipes it all out, obviously).

Bazzite, on the other hand, is truly immutable. But there's some drawbacks with Bazzite that will likely never change, like the fact that laying certain VPN clients isn't possible, due to how they need to write to certain system directories. You may be able to circumvent this in specific cases by layering via rpm-ostree or utilizing a distrobox, but I can't get mine to install no matter what I do. YMMV.

load more comments (3 replies)
load more comments (4 replies)