Sto cercando di installare il driver NVIDIA più aggiornato in Debian Stretch. Ho scaricato NVIDIA-Linux-x86_64-390.48.run
da qui , ma quando provo a farlo
sudo sh ./NVIDIA-Linux-x86_64-390.48.run
come suggerito, appare un messaggio di errore.
ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel. This may be because it is in use (for example, by an X server, a CUDA program, or
the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading. Please be sure to exit any programs
that may be using the GPU(s) before attempting to upgrade your driver. If no GPU-based programs are running, you know that your kernel supports module unloading,
and you still receive this message, then an error may have occured that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to
reboot your computer.
Quando provo a scoprire chi sta usando nvidia-drm
(o nvidia_drm
), non vedo nulla.
~$ sudo lsof | grep nvidia-drm
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
~$ sudo lsof -e /run/user/1000/gvfs | grep nvidia-drm
~$
E quando provo a rimuoverlo, dice che viene utilizzato.
~$ sudo modprobe -r nvidia-drm
modprobe: FATAL: Module nvidia_drm is in use.
~$
Ho riavviato e avviato in modalità solo testo (premendo Ctrl + Alt + F2 prima di fornire nome utente / password), ma ho riscontrato lo stesso errore.
Inoltre, come faccio a "sapere che il mio kernel supporta lo scarico dei moduli"?
Ricevo alcuni avvertimenti all'avvio relativi a NVIDIA, non ho idea se siano correlati, però:
Apr 30 00:46:15 debian-9 kernel: nvidia: loading out-of-tree module taints kernel.
Apr 30 00:46:15 debian-9 kernel: nvidia: module license 'NVIDIA' taints kernel.
Apr 30 00:46:15 debian-9 kernel: Disabling lock debugging due to kernel taint
Apr 30 00:46:15 debian-9 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 375.82 Wed Jul 19 21:16:49 PDT 2017 (using threaded interrupts)
systemctl stop systemd-logind
prima di scaricare i moduli.
systemctl stop systemd-logind.service
, ma questo chiude lo schermo e mi riporta all'accesso grafico, dove devo fare di nuovo Ctrl + Alt + F2.