this post was submitted on 07 Dec 2023
22 points (95.8% liked)

Linux

46794 readers
965 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
 

Hello friends. I'd like to ask if any of you knows when/if Debian will finally include the nvidia-535 proprietary driver. It's kind of a pain in the ass to install it manually and keep it updated. Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (1 children)

I think the easiest way is to take them from the 'experimental' branch of debian's own repository. But read about the consequences of enabling experimental, first.

[–] [email protected] 3 points 8 months ago (1 children)

Quoting the Debian FAQ:"project/experimental/: This directory contains packages and tools which are still being developed, and are still in the alpha testing stage. Users shouldn't be using packages from here, because they can be dangerous and harmful even for the most experienced people."

that's enough to scare me off

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

Yeah, you're right. If you absolutely need the latest NVidia drivers, you kind of have to choose between the devil and the deep blue sea. You can pull it from some random place on the internet, or use whatever script NVidia provides you with and do it under your own responsibility... Or use experimental, but it may be not be tested or be incompatible with your kernel version. Neither option is recommended. I've had some success with experimental. Debian have high standards and at least it's packaged and tied into the distribution at all. But there is no guarantee. (I'm not sure if you can mix that with the stable version of Debian, though. I use Debian Testing...) (Their Backports are a better option for Debian Stable.)

Maybe somebody else has an idea, I don't know any better way to do it. The proper way is to wait until it's tested and becomes available in Debian.

I don't know when that's going to happen. It usually takes quite some time with Debian. Probably some more months. You can have a look at the Package tracker

[–] [email protected] 2 points 8 months ago

that tracker link is exactly what I needed, thanks!