Skip Navigation

Why install other Linux ISOs on Steam Deck?

Seen a few times bazzite has been mentioned, but just have seen another user say they have OpenSUSE installed.

I'm not sure what the benefits of these options are, especially non-steamOS ISOs?

36 comments
  • One of the beautiful things about Linux is it's versatility. Many people want to use their hardware for things other than gaming. For instance, I saw a Steam Deck at Disneyland being used to operate "autonomous" robots in Star Wars Land.

    For me, I have been doing the vast majority of my gaming on my Steam Deck ever since I got it, however, recently, I was wanting to do some programming work while I was out and about, and was running into a lot of road blocks trying to do it on my Steam Deck. They can be overcome, but I found myself thinking about how much easier it would be to do my work on it, if it had a different distribution installed.

    The Steam Deck is a consumer appliance, and as such has reasonable safeguards in place to protect users from themselves. Some users want to go beyond what's available out of the box, and I imagine that freedom is what motivates most people to put other operating systems on their device.

  • Because you can, pretty much.

    That's the nice thing with an open platform like that, everyone can make another just as good. Valve did a great job making it good and reliable for the average gamer, but it's also just a PC. A PC made to run Linux. There's no reason you can't... just install another distro, replicate some of the configurations, and run your favorite distro on it!

    And it's good, people experiment and make cool mods and tweaks. Valve has taken a lot of things the community did to their deck and made it an official feature because it's cool and fun. People make cool themes, they figure out how to make some games work.

    It's just like any other Linux distro choice: which one do you vibe the best with for what you want to do on it. For some people that's a handheld console that just works and plays your games and runs SteamOS.

  • SteamOS itself is write only and changes to the system get lost with updates. Also someone might just like certain distributions more. And they can have customization and optimization built in, without digging deep into a rabbit hole you don't understand.

    A "why" explained by the bazzite project itself can be found here: https://github.com/ublue-os/bazzite/?tab=readme-ov-file#why

    Bazzite started as a project to resolve some of the issues that plague SteamOS, mainly out of date packages (despite an Arch base) and the lack of a functional package manager.

    Despite this project also being image-based, you are able to install any Fedora package straight from the command line. These packages will persist across updates (So go ahead and install that obscure VPN software you spent an hour trying to get working in SteamOS). Additionally, Bazzite is updated multiple times a week with packages from upstream Fedora, giving you the best possible performance and latest features - all on a stable base.

    Bazzite ships with the latest Linux kernel and SELinux enabled by default with full support for secure boot (Run ujust enroll-secure-boot-key and enter the password ublue-os if prompted to enroll our key) and disk encryption, making this a sensible solution for general computing. (Yes, you can print from Bazzite)

    • Assuming you meant read only (How would a write only OS or software work lol), you can actually disable the read only nature of the OS and install pacman and then your own packages.

      That being said, yeah, it is a bit of a mess as all of that can be wiped out or thrown into dependency conflict hell following an SteamOS update.

      That being said: As someone who is using my SteamOS as my main PC was fucking stolen...

      I am both trying to get into game dev and also just far more used to Debian and Debian based OSs.

      Trying to get a game engine other than Godot to work on Arch has been an insanity inducing experience, and I've found Godot 4 to be insufficient.

      Unreal and Unity and 03DE work on debian. They release debian variants.

      Sure, there are AUR repos or whatever, but theyre based on many alternative libs that cause things to bug out, and they don't even actually list all the dependencies, you just have to spend hours and hours googling errors when you try to build, figure out what you are missing, then find the Arch version of that lib, or the AUR version, in which case oh fun more unfully listed dependencies and compatibility errors.

      So... yeah basically an actual reason to install another linux OS on the Deck would be if you wanted to do software dev in Linux and don't want to deal with the tangled rats nest of basically everything that actually works on a debian distro either resulting in you having to rely on slapdash AUR bullshit, or massively space wasting containerized packages.

      • In SteamOS you can also make use of the Nix package manager, which has official support from Valve https://github.com/NixOS/nix/issues/7173. /nix is included in default installation I think, but I never used it. Then there is also Distrobox, which lets you install any package from any distribution. I also never used this and apparently it works on Steam Deck too? https://github.com/89luca89/distrobox/blob/main/docs/posts/steamdeck_guide.md

        Depending on how complicated or limiting these alternative options are, they may be enough. If you want develop a game and only have a Steam Deck, then maybe for testing it would be a good idea to keep SteamOS. I don't know how viable it is to have dual boot, but that could be an option too? I guess a builtin SSD would be a requirement for this.

  • Main reasons are for better software support and the option to use different desktop environments. For a gaming focused device I think SteamOS is great, but if I was docking my deck and using it as a development environment I would definitely want a less locked-down linux OS.

    The appeal of Bazzite is that you still get all the benefits of SteamOS, but you also have more options for software and desktop environment. Other linux distros like OpenSUSE would have a even less restricted OS, although you would be making tradeoffs for some of the other nice things about SteamOS.

  • One thing that Steam/Valve has done with the Steam Deck is lock down the ISO by default, and provide no tools to modify your image persistently. That is of course on purpose, because that works for 99% of users, but the 1% of users may wanna use something where they can, for instance, overlay packages and keep them with updates, or apply extra gaming-focused tweaks that may be more of a hassle to maintain on SteamOS.

    For instance, I use Fedora Silverblue daily on my Desktop, and even though it is immutable just like the Deck, it offers me tools to modify my image as I see fit and have the same modifications be applied to future updates too.

36 comments