I have recently changed my Nvidia GPU, and I am having problems to boot Ubuntu. I get a blank screen after GRUB.
When I boot in recovery mode (it works) and type the command nvidia-detector
, I get:
nvidia-driver-440
And when I type nvidia-smi
, I get:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.50 Driver Version: 430.50 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro M5000 Off | 00000000:01:00.0 On | Off |
| 39% 45C P8 15W / 150W | 408MiB / 8123MiB | 1% Default |
+-------------------------------+----------------------+----------------------+
I followed [1], [2], and [3] to completely uninstall the drivers and then install it again.
My question is: Does anyone know why Ubuntu is showing two different driver versions, and how can I solve it?