this post was submitted on 25 Oct 2025
98 points (96.2% liked)

Linux

13699 readers
155 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

My distro of choice is Debian (I like their philosophy and it works great on my laptop) but I have an nVidia card in my desktop PC, and driver management was kind of annoying. Decided to try Kubuntu, which worked ok, but I didn't really love, and then I didn't update for a bit too long and had some repo issues trying to install updates. I didn't bother digging into what the fix would be, since I had been considering Bazzite for a while, as it has been talked about a lot for gaming.

Knowing literally nothing other than "Bazzite works out of the box with nVidia" I figured I'd give it a go. First off, I was surprised at the size of the image, and how long the install took. I did some reading about atomic distros and began to understand why things were set up that way. Seems pretty cool! I still don't love that as soon as I logged in on my fresh install, Steam opened up and asked for a log in, but that is what I signed up for with Bazzite, I guess. The nVidia drivers out of the box worked fantastic, as advertised, and I love a good KDE desktop, so it's not all bad.

Initially I was frustrated that some things weren't working in the flatpak versions of the app (couldn't get to my 3d printer using the .local address from the browser because flatpak has a bug with mDNS) and layering a package with rpm-ostree seems like overkill and not a good experience. Then I watched some videos on distrobox.

I can just distrobox create --image debian:latest debian-box and then use apt install for whatever packages I want, export them and use them as if they were natively installed on Bazzite??? And this works on any distro??? I have been using Linux exclusively for a few years (and on and off for more years), but I have been totally out of the loop with distrobox and atomic distros. This feels like the same level of magic I felt when I first dual booted Ubuntu back in the Windows Vista days. This seems like it will fix 99% of the issues I run into on Linux.

I know distrobox isn't exclusive to atomic distros, but I wouldn't have discovered it if not for Bazzite.

Anyway, none of this is really new info, but I just wanted to nerd out about it for a bit with people who will know what I'm talking about.

top 49 comments
sorted by: hot top controversial new old
[–] TheMadCodger@piefed.social 21 points 1 day ago* (last edited 1 day ago) (3 children)

If you're not primarily a gamer, Bazzite has a sister ~~Kinoite~~ Aurora (or Bluefin if you want Gnome, but you said you like KDE), which is the same underlying OS, but not preconfigured for gaming. I use Bluefin on my laptop and Bazzite on my steam deck, and yeah I love not having to think about it.

Also, have you read about rebasing?

edit: Kinoite and Silverblue are Fedora's default atomic distros. Aurora and Bluefin are the equivalents that are preconfigured out of the box for ease of use and related to Bazzite.

[–] AldinTheMage@ttrpg.network 1 points 17 hours ago (1 children)

I have heard of rebasing but I haven't dug into it. Sounds really cool!

I do use my PC for gaming, but Bazzite did come with a lot of other "gaming" software that I don't use, so it's good to know there is a lighter weight alternative that otherwise has the same benefits.

[–] TheMadCodger@piefed.social 2 points 15 hours ago

I'm no expert, but I think of it as two layers: your layer on top (where you keep things important to you) and the system layer on the bottom (what makes the computer actually run). Most people don't care about that bottom layer, so may as well make it immutable.

Rebasing is like lifting up your top layer and pivoting it onto a new bottom layer of a similar "os". Updating is the same thing, it just pivots to an updated version of the same os. In either case, if something goes wrong, you reboot and choose the previous version and it pivots your top layer back.

It's been a while since I installed Bazzite but I remember it having an on boarding where you selected what you needed and it installed it for you. I skipped most of it. And I know Bluefin has a command you can run to install basic gaming programs. So you have options.

[–] HubertManne@piefed.social 1 points 1 day ago (2 children)

Is there anything aurora/bluefin gives that bazzite does not or is it just that bazzite adds the proton stuff? Reason is I like being game ready but I don't mostly game with my laptop.

[–] TheMadCodger@piefed.social 3 points 1 day ago

Bazzite is more aggressive with kernal updates and comes with a ton of gaming options and packages preconfigured. Bluefin is a designed more for productivity, but you can still game on it. It's just not it's main focus.

But as long as you stay within the same DE, you can rebase from one to another.

[–] sga@piefed.social 1 points 1 day ago

latter. afaik they just add steam (proton is then packaged by steam) (though you can additional download a external wine(or proton)) and some stuff for obs i think

[–] eodur@piefed.social 2 points 1 day ago (1 children)

I think Aurora is closer to Bazzite and Bluefin for KDE.

[–] TheMadCodger@piefed.social 2 points 1 day ago

Oh you're right. I don't KDE so I gave the Silverblue equivalent accidentally. I'll edit it.

[–] blipcast@lemmy.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

I had used Ubuntu in the past, but ran into some wifi driver issues when installing it on my new laptop, fast forward a few years, and I was ready to give Linux another go. I read that Bazzite was pre-optimized for gaming, and I figured everything else I want to do should be relatively easy in comparison.

I've been impressed by how clean and no nonsense the interface is, and is just a solid daily driver OS. I've been slowly learning the nuances of what it means to be an Atomic Desktop, but I still get confused about the proper way to install things if they can't be found in the flatpak discovery tool. Pretty sure I have two versions of Chrome installed right now. That's not a problem with Bazzite though, just a new-to-linux problem.

[–] sga@piefed.social 3 points 1 day ago

you have 2 major package managers (ootb) on bazzite iirc - flatpak and rpm (through rpmtree). ideally - do not install anything through latter. that is the one that requires the cli. if you can not find a package on flatpak (very common if you want a cli thing, or a niche gui software, or some browsers), then try to find if it is served elsewhere. for example, as this post highlights very nicely - use distrobox. for example, use distrobox and add arch (for example), and you can get new cli stuff.

for chrome, if you have 2 versions, either you have 2 different flatpaks, or 1 from rpmtree, for that, try using rpm-ostree search chrome (or some other package name, for example chromium). you may also just want to do chro (in a terminal window) and then press tab (once or twice) to get completion options. that should help you with name of package most likely.

[–] Mikina@programming.dev 16 points 1 day ago (3 children)

I also highly recommend looking into https://www.winboat.app/

It might be a pain to setup on Bazzite (it's probably better to just use ostree-rpm for the prerequisities), but it's exactly the same kind of magic, but for Windows apps!

[–] AldinTheMage@ttrpg.network 2 points 17 hours ago

Huh, I may look into this. Sounds neat. Thanks!

[–] floofloof@lemmy.ca 5 points 1 day ago* (last edited 1 day ago) (2 children)

Is that a compatibility layer thing, or a full Windows VM (requiring a Windows license) integrated into the Linux desktop environment? Being able to run the Affinity suite without having to switch to Windows is appealing.

Edit: There's no GPU access so it's unlikely things like Affinity Photo would run well.

[–] Neptr@lemmy.blahaj.zone 7 points 1 day ago* (last edited 1 day ago) (1 children)

Full KVM in Docker but doesnt require a Windows license.

[–] sga@piefed.social 2 points 1 day ago (1 children)

if it is not requiring license, it is either because you leave windows unactivated (because that barely has any use) or because they use some activation scripts which is illegal. it is very likely former. does it matter? not really

[–] StarlightDust@lemmy.blahaj.zone 5 points 23 hours ago

it does need activating and it installs an evaluation copy by default. no idea what the poster above is on about.

[–] StopSpazzing@lemmy.world 1 points 1 day ago

Still beta and its on the top of the todo list i hear.

[–] melfie@lemy.lol 2 points 1 day ago

Haven’t heard of WinBoat and looks pretty slick—thanks for sharing!

[–] artyom@piefed.social 11 points 1 day ago (2 children)

I still don't love that as soon as I logged in on my fresh install, Steam opened up and asked for a log in, but that is what I signed up for with Bazzite, I guess.

Yeah, it's a gaming distro and anyone who games will be using Steam, especially on Linux.

I do wish they would release a non-gaming version.

[–] dustyData@lemmy.world 10 points 1 day ago (2 children)

Bluefin and Aurora are the original distros. Bazzite is a spin of bluefin.

[–] petrichornetrainfall@piefed.social 4 points 1 day ago (1 children)

uBlue is the original or base distro. Aurora, bluefin, and bazzite are spins of uBlue.

[–] dustyData@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

Ublue is not a workable system image. It's the general cloud native process to make distributions. There's a bare bones starting point oci image called ublue-os. But that's like saying the hammer is the original chair. It's confusing a tool with the final product.

Sorry for the miscommunication, I was trying to provide clarity around their technical implementation.

Since they are all image/layer based (like docker or containers), i was expressing that uBlue is the base image, and bazzite, aurora, and bluefin are all layered on top of uBlue, not each other.

[–] artyom@piefed.social 2 points 1 day ago

I'm aware but those don't have what Bazzite does.

[–] MadameBisaster@lemmy.blahaj.zone 7 points 1 day ago (1 children)

Isnt aurora from the same devs?

[–] artyom@piefed.social 2 points 15 hours ago (1 children)

I don't know but it's missing a lot of the things Bazzite has, like the ujust commands and OOTB configurations/optimizations.

[–] MadameBisaster@lemmy.blahaj.zone 0 points 12 hours ago (1 children)

Weird, I am using bazzite and was thinking about trying aurora someday. Both should be from universal blue

[–] artyom@piefed.social 0 points 8 hours ago (2 children)

Why is that weird? The Bazzite developers are not affiliated with Universal Blue, other than building off of their platform.

[–] quarterlife@lemmy.sdf.org 1 points 1 hour ago

Why are you lying

[–] MadameBisaster@lemmy.blahaj.zone 2 points 2 hours ago (1 children)

Universal blue are listing bazzite as their image so I thought that its the the same dev, but seems like I missed something https://universal-blue.org/

[–] quarterlife@lemmy.sdf.org 1 points 1 hour ago

You didn't, you're correct.

[–] skulblaka@sh.itjust.works 9 points 1 day ago (4 children)

Linux noob here, I've been running Mint for about a year and constantly bitching about my Nvidia card's performance vs. Windows. I have the most updated closed source drivers installed, but cooking shaders on games still takes a half hour and many games run like trash even after precompiling said shaders. Space Marine 2 comes to mind, runs like butter on my Win10 partition but is basically unplayable on Linux.

Am I hearing that I just need to switch to Bazzite and this problem disappears?? Because on God I will do that literally tonight if that's true. I had been holding out for a new batch of Nvidia proprietary drivers to hit the scene or else just resigning myself to having to buy an AMD card.

I'd expect that Bazzite and Mint would use the same Nvidia proprietary drivers without much noticeable change in performance, but to be honest I don't know jack about shit about their back end behind the scenes processes so I could be wildly off base.

[–] AldinTheMage@ttrpg.network 1 points 17 hours ago

I still had to wait for a long time for shaders to load on initial launch on some games (DA Veilguard) but performance seemed fine. I didn't have performance issues on Ubuntu so not sure about your particular issues, but another thing to consider is based on your card, the latest nvidia drivers may not be correct - I had to download an older driver package for my card (1070) as recommended by nvidia. Bazzite had me select which series of card I had when downloading the ISO, so I assume it included the older drivers for my card. I haven't actually checked the installed driver version though

[–] seitzer@piefed.social 10 points 1 day ago* (last edited 1 day ago) (2 children)

Am I hearing that I just need to switch to Bazzite and this problem disappears??

Yes, simple as that. I use Bazzite for ~2years now on my main desktop with nvidia and a legion go. It really is "install and forget it's linux". It's almost too good to be true...let's hope the big "enshitification" doesn't follow soon.

I’d expect that Bazzite and Mint would use the same Nvidia proprietary drivers

Expect a big leap in performance, they do a lot of magic with the kernel on Bazzite. It's really fun.

[–] sga@piefed.social 3 points 1 day ago (1 children)

do a lot of magic with the kernel on Bazzite

sadly, no. there are not any special kernel parameters or compilation difference. at best, these things can bring +- 5% difference (assuming a general benchmark, instead of a special synthetic benchmark). if there was some major switch you could hit which would increase performance, most distros would just press it. if most are not doing it, then it is likely because either their is not much to gain.

for example, cachy os compiles it's programmes for x86-64 v3/v4 as opposed to v1 or v2 for most distros. their have not been many extensions to x86-64 between v2 to v3, and most performance gain you get is in specific hashing benchmarks. on average, their is not much reason. as to why not all distros do it? because any software compiled in v1 runs on v4, but v3 can not be run on v2, v4 or v3, so if all distros would start doing it, then either they would have to stop serving users v3 or earlier versions (that is practically everyone with cpu before 2020, and new v3 cpus are still being made), or they would have to serve separate v3 versions for v3 folks, v2 for v2 folks and so on. that is a lot more costly, and increases software burden. even big company like microsoft is not serving different windows version forr different x86-64 versions (though they have different things, and windows 11 requires v2 or higher afaik)(it may even be v3, but not sure).

[–] seitzer@piefed.social 2 points 1 day ago

The repository itself or the build process have had no changes, with the one addition being the large set of handheld and performance optimization patches Bazzite users have come to expect. These include the latest in handheld compatibility patches (OneXPlayer, ROG Ally, Steam Deck LCD/OLED, Surface devices) and stability fixes.

https://github.com/bazzite-org/kernel-bazzite

Enough magic for me :D I'm not sure where I read about latency fixes as well, have to come back on that.

[–] skulblaka@sh.itjust.works 4 points 1 day ago (1 children)

Fuck yeah, heard. I've got a project to do tonight. Thanks!

[–] seitzer@piefed.social 4 points 1 day ago

During installation make sure to read up on atomic distros, there are some changes like package handling or the immutable system, but it's not a big hurdle. Have fun!

[–] Lumisal@lemmy.world 2 points 1 day ago

Yes

I got a 3090 card and have her 0 issues so far. Wouldn't even consider another OS for gaming at the moment with how well everything works.

Even my monitor works better with Bazzite than with Windows 11.

[–] sga@piefed.social 0 points 1 day ago

Am I hearing that I just need to switch to Bazzite and this problem disappears??

not a nvidia user, but answer is likely - no. bazzite has no special magic nvidia drivers. their special thing is that thy prepackage closed drivers (which most distros can but not do so that they are not in legal trouble of redistributiing closed software or the ethics of distributing closed software in a foss promoting environment).

I’d expect that Bazzite and Mint would use the same Nvidia proprietary drivers without much noticeable change in performance

precisely.

there is a possibility that maybe going to a newer kernel version or vulkan or other system libraries can get you some more performance, but on average, it is not going to be more than 5% (there may be some exceptional games which gain more, where there were game/engine specific bugs which were dealt in specified period). these are also the performance differences that people say that different distros (bazzite, cache, newer ubuntu release vs older) perform better than others, but you can check many places that assuming that game was already supported well.

general reason for bad performance is - nvidia on linux is bad. (period). their drivers are bad (closed or open, for a long time open drivers could not even regulate power, so they were stuck in lowest power mode).

you do not necessarily have to buy new amd hardware. try checking out protondb database, and see if the numbers you are getting are same or similar to others with similar hardware as you or not. if you are, then that is the best that can be done. if not, find what special sauce do they have (maybe a different library version, or some flags, or environment variable)