this post was submitted on 28 Jan 2025
130 points (98.5% liked)

Steam Deck

15498 readers
111 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago)

So I'm newer to Linux as a whole so some of this maybe a bit off but:

Immutable distros big difference is you can't mess with the root partition ( you can there are just more steps involved), it's read only. The advantage to this is it's harder to fuck up your system, and it's described as more secure. The downside is if you need a program that isn't available in a flatpack, snap, or app image it's a pain in the ass. Bazzite ships with distrobox which essential allows you to run a different distro in a container to use programs available to that distro, ex: you can run the Debian version of Firefox on a fedora system. Not all issues can be avoided with this, compiling code for instance is still a nightmare with distrobox

Now the good things: no live updates so an update won't get messed up from a live install The system will update in the background and then when you fire it up next time THEN you are in the updated version. Bazzite is atomic specifically (an immutable subset) that applies updates all at once or not at all if it fails, you can also always roll back to a previous version at the GRUB menu. After it updates to the new image it then applies the local personal layers, so every update it kinda like starting with a fresh install

The main thing to look for is that any apps you want to use are supported in a flakpack, if all you are doing is gaming then you shouldn't have to worry, both lutris and steam come with bazzite

Here is a link to a Lemmy post with community opinions on immutable distros