Author Topic: How to install NVIDIA drivers?  (Read 1409 times)

pooble

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
How to install NVIDIA drivers?
« on: Mon Dec 18 13:58:41 2023 »
How do i do it?

ndawka

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Re: How to install NVIDIA drivers?
« Reply #1 on: Sat Dec 23 12:15:20 2023 »
Hi!

Installing Nvidia drivers on NuTyX is pretty simple. I depends on two factors:
  • Your Linux kernel version, could be checked by entering (or pasting)
Code: [Select]
uname -r into you terminal[/li]
[li]and your GPU model, could be checked by installing neofetch (either by using flcards, a graphical cards manager, or by entering (or pasting)
Code: [Select]
sudo cards install neofetch into your terminal), then entering (or pasting)
Code: [Select]
neofetch
    into you terminal should show you an ASCII-art logo of
NuTyX on the left side and information about your system, including installed GPUs[/li]
[/list]

Now with that information in mind, we could install the correct driver from the ones listed on this page: https://nutyx.org/en/?type=pkg&branch=rolling&arch=x86_64&searchpkg=nvidia.

Example configuration (latest stable kernel: 6.5.13 and an Nvidia GeForce GTX 1080). I would enter (or paste):
Code: [Select]
sudo cards install nvidia-kernel nvidia into the terminal, which will install the Nvidia drivers and the GUI (respectively).

If you could reply with your kernel from the first command and the GPU line from your second command, further assistance can be provided.