I recently set up Bazzite on my friend’s system after switching from Linux Mint due to some Nvidia driver issues. Although the hardware problems are not there anymore, the distro is now facing problems installing certain programs for software development that they had no problem installing in the previous distro. I think there are issues related to the immutability of the distro, though I am not sure since I am new to Linux too. Additionally, my friend is worried about higher storage consumption and slower performance in certain applications.
I realise the distro is primarily meant for gamers and my friend is not much of a gamer themselves, however they told me they appreciate its friendlier KDE interface so I wish to avoid switching from this distro again if possible. However I fear that they may encounter more errors in the future and that I may not be available to help them out whenever needed, so I am in a bit of a conundrum.
Thus I intend to ask here if it is possible to arrange something for easing development related tasks e.g. VM, distrobox etc. or whether it is easier to simply switch to some other compatible distro.


To give some context to this.
Bazzite is an immutable distro. Fedora calls them atomic. It means many many things are only really updatable online, and you arent allowed to make manual changes to them. Hence immutable.
Bazzite is a very bad choice if you want the same kind of use you’d get out of a windows or mint machine, or any other non atomic distro.
The shitty news here is if you want a machine you’re doing software dev on you’re going to need to figure out the nvidia driver shit, which is a pain in the ass but if you’re a software developer you should be able to do it.
Or just go with a arch derivative that packages Nvidia driver like endeavorOS
Just installed endeavorOS from Ubuntu Studio (new Linux user as of about 3 months ago). Do you know if there’s a way to add the packages after install? I thought I selected the nvidia install, but it was using integrated graphics so maybe not, so I did some manual installs with nvidia-inst like --prime. It seems to be using driver 580 now instead of nouveau.
I was hoping another distro might fix an issue in Studio with DaVinci Resolve not showing video, but the same issue persists in endeavourOS (keeps saying gpu is low on memory). Running from terminal DRI_PRIME=1 to set it on performance mode doesn’t help so I’m wondering if it’s a full on Resolve issue. I’d rather not reinstall endeavourOS and lose everything I’ve done if it’s possible the OS can do some nvidia magic after install.
But did u install cuda package davinci not working without it ,to have less pain just install nvidia-dkms package,and about dynamic switching exist tool like switecherootctl ,but davinxi smart enough already it can detect multi GPU setup and gonna use card which it like more,so in ur case it gonna use nvidia.I just guess u don’t have installed cuda,and there zero literally magic actually ,u just need two package from nvidia which I already mentioned
Yeah, I have CUDA. I had it working at one point with the Nvidia 550 driver on Studio, but 570 and 580 results in no video. 550 had a few plasma issues (plasma freezing) which is why I didn’t want to use it. I tried rolling back but 550 is no longer an option in software sources on Ubuntu Studio (I keep seeing warnings from people about installing drivers outside of driver management), and it seems like endeavorOS doesn’t use driver management like Studio does so it has me on 580.
Resolve keeps saying GPU memory is full. Best I can tell it’s a driver specific issue as it did work on 550. I’ve been using Blender instead but would love to get the Resolve issue sorted without having to roll back to 550 and have plasma freeze every hour. I’m hesitant about installing 550 from terminal on endeavorOS as endeavor seems to do things different and I’m new to Linux overall.
Oh about memory I also found out that resolve on some version of nvidia driver cannot clear memory allocations when using effects
Interesting, thank you. This happens with the timeline without effects but I’ll look into it.
Funnily enough I just had a big plasma issue on Studio and had to get back up and running with x11, Wayland is just gone. Video issues aren’t present in x11 haha
The dev-focused atomic Fedora variants solve all Nvidia issues for you, there’s no reason why you should trouble yourself with it.
TIL
Yeah, I found out the hard way as a new user. Maybe it would be better to move to Fedora and set up everything myself. Bazzite might be perfect for consoles, but for desktop use it limits you a lot, even for normal usage, not just for software development.
It only limits you if you expect things to work exactly the same as with any other distro. If you spend some time reading up on how it expects you to solve different tasks, it doesn’t limit you for 99+% of scenarios.
For example? Because I’ve read this repeated a lot by people who don’t understand immutable distros. Of course you can’t “dnf install clang”, but you can use distrobox for that, ends up fairly similar.
Well, maybe i used a wrong phrase. When i said it limits you, i mean you (as a new user) must learn how to use the system. Any solutions you find from others in the internet do not apply to you. For a power user who frequently tinkers things feels like a limitation (it feels more like i am using my android phone rather than a desktop computer).
The distro as I said, it is perfect for a Console (or simple users like my parents), but for users who want more freedom its a bad choice. The mistake was mine as i did not know what the Atomic system is. First time i learned about them was after 2 days of having Bazzite installed 😅