I have some difficulties to make Nvidia-418 drivers work on my system.
I have an intel nuc mini PCs and Ankitio node with GT1080Ti. My system is ubuntu 16.04 with kernel 4.15.
My system original installed an Nvidia-390 driver which works well. But to use TensorFlow 2.0, I want to upgrade the driver to Nvidia-418. There was no error when I installed the driver. But when I reboot my computer, the screen keeps printing “bbswitch: no discrete vga device found.”
I tried to install it from “Software and Update” and also tried to install by using command “sudo apt install nvidia-418 nvidia-settings”. But both didn’t work.
I attached in the gz files in this post for your review.
I tried to install it from “Software and Update” and also tried to install by using command “sudo apt install nvidia-418 nvidia-settings”. But both didn’t work.
I attached in the gz files in this post for your review.
With 16.04, this is kind of fiddly. In general you will have to enable usage of egpus. Please try creating a file /etc/X11/xorg.conf.d/10-nvidia-egpu.conf with contents
Thank you for your reply.
I tried to create the file as you suggested. But it still didn’t work. It looks the file did’t affect the xorg.conf generated by the system. I attached the xorg.conf file and the bug-report in the post for your review.