Just created a Linux Ubuntu VM, but I also need to have NVIDIA GPU on this machine
Just created a Linux Ubuntu VM, but I also need to have NVIDIA GPU on this machine
Open Terminal
$ apt search nvidia-driver
$ apt-cache search nvidia-driver
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install nvidia-driver-<the number it shows you. In my case 460$ >
reboot
Verify the installation with: nvidia-smi
Hope it was helpful
Thanks for @NilsKwade-1102 suggestion! Does it work for you?
For me this worked
Otherwise I wouldnt have suggested it ^^
I have a Ubuntu 20.04 and a nVidia RTX2080 Super in my System.
Together with Wine its actually really effective to also play games on Linux.
Eventhough AMD is easier because Linux actively supports AMD but not nVidia
5 people are following this question.