如何卸載核心模組“nvidia-Modeset”

如何卸載核心模組“nvidia-Modeset”

我正在嘗試在 Debian Stretch 中安裝最新的 NVIDIA 驅動程式。我已經從這裡下載了 NVIDIA-Linux-x86_64-390.48.run,但是當我嘗試這樣做時。

sudo sh ./NVIDIA-Linux-x86_64-390.48.run

按照建議,出現錯誤訊息。

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.

有什麼幫助完成 nvidia 驅動程式的安裝嗎?

答案1

您需要先卸載舊驅動程序,然後才能安裝新驅動程式。我不記得您是否可以讓新安裝程式將其刪除或手動執行。

相關內容