
Estoy intentando instalar el controlador NVIDIA más actualizado en Debian Stretch. Descargué NVIDIA-Linux-x86_64-390.48.run desde aquí, pero cuando intento hacerlo.
sudo sh ./NVIDIA-Linux-x86_64-390.48.run
Como se sugiere, aparece un mensaje de error.
ERROR: An NVIDIA kernel module 'nvidia-modeset' 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.
¿Alguna ayuda para finalizar la instalación de los controladores de nvidia?
Respuesta1
Primero debe desinstalar el controlador anterior antes de poder instalar el nuevo. No recuerdo si puedes hacer que el nuevo instalador lo elimine o hacerlo manualmente.