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?

  • OhVenus_Baby@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    My 2080 has issues and cuts off part of the screen on Linux mint. My 6700xt and amd setup would never. I switched and tried every driver. I’ve never used nvidia. Anyone have advice?

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

      cuts off part of the screen

      this happens to me if i use nouveau. i solve this by installing the driver and setting the correct refresh rate.

      • OhVenus_Baby@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        I tried all drivers and done all display settings. I’ve changed resolution and refresh. I can’t for the life of ms figure this out. Anyone at all please help… Its so frustrating I don’t even use my PC anymore.

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

          what are the system logs saying about it? have you tested the card on another machine/os?

          did you delete the nvidia config files between reinstalls?

          • OhVenus_Baby@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 day ago

            I didn’t so a reinstall I simply swapped my ssd into another PC. When I sold my amd rig. System logs show no errors that im aware of when in the GUI system reports in mint. It’s works fine on windows but on mint it cuts off about 5 percent of the screen or 10 all the way around. So I’m missing the start icon and such. I have never deletes nvidia files or configs. I’m used to amd and never used nvidia before. I did however try every driver from noveau to 575 open. All of them made no difference or made it worse.

            • ☂️-@lemmy.ml
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              edit-2
              12 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.