I installed Kali 2016.2 on a Dell laptop, and followed this guide to install proprietary NVIDIA drivers in order to use cuda:
http://docs.kali.org/general-use/ins...-on-kali-linux
But I have a problem at the step where it tells me to disable the nouveau driver:
Code:
sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
Problem is that I have a multiboot setup. I don't want to disable the nouveau driver for the other distros. How do I disable nouveau only for Kali?
Apart from that, I see from other threads in this forum that there are many who have problems with getting NVIDIA to work in Kali 2016.2, and the white "Something went wrong" screen they describe is the same I get when I try to boot Kali without nouveau manually by writing the parameters into grub (I write nouveau.modeset=0 on the line with vmlinuz ... and then resume boot with F10).
If it likely that developers will come up with a solution, or is it better to install cuda tools by following the instructions from the NVIDIA website? Any ideas?