When it is about Nvidia, it is better to install the proprietary driver.
Here is a detailed answer:
To remove the installed Nvidia drivers, run:
sudo apt-get purge nvidia*
sudo apt remove nvidia-*
sudo apt autoremove
Then, check which is the recommended driver for your Nvidia card by running:
ubuntu-drivers devices
If you want to install the driver automatically, run :
sudo ubuntu-drivers autoinstall
If you want to install a specific driver, run:
sudo apt install nvidia-<driver number>
Once the installation is finished, run prime-select query
to check which graphic card is being used by your device.
If you want to change the graphic card used by your PC, run : sudo prime-select <intel/ nvidia>
; choose between Nvidia and Intel graphic cards.
After that, restart your PC to apply changes
prime-select query
return? I have the same NVidia graphics card, just got it working by selecting nvidia-driver-418 – Bludzee May 30 '19 at 17:07