I am trying to install the NVIDIA driver on in an Ubuntu guest running on a Windows host (to install the GPU-supported tensorflow). Is it possible to do this?
I am using NVIDIA GeForce 849M.
I downloaded the driver from NVIDIA and installed it with:
sudo service lightdm stop
sudo init 3
sudo sh NVIDIA-Linux-x86_64-364.69.run
Then I get and warning like the following:
WARNING: You do not appear to have an NVIDIA GPU supported by the 384.69 NVIDIA Linux graphics driver installed in this system. For further details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in the README available on the Linux driver download page at www.nvidia.com.
-> License accepted.
-> Installing NVIDIA driver version 384.69.
-> Running distribution scripts executing: '/usr/lib/nvidia/pre-install'...
-> done.
-> The distribution-provided pre-install script failed! Are you sure you want to continue? (Answer: Abort installation)
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.