32
submitted 3 weeks ago* (last edited 3 weeks ago) by lawrence@lemmy.world to c/linux@lemmy.ml

cross-posted from: https://lemmy.world/post/16149785

Cross-posting here for more opinions.

Gentlemen, just for context, I usually use Linux. I have been a user of Debian, Ubuntu, and Fedora for a few years.

Recently, I acquired a decent graphics card (GeForce RTX 4070) and decided to uninstall my Windows and install Linux.

I saw that Pop!_OS already has an image with everything pre-configured for Nvidia. Is this pre-configuration worth it, are the games more stable on this distribution, or is it the same as manually installing Nvidia's proprietary drivers on Manjaro?

top 50 comments
sorted by: hot top controversial new old
[-] yala@discuss.online 33 points 3 weeks ago* (last edited 3 weeks ago)

Why are you even considering Manjaro?

If gaming is the priority, then I honestly don't think anything out there can beat Bazzite in terms of ease of use, 'hands-off'-ness, robustness and stability.

Honorable mentions include: Nobara and Pop!_OS.

[-] nfsm@discuss.tchncs.de 20 points 3 weeks ago

+1 for bazzite. And OP had already worked with fedora

[-] governorkeagan 5 points 3 weeks ago

How’s Bazzite if gaming is not your main “thing”? I use my PC for work and video editing but I also enjoy gaming on the weekends if I get the chance. I’m happy with EndeavourOS, just curious.

[-] yala@discuss.online 5 points 3 weeks ago* (last edited 3 weeks ago)

In your case it's still an excellent choice.

Though, other opinionated images by uBlue (like e.g. Aurora and Bluefin) do deserve a mention. I'm on Bluefin (through secureblue to be more precise) as I desired more hardening than what Fedora offers by default.

The excellent part is also that it's possible to rebase to another branch without reinstalling. So, let's say you're actually interested in experiencing these different images without going through the installation process over and over again. Then, you simple enter the following command:

rpm-ostree rebase ...

With ... being replaced by whatever is required for the image and/or branch you're interested in. Then, simply reboot, (pro-tip: make a new user account and through the new user account) experience the other image. Rinse and repeat to your heart's content.

[-] boredsquirrel@slrpnk.net 7 points 3 weeks ago

Keep in mind /etc is mutable, so rebasing will still pile up garbage even when using different user Accounts.

https://gitlab.com/fedora/ostree/sig/-/issues/28

[-] governorkeagan 4 points 3 weeks ago

That’s good to know, thank you! I’ve got Silverblue running on a low end laptop and it’s been great.

[-] Croquette@sh.itjust.works 5 points 3 weeks ago

How is Bazzite for other things than gaming? For me, mainly embedded dev and productivity.

[-] azvasKvklenko@sh.itjust.works 5 points 3 weeks ago

Bazzite is Fedora os-tree immutable distro. It allows installing RPMs but it’s not nearly as flexible as traditional distros. That being said, you can still do basically everything, but not always straightforward. If you need a C/C++ dev env with toolchain and what not, you better of using something like Distrobox or your custom Podman/Docker containers for that.

[-] Lem453@lemmy.ca 4 points 3 weeks ago* (last edited 3 weeks ago)

Aurora dev edition is the bazzite equivalent for devs. Containers built right into the terminal (ptyxis).

[-] Croquette@sh.itjust.works 2 points 3 weeks ago

I don't have a lot of time these days, so my PC is mostly used for gaming at the moment. So I am not too worried about the OS being immutable if the gaming is good out of the box.

I still keep a kubuntu os and dual boot the other os I want to try on another ssd.

[-] yala@discuss.online 4 points 3 weeks ago

The answer found here should give my general thoughts.

But, with embedded dev, I'd argue that both Aurora and Bluefin (with their respective DX: (i.e. development friendly) variants) should make more sense.

[-] Croquette@sh.itjust.works 3 points 3 weeks ago

I am mostly gaming these days but a few months a year, there is a 3d printed project with some embedded components so I'd like the distro to be relatively easy to use in those cases.

Thanks for the explanation.

load more comments (8 replies)
[-] cevn@lemmy.world 29 points 3 weeks ago
load more comments (9 replies)
[-] Archaeopteryx@kbin.run 14 points 3 weeks ago

It usually doesn't matter which distribution you use for gaming. Most of major ones are perfectly fitted for gaming. I am using openSUSE Tumbleweed and there is no difference to e.g. Arch or Ubuntu when it comes to gaming.

[-] azvasKvklenko@sh.itjust.works 13 points 3 weeks ago

Pop! The 24.04 update later this year with the whole new Cosmic DE will be absolutely sick

[-] boredsquirrel@slrpnk.net 10 points 3 weeks ago* (last edited 3 weeks ago)

Pop!_OS by far.

Note that NVIDIA ships proprietary, out of tree drivers.

No Linux Distro really supports NVIDIA as they cannot fix the drivers, as they are proprietary.

Manjaro is weird semi-rolling with a criticised mechanism of holding back packages without real testing (which might be outdated info).

PopOS is based off Ubuntu LTS, a stable distro and the most common Linux variant.

Stable distros will not break the NVIDIA stuff. NVIDIA doesnt care about rolling release etc, and Distros need to not break it, as they can package them but not fix them.

Yes, Bazzite using Fedora Atomic is very nice through the inherent stability of the OS distribution model.

But they rely on rpmfusion, an external repo packaging the proprietary NVIDIA stuff for Fedora. The repo is not supported by Fedora, and the drivers cannot be fixed by anyone.

Keep that in mind. NVIDIA sucks.

[-] yala@discuss.online 4 points 3 weeks ago* (last edited 3 weeks ago)

But they rely on rpmfusion, an external repo packaging the proprietary NVIDIA stuff for Fedora. The repo is not supported by Fedora, and the drivers cannot be fixed by anyone.

Not sure what you're trying to say here. Would you mind elaborating? FWIW, Bazzite's model (by default) allows automatic fixes to be applied to a broken driver without requiring any manual intervention from its user.

[-] boredsquirrel@slrpnk.net 2 points 3 weeks ago* (last edited 3 weeks ago)

allows automatic fixes to be applied to a broken driver without requiring any manual intervention from its user.

If you get an update, and after that update your system doesnt graphically boot anymore or something, you can use sudo ostree admin pin 1 and rpm-ostree rollback to switch back to the working version and make sure it never disappears.

Then you can wait for a next update (still no good update info mechanism afaik) to fix it, try it, unpin the saved version and go on.

But there is no automatic repair voodoo anywhere, on any distro. That driver is proprietary, only NVIDIA can fix it. rpmfusion packages it to work on Fedora, Fedora Atomic helps making this very unstable mechanism more failsafe.

But you are still relying on 3 entities (NVIDIA, rpmfusion, Fedora, (uBlue)), with NVIDIA not caring about Linux that much, instead of 1 (Fedora) like with AMD, where drivers are FOSS and can be adapted for Fedora specifically.

AMD does not opensource a lot, and ROCM or the entire amdgpu-pro driver is a similar situation. But at least the basics work.

[-] yala@discuss.online 3 points 3 weeks ago* (last edited 3 weeks ago)

But there is no automatic repair voodoo anywhere, on any distro. That driver is proprietary, only NVIDIA can fix it.

Consider to revisit this, cuz this is basically (at least for me) most of uBlue's schtick:

"No more building drivers on your laptop, dealing with signing, akmods, third party repo conflicts, or any of that. We've fully automated it so that if there's an issue, we fix it in GitHub, for everyone."

And the way it's setup, is so that you don't get the broken update ever on your device in the first place.

So, contrary to what you might expect, this black magic (or just excellent engineering) somehow does exist.

[-] boredsquirrel@slrpnk.net 2 points 3 weeks ago* (last edited 3 weeks ago)

uBlue does not repair anything, they dont automatically detect a broken driver on your system and block an update.

This would be possible, but slow down boot (running some GPU benchmark on every boot via a systemd service, if it fails run the commands that I mentioned).

rpm-ostree is awesome, and has the potential to do that.

you don't get the broken update ever on your device in the first place.

In theory yes, but this would mean uBlue is some kind of stable distro. I dont know, at least their base images just get updates.

Their big advantage is that they dont have the legal restrictions, so they can ship 1:1 the system you run. I dont know if they do, but having some automated benchmark tests on real hardware with these devices would be useful.

But that costs a lot of money. uBlues trick is that they can run their whole huge project for free on Github.

But for sure, the dependency issues will not occur. But this does not guarantees that there are no issues on bare metal.

Or a stable branch, Bazzite was longer on F39 for example. I use the :latest branch which automatically gets upgraded to the latest version, which they determine. So having an :testing branch that is up to date, and slowing down the releases of the latest branch, could help.

[-] yala@discuss.online 3 points 3 weeks ago

I think we're misunderstanding eachother. So perhaps consider to outline if you agree with the following:

  • uBlue has some systems in place that enable it to detect some breakages.
  • uBlue's pipeline is such to not ship you the detected breakages.
  • After a method has been found to fix a breakage (or other issues), uBlue's maintainers implement these fixes and then, the very next update, the users will receive an image that contains both the updated package and the fixes required for it to not cause problems. Heck, the user didn't know anything was up in the first place. They didn't notice a thing*.
  • uBlue's issue/problem detect systems are not absolute; things might slip through.
  • However, Nvidia drivers will not cause breakage that will make you shiver in fear.
  • uBlue does not fix it on your device. They fix the image and that fixed image will deliver you the fix built-in; so manual intervention are a thing of the past (except for edge cases).
  • Their pipeline does not require nor does it detect (through telemetry or whatsoever) the breakage on the device of the user. Heck, as implied earlier, most breakages are detected, prevented from shipping broken, fixed, ship the fixed one before any end user is disturbed by it.
  • uBlue is not a Stable system (i.e. it does not freeze packages (apart from security updates) until the next major release). So yes, you receive updates all the time.
  • Not being tied to legal restrictions is cool. However, a lot of derivatives do this. So this can't be its unique selling point.
  • uBlue is not entirely free. Its maintainers do pay money for providing some of their services (as has been mentioned by Jorge).
  • Some of their images do have testing branch; even Bazzite has.
[-] boredsquirrel@slrpnk.net 4 points 3 weeks ago

Yes agreed.

I didnt know they have testing images, but makesbsense in their flagship variants.

I miss the old website with the full image list.

[-] yala@discuss.online 2 points 3 weeks ago* (last edited 3 weeks ago)

Thank you for contributing so that people don't misunderstand!

I didnt know they have testing images, but makesbsense in their flagship variants.

You can verify it yourself from here.

Though, with all that's mentioned above; do you still think Pop!_OS is better than Bazzite for Nvidia?

[-] boredsquirrel@slrpnk.net 3 points 3 weeks ago

I dont know.

"Traditional" / "package based" / "messy" distros suck a bit. The big issue is doing insane stuff like the kernel mod stuff on the user side, which leads to sooo much pain.

But as far as I know, NVIDIA just supports enterprise distros. The community distros build the packages, but the binaries are not compiled for newer distros. So using non-LTS Ubuntu etc may result in breakages. Especially when using newer kernels.

I dont know a lot of how drivers depend on userspace programs, it is likely only dependend on the Kernel.

I also look forward to CentOS-bootc, which is a bootable OCI container for CentOS-stream. Like the uBlue Containers or the OCI containers for Fedora built on Gitlab, used by uBlue.

I didnt know that, but uBlue uses random OCI container builds by Fedora for all their stuff, that Fedora doesnt even officially use themselves.

[-] yala@discuss.online 1 points 3 weeks ago

But as far as I know, NVIDIA just supports enterprise distros.

I tried looking this up, but to no avail. Got any proof to back this up?

I didnt know that, but uBlue uses random OCI container builds by Fedora for all their stuff, that Fedora doesnt even officially use themselves.

I don't know how it is currently. However, initially, images were provided by maintainers affiliated to Fedora. Could you provide a link in which your current understanding is better described/explained?

[-] boredsquirrel@slrpnk.net 2 points 3 weeks ago

I tried looking this up, but to no avail. Got any proof to back this up?

Interesting, I only found a different site that offered the download specifically for developers to embed in their distros.

It was AMDGPUPro that only supports enterprise Linux.

Could you provide a link

I didnt find it. Search in the Atomic issue tracker, siosm wrote somewhere that the images are built on Gitlab and are the foundation of uBlue.

While Gitlab is not the official distribution method, and this was an issue about adapting these images for the main Fedora variants. So they arent even used, but built.

That upstream unused images are taken as the base for uBlue is pretty funny. But they have a future, and will likely become the main way of shipping Fedora Atomic.

Then it is also truly image-based, unlike the OSTree repo currently.

[-] JackbyDev@programming.dev 2 points 3 weeks ago

What does "out of tree" mean and imply?

[-] boredsquirrel@slrpnk.net 1 points 3 weeks ago

The tree refers to the Linux kernel Git repo. On Linux normally all drivers are in there.

I think that is a pretty crazy concept, but it kinda gives trust and if it is in there is will likely not break.

Out of tree means the driver is not compiled in (like BTRFS on RHEL distros) or cannot even be included as it is proprietary or else (NVIDIA, Displaylink, Virtualbox).

These drivers are added locally using kmods OR akmods, I dont know the difference and never used it.

uBlue adds some drivers during the build process which is pretty cool. So even though it is out of tree, it gets centrally included and if it breaks you dont get the update.

[-] JackbyDev@programming.dev 1 points 3 weeks ago

Hmm... Why is this so much more difficult on Linux than Windows then? On Windows I just updated the driver through the GeForce Experience thing (which is annoying just because it requires a sign in). What am I missing?

[-] boredsquirrel@slrpnk.net 2 points 3 weeks ago

Windows is a single OS, with a LOOT of late stage capitalist market monopoly. It is a single OS.

Also the drivers on Windows are not in the kernel, which I think is actually a pretty good thing for security.

But as userspace is always different in the various Linux Distros, vendors just stopped doing that, which is a shame.

[-] JackbyDev@programming.dev 1 points 3 weeks ago

Ah okay, I see now. Isn't the term microkernel or something? But yes, I do remember hearing everything was in the kernel for Linux (even prior to this discussion).

[-] boredsquirrel@slrpnk.net 1 points 3 weeks ago
[-] PipedLinkBot@feddit.rocks 1 points 3 weeks ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=Quh3FauAaWE

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

load more comments (1 replies)
[-] ryannathans@aussie.zone 7 points 3 weeks ago
[-] boaratio@lemmy.world 3 points 3 weeks ago

This is the correct answer, for Nvidia.

[-] ryannathans@aussie.zone 2 points 3 weeks ago* (last edited 3 weeks ago)

I run amd and still pick pop. Ubuntu compatibility with out of the box working experience, with no snaps, no canonical package repos, optimised scheduler for gaming performance, QA team testing every system update like kernel and mesa and excellent developers that even provide support on lemmy? Can't go wrong with pop

[-] faizalr@kbin.run 6 points 3 weeks ago

If you like Gnome go for Pop!_OS.

[-] imnapr@discuss.tchncs.de 3 points 3 weeks ago* (last edited 3 weeks ago)

If you liked Debian, definitely Pop as it's basically Debian but with easier to install nvidia drivers. But also if you liked using Fedora, I'd consider Nobara, it's a distro maintained by a Redhat engineer and has an nvidia image like Pop OS. Stay tf away from Manjaro, you might wanna look into EndeavorOS if you want Arch for gaming

[-] JackbyDev@programming.dev 1 points 3 weeks ago
load more comments
view more: next ›
this post was submitted on 03 Jun 2024
32 points (94.4% liked)

Linux

45371 readers
1100 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 5 years ago
MODERATORS