After saving many things (including the fact that my ubuntu does not normally boot -> solved that temporarily by erasing quiet splash and adding acpi=off in the grub option), I could finally! install ubuntu 20.04 in my machine. (I had to repair the grub and the partitioning of my hard disk is horrible and doing it just like that)
Anyway, now I have a ubuntu 20 system on my hard drive. The next thing I have to solve is that this system does not recognize my Nivida card: GTX 1080ti GP102.
Obviously nividia-sim
is not installed .
The thing is I went to "software & updates" and in the "Additional Drivers" there is nothing. (it says "No additional drivers available"). Originally I thought this is the place where the drivers could be downloaded.
I don't want to mess things more than they are now So I ask directly What should I do and in what order?
lspci
andlshw
commands are still valid. And it isnvidia-smi
. See if any of this turns up something. If it's available for you, I'd try to install the drivers via the GUI (i.e., "Software & Updates") and not manually viaapt
. I recently had an issue where I couldn't get all the dependencies withapt
. – Ray Oct 22 '20 at 07:56