Nouveau kernel module let NVIDIA driver can't be installed

執行 ./NVIDIA-Linux-x86_64-384.98.run 安裝 GPU driver 的時候,發生錯誤:

ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before

     proceeding.  Please consult the NVIDIA driver README and your Linux distribution's documentation for details on how to correctly disable the

     Nouveau kernel driver.

解決方法:

增加一個設定檔,不讓 nouveau LKM 啟動,改完設定檔後執行 update 並重開機:

# cat <<EOF> /etc/modprobe.d/blacklist-nouveau.conf

blacklist nouveau

options nouveau modeset=0

EOF

# update-initramfs -u

update-initramfs: Generating /boot/initrd.img-4.12.14-041214-generic

W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.

# reboot

0 articles

results for ""

    No results matching ""