I have been banging my head on this one for quite a few hours.
I am running Kubuntu 18.10 virtualized with a Gigabyte GV-N210SL-1GI GeForce 210 on passthrough. Shouldn't be a problem there.
The machine sees it:
I installed the driver from the repos:
I used 340 instead of 390 because supposedly that is the right thing to do.
I built the Xorg.conf like:
I did the following:
Nothing.
I am going to try and purge the nvidia drivers next, but please if someone has any ideas. Let me know what logs I can post if required.
I am running Kubuntu 18.10 virtualized with a Gigabyte GV-N210SL-1GI GeForce 210 on passthrough. Shouldn't be a problem there.
The machine sees it:
Code:
lspci | grep VGA
00:0f.0 VGA compatible controller: VMware SVGA II Adapter
1b:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
Code:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-340
I built the Xorg.conf like:
Code:
# cd /etc/X11/
# Xorg -configure
Code:
sudo nvidia-xconfig
sudo reboot
sudo rm -rf /etc/X11/xorg.conf
sudo reboot
sudo nvidia-xconfig
sudo reboot
I am going to try and purge the nvidia drivers next, but please if someone has any ideas. Let me know what logs I can post if required.