Hey all, just got a Geforce 5070 to replace my 2070 from years ago. Ubuntu’s been pretty smooth sailing for me until now, and I’m not exactly the best at navigating this stuff.

When Ubuntu starts to boot, the GPU stops outputting display to my monitor. As though it doesn’t detect the new GPU. I tried putting the 2070 back in and downloading the 570 drivers but it didn’t change anything. I found a tutorial for what seemed to be my issue that asked me to change the kernel, but halfway through the tutorial, commands that worked on their machine started failing on mine. I wish I’d documented what the error messages were because when I went to poke around more today, I got a message about kernel panic and can’t even boot with the 2070. Where do I go from here?

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    11 hours ago

    Well the driver is loaded, and you have processes engaged with it, so it’s functional.

    If you’re losing output, maybe you have a conflict with the nouveau driver. Have you blacklisted it?

    • lilpatchy2eyes@slrpnk.netOP
      link
      fedilink
      arrow-up
      1
      ·
      11 hours ago

      Honestly I haven’t even heard of a nouveau driver. I sure haven’t blacklisted it.

      To be clear I got this output with my old GPU. Not sure how I would get to the command terminal with the new one.

      • just_another_person@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        11 hours ago

        You need to run these commands on the machine having the problem. Giving output from another machine doesn’t help solve anything.

        If you’re getting dead output on your 5070, it means the driver is more than likely NOT loaded, so the output will be different.

        Boot the 5070, and when you get a black screen, hit ALT+F2 to drop to a console shell. Login, and run ‘nvidia-smi’, and you should get something that confirms it’s loaded, or something that says it is not loaded.

        If it’s not loaded, it means you haven’t installed the drivers (you sure you did?). Check your packages, make sure the driver is properly installed, then do this to blacklist the nouveau driver which may be in conflict.

        Reboot. See if it works.