16.04 - How to disable Nouveau kernel driver - Ask Ubuntu
when installing cuda in ubuntu 16.04 executing cuda_8.0.44_linux.run,
i got following error message in /var/log/nvidia-installer.log
then checked /etc/modprobe.d/nvidia-installer-disable-nouveau.conf , got
any suggestion disable nouveau kernel driver?
i found this 2012 discussion didn't work me.
according nvidia developer zone: create file
nano /etc/modprobe.d/blacklist-nouveau.conf
with following contents:
blacklist nouveau options nouveau modeset=0
regenerate kernel initramfs:
sudo update-initramfs -u
and finally: reboot
sudo reboot
read more at: http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ixzz4rqodn0jy
Comments
Post a Comment