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?

  • Auth@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    12 hours ago

    If you have at least Ubuntu 24.10 and the NVIDIA 570.133.07 driver installed with the 2070, it should be plug and play with the new card.

    If you put the 2070 in are you able to get a working system?

      • Auth@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        Can you run nvidia-smi and confirm you’re on the 570 driver?

        Also after you do a failed boot with the 5070 put the 2070 back in and try run this command journalctl -b -1 -p 0..2 to check the log from the previous boot and filter for only high priority issues. This should give some insight on whats failing when you try and boot with the 5070.

        Another dumb check but have you got the display cables plugged into the gpu?

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

          Yeah the display cable is definitely plugged in. It displays the TUF logo on startup and I can get into BIOS settings while the monitor is plugged into the GPU. I only get ‘no input detected’ once I try to boot.

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

          Nvidia-smi output:

          Mon Aug 11 19:17:03 2025
          ±----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.158.01 Driver Version: 570.158.01 CUDA Version: 12.8 | |-----------------------------------------±-----------------------±---------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GeForce RTX 2070 … Off | 00000000:09:00.0 On | N/A | | 0% 37C P8 18W / 235W | 481MiB / 8192MiB | 2% Default | | | | N/A | ±----------------------------------------±-----------------------±---------------------+

          ±----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | 0 N/A N/A 2099 G /usr/lib/xorg/Xorg 143MiB | | 0 N/A N/A 2358 G /usr/bin/gnome-shell 105MiB | | 0 N/A N/A 2950 G …exec/xdg-desktop-portal-gnome 10MiB | | 0 N/A N/A 5684 G …/6565/usr/lib/firefox/firefox 167MiB | | 0 N/A N/A 8244 G /usr/bin/nautilus 13MiB | | 0 N/A N/A 8333 G …tcher-linux-x64/balena-etcher 20MiB | ±----------------------------------------------------------------------------------------+

          • Auth@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            8 hours ago

            Can you run Journalctl and take a look at the logs from one of the boots with the 5070? You can use journalctl -b -0 for current boot -1 for the previous boot -2 for two boots ago etc. -p 0…2 to limit the output to events from critical to severe priority.