Instalacja Nvidia drivers na KDE Neon

You use the following command to get the list of packages for each driver, and then install the packages using apt-get.

Code: Select all
sudo ubuntu-drivers devices


Should get output something like this:

Code: Select all
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==

vendor   : NVIDIA Corporation
modalias : pci:v000010DEd00000DDAsv000017AAsd000021D1bc03sc00i00
model    : GF106GLM [Quadro 2000M]
driver   : xserver-xorg-video-nouveau - distro free builtin
driver   : nvidia-304-updates - distro non-free
driver   : nvidia-304 - distro non-free
driver   : nvidia-331 - distro non-free recommended
driver   : nvidia-331-updates - distro non-free


Then install the driver for your card. Most likely the recommended one:

Code: Select all
sudo apt-get install nvidia-331


Once done, run the command:

Code: Select all
sudo nvidia-xconfig


Reboot and you should be all set.


Komentarze

Prześlij komentarz

Popularne posty z tego bloga

Jak pobierać foldery na chomikuj w linuxie?