Tech Nerd Derg.

Arch BTW.

Mastodon @ https://pawb.fun/@Confetti_Camouflage

  • 0 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • I agree he didn’t do a good job evangelizing Linux. He made a video about his experiences with it, but I do think it’s representative of someone googling and first time trying Linux on their own without a guide friend to tell them, “oh you can do it this way now.” Him ultimately sticking with it in spite of that for data sovereignty is kind of the whole point of Free Software so I can respect that.

















  • The proprietary Nvidia driver has kernel modules that are specific to a single version of the Linux kernel. With pre-built packages that’s typically whatever the standard kernel is for your distro. If that kernel isn’t booted then you’ll have no graphics driver.

    This is solved by DKMS, which will build those kernel modules for every kernel you have installed. You’ll need the kernel headers for the kernel you want to build for, as well as the nvidia-kernel-dkms package which the wiki you linked only offhandedly mentions. Whenever the kernel or driver updates it should build the required modules.