• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle


  • Not OP but I will add to the conversation from my own experience:

    I have been using Bazzite for over a year now, and I haven’t seen any changes reverted, everything works perfectly fine just as the day I first installed it. It just works. It’s been very easy for me to migrate from Windows thanks to this distro. I distrohopped and tried every major distros (10+), most of my issues were either outdated GPU drivers or unstable OS for noobs like me. Bazzite fixes those issues.

    The gist of it is that it’s the easiest distro I’ve ever used. Just go to bazzite.gg and try it.

    • GUI apps: use the app store that ships with Bazzite (called Discover)
    • CLI apps or libraries: use Hombrew (open terminal, type for example: brew install pandoc)
    • if you can’t find what you want either in Discover or Homebrew, the developer might ship it in a portable format called Appimage, you can easily “install” it using the included Gear Lever app. Alternatively, you can install packages meant for pretty much any distro using Box Buddy (built on top of distrobox).

    Bazzite is described as atomic but not fully immutable because of how it handles system updates while allowing user modifications.

    Atomic Updates

    • Transactional Updates: Bazzite uses rpm-ostree, which applies updates in a transactional manner. This means updates are downloaded and applied as a whole, and the system reboots into the updated version. If something goes wrong, it can roll back to the previous version.
    • Layered Packages: Users can install additional software as an “overlay” on top of the base system without modifying the core image.

    Not Fully Immutable

    • Unlike some truly immutable OSes (e.g., Vanilla OS in “ABroot” mode or Ubuntu Core), Bazzite allows modifications:
    • Users can install extra software using rpm-ostree install.
    • The system has read-only root by default, but users can override this with rpm-ostree override replace or rpm-ostree reset.
    • Flatpaks, AppImages, Distrobox and Homebrew, don’t affect the base OS. You can install and uninstall software to no avail and it won’t brick your OS installation.

    Thus, Bazzite provides atomic updates via rpm-ostree, ensuring stability and rollback capability, but it remains modifiable, making it not strictly immutable.


  • warmaster@lemmy.worldtoLinux@lemmy.mlLooking for a "set it and forget it" distro
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 days ago

    I’m sorry Bazzite didn’t work out for you.

    Your use case sounds like a better fit for Arch, since you have very specific needs like adding uncommon device drivers, gocryptfs, udev rules, etc. For anyone else, wanting to try Bazzite, I’ll answer the rest of the topics:

    Flatpak apps with external devices

    All apps I’ve tried support external devices just fine, in the event the app you need doesn’t support external devices out of the box, try adding USB device access through the app’s permissions in the System Settings app.

    Distrobox Freezes & dependencies

    I have an all AMD desktop PC, and an intel laptop, Distrobox runs perfectly fine. Every package will rely on dependencies inside Distrobox.

    Edit: after writing this post, I realized I needed someway to de-drm my Audible books, so I installed the Libation RPM in my Fedora Distrobox, it failed to launch because it needed libicu or something like that, so I opened the Fedora Distrobox terminal and typed sudo dnf install libicu, done. Launched perfectly like it was installed on my base Bazzite installation. But all the dependencies remain isolated, unable to crap all over my system if something happens. My system remains shielded from dependency apocalypse.

    Encryption

    Bazzite supports LUKS full disk encryption.

    corectrl

    Use LACT, you can install it through the Bazzite Portal (that’s Bazzite 1st run app, you can run it anytime though)

    RPMs are needed for any external devices, like drawing tablets, etc…

    Any external devices would be a great overstatement. I have the standard PC Peripherals, then I have: xbox 360 controllers, xbox series X controllers, Thrustmaster Wheel, Logitech x56 Flight Stick, none of them require any RPM and just work out of the box, unlike on Windows. For drawing tablets, there are tons that are supported right out of the box without any additional driver, for example Wacom.

    For any developers out there wanting to customize Bazzite to fit your particular use case, you can even easily fork the distro and build your own and still get auto-updates, with any additional device drivers, RPMs, and whatever else you want to fulfill your edge use case. Follow this link here.


  • Look. I’ve been there. I started my Linux journey with Arch based distros, then distrohopped a lot, and finally found the best for me, and what I personally consider the best either for normal users or those that don’t want to do any maintenance.

    It’s the Universal Blue family of distros: Bazzite (gaming / KDE / gnome) Aurora (standard / development / KDE) Bluefin (standard / development / gnome)

    Set it and forget about it. It just freaking works. For GUI apps install from the Discover app store (which uses Flatpak), for cli apps use Homebrew (brew install whatever). If you can’t find something, open Distrobox (already included) create an Arch container, install whatever you want from the AUR, and use it like you’re used to. It works like freaking magic.

    If somehow you manage to brick your installation, when you reboot you’ll be able to boot to a past snapshot.

    You just can’t fail with this. It’s the best of the best IMHO.