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

enter image description here

then checked /etc/modprobe.d/nvidia-installer-disable-nouveau.conf , got

enter image description here

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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User