0

I got one NVIDIA 1050 GPU installed ... load the 390 version of the drivers and go it going. I added a second and third NVIDIA 1050 GPU ... but they do not seem to be recognized by Ubuntu.

1 Answers1

0

Have you tried running lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {} like explained by knb?

It would add some useful output to further diagnose the issue.