Most active commenters
  • lolinder(3)

←back to thread

623 points magicalhippo | 16 comments | | HN request time: 0s | source | bottom
Show context
Abishek_Muthian ◴[] No.42623030[source]
I'm looking at my Jetson Nano in the corner which is fulfilling its post-retirement role as a paper weight because Nvidia abandoned it in 4 years.

Nvidia Jetson Nano, A SBC for "AI" debuted with already aging custom Ubuntu 18.04 and when 18.04 went EOL, Nvidia abandoned it completely without any further updates to its proprietary jet-pack or drivers and without them all of Machine Learning stack like CUDA, Pytorch etc. became useless.

I'll never buy a SBC from Nvidia unless all the SW support is up-streamed to Linux kernel.

replies(8): >>42623475 #>>42623488 #>>42623818 #>>42624449 #>>42624698 #>>42624923 #>>42625236 #>>42625420 #
1. lolinder ◴[] No.42623475[source]
This is a very important point.

In general, Nvidia's relationship with Linux has been... complicated. On the one hand, at least they offer drivers for it. On the other, I have found few more reliable ways to irreparably break a Linux installation than trying to install or upgrade those drivers. They don't seem to prioritize it as a first class citizen, more just tolerate it the bare minimum required to claim it works.

replies(3): >>42623519 #>>42625802 #>>42626473 #
2. stabbles ◴[] No.42623519[source]
Now that the majority of their revenue is from data centers instead of Windows gaming PCs, you'd think their relationship with Linux should improve or already has.
replies(3): >>42623558 #>>42625732 #>>42626187 #
3. lolinder ◴[] No.42623558[source]
It's possible. I haven't had a system completely destroyed by Nvidia in the last few years, but I've been assuming that's because I've gotten in the habit of just not touching it once I get it working...
replies(3): >>42625615 #>>42626162 #>>42626427 #
4. pplonski86 ◴[] No.42625615{3}[source]
I got similar experience. I really prefer switch CUDA version with whole PC machine. What is more, the speed and memory of hardware improves quickly in time as well.
5. sangnoir ◴[] No.42625732[source]
Nvidia segments its big iron AI hardware from the consumer/prosumer segment. They do this by forbidding the use of GeForce drivers in datacenters[1]. All that to say, it is possible for the H100 to to have excellent Linux support, while support for the 4090 is awful.

1. https://www.datacenterdynamics.com/en/news/nvidia-updates-ge...

6. dotancohen ◴[] No.42625802[source]

  > Nvidia's relationship with Linux has been... complicated.
For those unfamiliar with Linus Torvalds' two-word opinion of Nvidia:

https://youtube.com/watch?v=OF_5EKNX0Eg

replies(1): >>42635475 #
7. godelski ◴[] No.42626162{3}[source]
I update drivers regularly. I've only had one display failure and was solved by a simple rollback. To be a bit fair (:/) it was specifically a combination of new beta driver and a newer kernel. It's definitely improved a ton since 10 years ago I just would not update them except very carefully.
replies(1): >>42627990 #
8. robhlt ◴[] No.42626187[source]
They have been making real improvements the last few years. Most of their proprietary driver code is in firmware now, and the kernel driver is open-source[1] (the userland-side is still closed though).

They've also significantly improved support for wayland and stopped trying to force eglstreams on the community. Wayland+nvidia works quite well now, especially after they added explicit sync support.

1. https://github.com/NVIDIA/open-gpu-kernel-modules/

replies(2): >>42627514 #>>42637766 #
9. KerrAvon ◴[] No.42626427{3}[source]
I have been having a fine time with a 3080 on recent Arch, FWIW.

HDR support is still painful, but that seems to be a Linux problem, not specific to Nvidia.

10. FuriouslyAdrift ◴[] No.42626473[source]
The Digits device runs the same nVidia DGX OS (nVidia custom Ubuntu distro) that they run on their cloud infra.
11. jimmySixDOF ◴[] No.42627514{3}[source]
>complicated

... as in remember the time a ransomware hacker outfit demanded they release the drivers or else .....

https://www.webpronews.com/open-source-drivers-or-else-nvidi...

12. lolinder ◴[] No.42627990{4}[source]
I've bricked multiple systems just running apt install on the Nvidia drivers. I have no idea how, but I run the installation, everything works fine, and then when I reboot I can't even boot.

That was years ago, but it happened multiple times and I've been very cautious ever since.

replies(1): >>42638324 #
13. andirk ◴[] No.42635475[source]
Wow. Torvalds' distaste for Nvidia from that, albeit 12 year old, clip leaves little to the imagination. Re: gaming GPUs, Windows is their main OS, but is that the main reason why Huang only mentioned Windows in his CES 2025 keynote? Their gaming chips are a small portion of the company now. But they want to focus dev on Windows??
replies(1): >>42635857 #
14. rbanffy ◴[] No.42635857{3}[source]
Nvidia has its own Linux distribution, DGX OS, based on Ubuntu LTS, but installing other Linux distros on machines with Nvidia GPUs is less than ideal.
15. Vilian ◴[] No.42637766{3}[source]
Because red hat announced that next RHEl is going tone Wayland only, that why they fixed all that you said, they don't care about users, only servers
16. godelski ◴[] No.42638324{5}[source]
Interesting. I've never had that issue (~15 years experience) but I always had CPUs with graphics drivers. Do you think that might be it? The danger zone was always at `startx` and never before. (I still buy CPUs with graphics drivers because I think it is always good to have a fallback and hey, sometimes I want to sacrifice graphics for GPU compute :)