How’s everyone weekend going? I’ve been dealing with this issue for a little while so I thought I would finally look into it and make a post about it.

Sometimes when I wake my PC from sleep, it fails to resume correctly. I’m able to log in from the lock screen just fine, but when I get to my desktop there’s usually some graphical glitches like medium-sized black boxes spanning across different application windows. The next thing I’ll notice is that if I try to close windows or interact with the desktop, it will lock up to the point I can’t use my mouse or keyboard. Trying to switch to another TTY terminal doesn’t even work at that point. If I switch to a TTY quickly before it locks up then I can use the reboot command normally as a fix.

If it does lock up however, I’m still able to REISUB in order to reset. I’ve found all the times that I’ve done that recently in my syslog and linked it to this pastebin; I tried to keep anything that seemed relevant from when the PC goes to sleep until when I had to reset it manually.

Looking through my syslogs, I notice lines that seem to indicate the GPU isn’t waking correctly. (ie codium.desktop[19525]: [19525:0616/173717.963456:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=512, and GpuWatchdog[84807]: segfault at 0 ip 00007fa297f929a6 sp 00007fa28c3fd370 error 6 in libcef.so[7fa293aef000+7770000] likely on CPU 3 (core 3, socket 0) ) I’m not sure if that means its a mesa driver issue, a CPU sleep state issue, or maybe just the current kernel update. I was hoping someone with more experience could look through the pastebin link and see if you notice anything I didn’t. I separated the different crashes with white space.

My desktop is an Asus ROG Crosshair VIII Formula with a Ryzen 9 5950X CPU, and a XFX Radeon 6700x GPU

Thank you for you time and help, let me know if I left anything important out.

  • Michael Murphy (S76)M
    link
    fedilink
    4
    edit-2
    1 year ago

    It may be related to this: https://bbs.archlinux.org/viewtopic.php?id=284076&p=2

    If so, then this could be resolved by our next kernel update.

    I think you could get around this by disabling hardware acceleration in VS Code. Open the command palette (Ctrl + Shift + P), search for Preferences: Configure Runtime Arguments, and add "disable-hardware-acceleration": true. You might need to do similar for other applications triggering this behavior.

    • DarkraiOP
      link
      fedilink
      11 year ago

      I think that fixed it, haven’t run into it since.

      • @Sentau
        link
        1
        edit-2
        6 months ago

        deleted by creator

        • DarkraiOP
          link
          fedilink
          1
          edit-2
          1 year ago

          I added that line into codium’s config file using the instructions mmstick wrote out. What are you having issues with?

          Edit: and if you’re not noticing any issues you probably aren’t affected then.

          • @Sentau
            link
            1
            edit-2
            6 months ago

            deleted by creator