this post was submitted on 07 Nov 2025
55 points (96.6% liked)
Linux
59459 readers
699 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
The dev-focused atomic Fedora variants solve all Nvidia issues for you, there's no reason why you should trouble yourself with it.
TIL
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.
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.
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 😅
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.