• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle





  • SteamOS is unique in that it’s an immutable OS (which means basically everything out of the /home folder is not modifiable by the user). This limits you to package management that works within the /home folder, which is basically just flatpak and AppImages by default. You can also use things like nix, but that’s a bit more complex.

    Modifying the SteamOS system still is possible with utilities like rwfus, but that’s a bit more complex (OverlayFS is the keyword to look up if you’re curious).

    With normal, mutable distros, you are able to modify the entire root of the filesystem, which means there are no restrictions on how you can modify your OS, and you can use regular package managers that do so for you.

    Also FYI, flatpaks work on every distro, so anything that’s available on the SteamOS Discover store will also be available on every other distro. It uses flathub.org


  • Not sure about Reaper, but most Windows-only VSTs work fine on Linux using yabridge in my experience. Some DRM can have issues, though, and sometimes you need to install dependencies using winetricks.

    Also, I noticed you mentioned using Ubuntu since Mullvad is supported. I have a feeling that you’re attempting to download software through websites instead of using your distro’s repo or by using flathub. Downloading software “the Windows way” by using websites isn’t recommended unless it is not available on repos. Mullvad works on every distro, for example, and is available on most repos.



  • Every distro is going to be good for gaming. Arch is going to be about equal to Fedora when it comes to gaming (both are good).

    SteamOS is based on Arch, for instance.

    You’re not really going to see a difference when it comes to compatibility or performance, and even if you did, that’s usually just a configuration issue (like setting a large enough VM heap size, which distros are starting to do by default anyway).