I updated my graphics drivers from nvidia 470 to nvidia 560 due to issues running certain games. It’s fixed my gaming issue but reintroduced the problem that kept me from updating for so long.

After setting my computer to “suspend,” it wakes up to this screen on all monitors. I am unable to scroll up or type further commands, my only option is to reboot the machine.

  • My graphics card is: NVIDIA Corporation GP104 [GeForce GTX 1070]
  • Nvidia driver version: 560.35.03
  • My desktop environment is Cinnamon X11. (This does not occur on Wayland, but there is no Cinnamon Wayland.)

I can’t make heads or tails of this error screen. The best I can understand is the “Fixing recursive fault but reboot is required!” line. How can I get more information? Does anyone have any ideas on how I can fix this? Thanks in advance.

Edit: It seems important to mention this is happening only on X11 (Pop default and Cinnamon), and not on Pop!_OS on Wayland.

  • unexposedhazard@discuss.tchncs.de
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    12 days ago

    Have the same gpu and had same issue give me a second to find the solution again.

    Now back at PC:

    Right so i searched for a while back when i got those issues and the only solution that really worked for me was installing 550 instead. Idk how PopOS / ubuntu does things. So doing this could be easy or super fucking annoying.

    depending on the repo you are using for the nvidia driver, you might be able to specify the driver version during install like so:

    sudo apt install nvidia-driver-550

    I am on debian12 and installing from repo didnt work for me as there were lots of dependencies that had version conflicts. I ended up installing it with the .run file which is really tedious.

    Im gonna be honest tho the chance that this will fix your issue is not that high. Nvidia problems are so fucking diverse and could be due to any number of specific system component and package combinations.

    • riquisimo@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      So after installing it I see: nvidia-driver-550 is already the newest version (560.35.03-1pop0~1729800494~22.04~4a3cad6)

      So 550 is there, but it’s using 560. I assume that means I need to purge all traces of 560 and 550 and then reinstall 550, unless I can specify somewhere to use 550.

      However in software and updates there is no 550, only 560.

        • riquisimo@lemmy.dbzer0.comOP
          link
          fedilink
          arrow-up
          1
          ·
          18 hours ago

          Alright, I think I may have found my solution.

          • The crash only occurs on desktop environments that use x11, it does not occur on DEs that use Wayland.
          • The only DE that uses Wayland that Pop officially supports (that I can tell at least) is “Pop (on Wayland),” which is GNOME.
          • GNOME doesn’t look or feel familiar to me, Cinnamon does. I really like Cinnamon. But today I realized GNOME extensions can be used to make GNOME feel different, and are (at least so far) remarkably stable.
          • By installing the extension manager, and then adding the extensions “Dash to Panel” and “ArcMenu” and tweaking them I’ve been able to achieve the look and feel that I was going for with Cinnamon, on a DE that doesn’t crash on suspend. (Note for anyone else that tries this: I had to disable the “Cosmic Dock” and “Pop COSMIC” extensions so things would play nice with the new extensions.)

          So it’s a workaround. It’s essentially finding a way to make the “new” stuff feel like the old stuff, but as an added benefit, I get all the functionality that the new stuff offers.

    • riquisimo@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      5
      ·
      12 days ago

      Oh man, so Pop!_OS has a “pop shop” where it officially supports 470 and 560. 550 isn’t on there so, while I could try it, I wouldn’t expect it to work.

      In “Software and Updates” I have options for the “NVIDIA driver metapackages” for 390, 470, and 560. 560 is currently selected. I also have the NVIDIA server driver metapackage for 535, so I could try that. It would be newer than 470 but not as current as 560.

      But since the chances this would fix it are already low (and 560 drivers fixed my other issues), I’m hesitant to try unless I exhaust every other option.

      • unexposedhazard@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        12 days ago

        hmm okay i dont really know anything about pop_os, but yeah it seems that it doesnt like it if you install stuff outside of its pre selected set of packages. my next GPU will definitely be an AMD one, nvidia is just a mess.

        well good luck then i guess 🫤

        • riquisimo@lemmy.dbzer0.comOP
          link
          fedilink
          arrow-up
          1
          ·
          6 days ago

          Finally got around to this. I tried installing while logged in, then realized I should Ctrl+Alt+F2 (or something) and stop gdm before installing.

          I got an error message, there was an error while building kernel modules. Checking /var/log/nvidia-installer.log I think this is the culprit:

          warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 You are using: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

          Warning: Compiler version check failed:

          The major and minor number of the compiler used to compile the kernel:

          x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38

          does not match the compiler used here:

          cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright © 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is recommended to set the CC environment variable to the compiler that was used to compile the kernel.

          To skip the test and silence this warning message, set the IGNORE_CC_MISMATCH environment variable to “1”. However, mixing compiler versions between the kernel and kernel modules can result in subtle bugs that are difficult to diagnose.

          So I’m using 11.4.0 instead of 12.3.0? Not sure what that number is. Both kernels are based on Ubuntu 22.04. I’m starting to think if I really want cinnamon I should use a distro that was made for cinnamon, like Mint.

            • riquisimo@lemmy.dbzer0.comOP
              link
              fedilink
              arrow-up
              1
              ·
              1 day ago

              This is getting deep and complicated.

              So I tried using the command in the snippet, and made sure that CC was capitalized, but the error log still says “You are using: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0”

              Going to the post that talks about changing your version of GCC it looks like my gcc might be pointing to the “11.4.0 cc”?

              But when I run: sudo apt-get install gcc-4.3 gcc-4.4 g+±4.3 g+±4.4

              I can’t find those packages. And when I run:

              sudo update-alternatives --remove-all gcc sudo update-alternatives --remove-all g++

              I find no alternatives. Sheesh. When I go this many layers deep I get worried that I’m going to potentially break something that will make bugtesting for other future things harder.