this post was submitted on 17 Feb 2024
24 points (90.0% liked)

Linux

47300 readers
505 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
 

When installing the proprietary nvidia driver recommended by the the official debian page for Debian Bookwork, apt seems to want to install a new kernel. I actually did this before (since this is my second time installing debian on here) and this new kernel messes with the display server somehow, disabeling all monitors but one, limiting the resolution, removing all the UI animations and so on. So I don't want to do that again. My current kernel is the Debain 12 default: linux-image-6.1.0-18-amd64. Am I doing something terribly wrong, is the website perhaps outdated, or what is going on here?

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

If you want the latest Nvidia driver without apt conflicts, you have to use their installer which builds dkms live.

[–] Smorty@lemmy.blahaj.zone 2 points 7 months ago (2 children)

Where would get that installer?

[–] Revan343@lemmy.ca 2 points 7 months ago* (last edited 7 months ago) (1 children)

You probably want this one https://www.nvidia.com/Download/driverResults.aspx/217147/en-us/

Installation instructions are under 'additional information'

[–] Smorty@lemmy.blahaj.zone 2 points 7 months ago (1 children)

Is there a way to download older driver versions? I've heard that output to VR displays tends to get blocked by the new drivers.

[–] Revan343@lemmy.ca 1 points 7 months ago

I'm not sure. This is their main driver archive page, but it looks like the other (non-beta) entries are the newest driver for older cards, not older versions of the same driver

[–] nawordar@lemmy.ml 1 points 7 months ago (1 children)

Don't use the NVIDIA installer, as it conflicts with the package manager. Use the nvidia-kernel-dkms package from the official Debian repository

[–] Smorty@lemmy.blahaj.zone 1 points 7 months ago

Turns out that the repository one is broken. This is an issue with a specific version of the nights driver, which has just been fixed. If you want more info, have a look at the solved content I made on this post.