NuTyX official Forum

Help => Beginners => Topic started by: pooble on Mon Dec 18 13:58:41 2023

Title: How to install NVIDIA drivers?
Post by: pooble on Mon Dec 18 13:58:41 2023
How do i do it?
Title: Re: How to install NVIDIA drivers?
Post by: ndawka on Sat Dec 23 12:15:20 2023
Hi!

Installing Nvidia drivers on NuTyX is pretty simple. I depends on two factors:
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]
neofetchNuTyX 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 (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.