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?

  • ☂️-@lemmy.ml
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    8 hours ago

    alright go back to nouveau then try a complete purge with sudo apt purge *nvidia* && sudo apt autoremove -y && sudo apt autoclean

    and delete all the leftover nvidia files you can find. namely the .nvidia-settings-rc on your home directory, but check xorg.conf for any weirdness. then reinstall the latest driver.

    beyond that changing to x11 or vice versa can help. i know the cinnamon de in mint has issues with nvidia sometimes, testing it out on gnome or kde is a good idea too.

    not to mention using an ssd from a previous computer complicates stuff a bit further, doing a clean install might prove useful too.

    in any case, here’s a resource for debugging it further: https://docs.lambda.ai/education/linux-usage/using-the-nvidia-bug-report.log-file-to-troubleshoot-your-system/

    wish you luck. nvidia mostly works well with the major des nowadays, but can still be annoying as fuck when it has issues. if nothing works, hit me up again and i’ll see what i can do to help.