this post was submitted on 01 Oct 2025
19 points (91.3% liked)
Linux
9611 readers
403 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is a hit piece. Aurora is my daily driver for work and I think it's great. It guarantees you always have a working system (assuming you use deployment pinning) and that alone is worth it to me for the stability and anxiety-free updates. If you switched to Bazzite for your gaming PCs last year like I did, Aurora is a natural fit for your productivity needs.
I'm running Bazzite on my "everything" PC. Do you feel like Aurora has notable advantages? Seems to me that "gaming" distros like Bazzite are just ordinary distros with correct GPU drivers and a couple other niceties. I don't see anything that detracts from productivity.
Bazzite is perfectly usable for productivity in most cases. I have Aurora DX installed on my work box which comes with libvirtd and other sundries that you need for virtualization. You can do that with Bazzite but it would require layering.
Gotcha. Yeah, that's been a pain point for me on previous distros. On Bazzite they make it easy with
ujust setup-virtualization
. I'm not sure if that's a one-size-fits-all solution but it suits my needs, at least.I didn't realize that was a thing! Neat. Do you know what all that includes? On Aurora DX I only had to layer virt-top (virtio-win can be installed as a local package). My use case: I run a Windows VM that uses the discrete graphics card.
I think all it does is install the virt-manager Flatpak and then set a bunch of kernel arguments with
rpm-ostree kargs ...
depending on various hardware detections.Eh, I only do embedded work which doesn't work even with layering unless you layer everything which defeats the point.
Good thing is that I just have a distrobox for embedded work that spins up whenever I need.