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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] lambipapp@lemmy.world 4 points 1 day ago (1 children)

Or just go with a arch derivative that packages Nvidia driver like endeavorOS

[–] Jack_Burton@lemmy.ca 2 points 1 day ago (1 children)

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.

[–] anon5621@lemmy.ml 2 points 9 hours ago* (last edited 9 hours ago) (1 children)

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

[–] Jack_Burton@lemmy.ca 1 points 5 hours ago (1 children)

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.

[–] anon5621@lemmy.ml 2 points 5 hours ago (1 children)

Oh about memory I also found out that resolve on some version of nvidia driver cannot clear memory allocations when using effects

[–] Jack_Burton@lemmy.ca 1 points 5 hours ago

Interesting, thank you. This happens with the timeline without effects but I'll look into it.