0

I got a new desktop and it ran perfectly with Ubuntu 17.04 and no drivers. As soon as I upgraded to 18.04 it started crashing ~30 seconds in (monitor and mouse go dead but power is still being supplied to CPU, GPU etc).

I tried set nouveau.modeset=0 but it didn't work either.

These are some of the computer components:

  • Two RTX 2080 Ti GPUs

  • Asus WS X299 SAGE motherboard

  • Intel i9 x7900 CPU

What should I do? I have no idea where to go from here... Any help would be immensely appreciated.

1 Answers1

0

Apologies for submitting an answer without knowing for sure if this is the solution. I odn't have enough rep to comment yet.

Try adding this to your GRUB: nvidia-drm.modeset=1 alongside nouveau.modeset=0. Make sure your BIOs settings are correct, too. If you installed in legacy or UEFI, boot in to the correct mode, turn off that strange setting, I believe it is called Secure Boot in BIOs if you have it.

Did you follow proper procedure preceding a distribution upgrade? Prior to upgrade, safe procedure dictates the removal of graphics drivers and their repositories, then adding them again after the system upgrade reboot. If you didn't, what you might be able to do is enter terminal via recovery mode and try sudo apt remove nvidia* --purge. Ubuntu should run fine with built in drivers. I would also definitely remove one card and boot up, then install drivers for both (if that's how it works, I'm not well-versed). As I understand dual card setups have a slew of issues, and running a unix based system instead of Windows sounds like a tough situation.