Flickering on hibernation

Hi there,
I’ve been using Manjaro for more than a year now, I’ve installed it from the beginning using the Manjaro Architect Installer and ever since the beginning I’ve had a problem while hibernating.

Video proof

https:// youtu.be/ y1oOQwE2NvQ
(Remove spaces, for some reason I can’t include links. That is very unpractical why is that a rule?)

Step by step description

  • Open oblogout and hit “h” for hibernation
  • oblogout runs systemctl hibernate (same result if bypassed oblogout entirely)
  • Screen and external usb mouse with lighting go black for a second
  • Screen returns but transparency is slightly messed up, mouse lightning also returns
  • Hangs the previous screen for a few seconds
  • Whole computer screen goes black and you hear a loud pop coming from the headset
  • Start the computer and resumes as it should be

System specs

  • OS: Manjaro x86_64
  • WM: i3
  • Kernel: 5.4 LTS
  • Laptop: Lenovo Y520
  • Graphics: Nvidia Optimus (intel + 1050Ti)
  • Running a separate swap partition on same disk as root (NVMe SSD)
  • System updated to latest updates

This isn’t a kernel related issue because as I said I have Manjaro running on this laptop for over a year and I had kernel 4.19.

Now I have no idea how to proceed, especially because the only way I’ve seen of debugging hibernation would require a kernel compiled with a custom flag which gives place to /sys/power/pm_test according to kernel. org, which is a file that I do not have.

  1. That’s because the forum is brand spanking new and your new user hasn’t read enough to have become a Trust Level 1 user (TL1, which you probably had on the old forum) so you’re deemed a SPAM risk by the system. That’ll go away soon enough if you read enough and are promoted to TL1…
    :man_shrugging:

  2. Could you execute a:

    journalctl --system --boot=0 | grep hibernate
    

    to see when exactly you performed a hibernate and then post the relevant section of journalctl --system --boot=0 to allow us to see what’s happening under the hood?

  3. An inxi --full --admin --verbosity=7 --filter --no-host might be beneficial as well.

:innocent:

Thanks for the quick reply, here’s the relevant output of journalctl --system --boot 0:

ago 26 14:18:56 UD-Legion NetworkManager[583]: <info>  [1598447936.4560] manager: sleep: sleep requested (sleeping: no  enabled: yes)
ago 26 14:18:56 UD-Legion NetworkManager[583]: <info>  [1598447936.4564] device (enp4s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
ago 26 14:18:56 UD-Legion NetworkManager[583]: <info>  [1598447936.6156] device (p2p-dev-wlp3s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
ago 26 14:18:56 UD-Legion NetworkManager[583]: <info>  [1598447936.6161] manager: NetworkManager state is now ASLEEP
ago 26 14:18:56 UD-Legion systemd[1]: Created slice system-betterlockscreen.slice.
ago 26 14:18:56 UD-Legion systemd[1]: Reached target Sleep.
ago 26 14:18:56 UD-Legion audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=betterlockscreen@undercover comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:18:56 UD-Legion kernel: audit: type=1130 audit(1598447936.617:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=betterlockscreen@undercover comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:18:56 UD-Legion systemd[1]: Started Lock screen when going to sleep/suspend.
ago 26 14:18:56 UD-Legion systemd[1]: Starting Hibernate...
ago 26 14:18:56 UD-Legion systemd-sleep[3011]: Suspending system...
ago 26 14:18:56 UD-Legion kernel: PM: hibernation entry
ago 26 14:18:56 UD-Legion kernel: bbswitch: enabling discrete graphics
ago 26 14:19:38 UD-Legion kernel: Filesystems sync: 0.003 seconds
ago 26 14:19:38 UD-Legion kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
ago 26 14:19:38 UD-Legion kernel: OOM killer disabled.
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x00000000-0x00000fff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x00058000-0x00058fff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x62895000-0x62895fff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x628be000-0x628befff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x628db000-0x628dbfff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x628eb000-0x628ebfff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x62d3d000-0x62d3efff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x6acb5000-0x6ada8fff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x7a48e000-0x7cefdfff]
ago 26 14:19:38 UD-Legion kernel: PM: Marking nosave pages: [mem 0x7ceff000-0xffffffff]
ago 26 14:19:38 UD-Legion kernel: PM: Basic memory bitmaps created
ago 26 14:19:38 UD-Legion kernel: PM: Preallocating image memory... done (allocated 705040 pages)
ago 26 14:19:38 UD-Legion kernel: PM: Allocated 2820160 kbytes in 1.03 seconds (2738.01 MB/s)
ago 26 14:19:38 UD-Legion kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
ago 26 14:19:38 UD-Legion kernel: printk: Suspending console(s) (use no_console_suspend to debug)
ago 26 14:19:38 UD-Legion kernel: wlp3s0: deauthenticating from 70:c7:f2:d0:aa:98 by local choice (Reason: 3=DEAUTH_LEAVING)
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: interrupt blocked
ago 26 14:19:38 UD-Legion kernel: ACPI: Preparing to enter system sleep state S4
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: event blocked
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: EC stopped
ago 26 14:19:38 UD-Legion kernel: PM: Saving platform NVS memory
ago 26 14:19:38 UD-Legion kernel: Disabling non-boot CPUs ...
ago 26 14:19:38 UD-Legion kernel: smpboot: CPU 1 is now offline
ago 26 14:19:38 UD-Legion kernel: smpboot: CPU 2 is now offline
ago 26 14:19:38 UD-Legion kernel: smpboot: CPU 3 is now offline
ago 26 14:19:38 UD-Legion kernel: PM: Creating hibernation image:
ago 26 14:19:38 UD-Legion kernel: PM: Need to copy 690030 pages
ago 26 14:19:38 UD-Legion kernel: PM: Normal pages needed: 690030 + 1024, available pages: 1379093
ago 26 14:19:38 UD-Legion kernel: PM: free pages cleared after restore
ago 26 14:19:38 UD-Legion kernel: PM: Restoring platform NVS memory
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: EC started
ago 26 14:19:38 UD-Legion kernel: Enabling non-boot CPUs ...
ago 26 14:19:38 UD-Legion kernel: x86: Booting SMP configuration:
ago 26 14:19:38 UD-Legion kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
ago 26 14:19:38 UD-Legion kernel: CPU1 is up
ago 26 14:19:38 UD-Legion kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
ago 26 14:19:38 UD-Legion kernel: CPU2 is up
ago 26 14:19:38 UD-Legion kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
ago 26 14:19:38 UD-Legion kernel: CPU3 is up
ago 26 14:19:38 UD-Legion kernel: ACPI: Waking up from system sleep state S4
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: interrupt unblocked
ago 26 14:19:38 UD-Legion kernel: usb usb1: root hub lost power or was reset
ago 26 14:19:38 UD-Legion kernel: ACPI: EC: event unblocked
ago 26 14:19:38 UD-Legion kernel: usb usb2: root hub lost power or was reset
ago 26 14:19:38 UD-Legion kernel: sd 2:0:0:0: [sda] Starting disk
ago 26 14:19:38 UD-Legion kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
ago 26 14:19:38 UD-Legion kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
ago 26 14:19:38 UD-Legion kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
ago 26 14:19:38 UD-Legion kernel: nvme nvme0: 4/0/0 default/read/poll queues
ago 26 14:19:38 UD-Legion kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
ago 26 14:19:38 UD-Legion kernel: ata3.00: configured for UDMA/133
ago 26 14:19:38 UD-Legion kernel: ahci 0000:00:17.0: port does not support device sleep
ago 26 14:19:38 UD-Legion kernel: usb 1-11: reset full-speed USB device number 4 using xhci_hcd
ago 26 14:19:38 UD-Legion kernel: usb 1-6: reset high-speed USB device number 3 using xhci_hcd
ago 26 14:19:38 UD-Legion kernel: usb 1-1: reset full-speed USB device number 2 using xhci_hcd
ago 26 14:19:38 UD-Legion kernel: PM: Basic memory bitmaps freed
ago 26 14:19:38 UD-Legion kernel: OOM killer enabled.
ago 26 14:19:38 UD-Legion kernel: Restarting tasks ... done.
ago 26 14:19:38 UD-Legion kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
ago 26 14:19:38 UD-Legion wpa_supplicant[762]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=70:c7:f2:d0:aa:98 reason=3 locally_generated=1
ago 26 14:19:38 UD-Legion NetworkManager[583]: <info>  [1598447978.7454] device (wlp3s0): supplicant interface state: completed -> disconnected
ago 26 14:19:38 UD-Legion wpa_supplicant[762]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
ago 26 14:19:38 UD-Legion kernel: bbswitch: disabling discrete graphics
ago 26 14:19:38 UD-Legion NetworkManager[583]: <info>  [1598447978.8298] device (wlp3s0): supplicant interface state: disconnected -> scanning
ago 26 14:19:38 UD-Legion systemd-sleep[3011]: System resumed.
ago 26 14:19:38 UD-Legion kernel: PM: hibernation exit
ago 26 14:19:38 UD-Legion systemd-sleep[3257]: /usr/bin/nvidia-sleep.sh: line 49: /proc/driver/nvidia/suspend: No such file or directory
ago 26 14:19:39 UD-Legion systemd[1]: systemd-hibernate.service: Succeeded.
ago 26 14:19:39 UD-Legion kernel: audit: type=1130 audit(1598447979.683:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:39 UD-Legion kernel: audit: type=1131 audit(1598447979.683:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:39 UD-Legion audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:39 UD-Legion audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:39 UD-Legion systemd[1]: Finished Hibernate.
ago 26 14:19:39 UD-Legion systemd[1]: Reached target Hibernate.
ago 26 14:19:39 UD-Legion systemd[1]: Stopped target Sleep.
ago 26 14:19:39 UD-Legion systemd[1]: Stopped target Hibernate.
ago 26 14:19:39 UD-Legion systemd-logind[584]: Operation 'sleep' finished.
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.6936] manager: sleep: wake requested (sleeping: yes  enabled: yes)
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.6938] device (wlp3s0): state change: activated -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.6999] dhcp4 (wlp3s0): canceled DHCP transaction
ago 26 14:19:39 UD-Legion dbus-daemon[580]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=583 comm="/usr/bin/NetworkManager --no-daemon ")
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.6999] dhcp4 (wlp3s0): state changed bound -> done
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.7006] dhcp6 (wlp3s0): canceled DHCP transaction
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.7006] dhcp6 (wlp3s0): state changed bound -> done
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.7235] manager: NetworkManager state is now CONNECTED_GLOBAL
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.7287] manager: NetworkManager state is now DISCONNECTED
ago 26 14:19:39 UD-Legion NetworkManager[583]: <info>  [1598447979.7330] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
ago 26 14:19:39 UD-Legion systemd[1]: Starting Network Manager Script Dispatcher Service...
ago 26 14:19:39 UD-Legion dbus-daemon[580]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
ago 26 14:19:39 UD-Legion systemd[1]: Started Network Manager Script Dispatcher Service.
ago 26 14:19:39 UD-Legion audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:39 UD-Legion kernel: enp4s0: 0xffff9c38c0115000, c8:5b:76:db:bd:53, IRQ 135
ago 26 14:19:39 UD-Legion kernel: audit: type=1130 audit(1598447979.769:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.1077] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
ago 26 14:19:40 UD-Legion wpa_supplicant[762]: nl80211: deinit ifname=p2p-dev-wlp3s0 disabled_11b_rates=0
ago 26 14:19:40 UD-Legion wpa_supplicant[762]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.1708] device (wlp3s0): set-hw-addr: set MAC address to E6:6F:49:6E:92:CA (scanning)
ago 26 14:19:40 UD-Legion kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
ago 26 14:19:40 UD-Legion kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
ago 26 14:19:40 UD-Legion kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4070] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'managed')
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4754] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4757] device (p2p-dev-wlp3s0): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4775] Wi-Fi P2P device controlled by interface wlp3s0 created
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4783] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4791] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
ago 26 14:19:40 UD-Legion NetworkManager[583]: <warn>  [1598447980.4808] sup-iface[4f3c44e764737917,1,wlp3s0]: call-p2p-cancel: failed with P2P cancel failed
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4811] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
ago 26 14:19:40 UD-Legion NetworkManager[583]: <info>  [1598447980.4832] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
ago 26 14:19:40 UD-Legion audit[3421]: USER_AUTH pid=3421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:unix_chkpwd acct="undercover" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:40 UD-Legion kernel: audit: type=1100 audit(1598447980.806:65): pid=3421 uid=1000 auid=4294967295 ses=4294967295 msg='op=PAM:unix_chkpwd acct="undercover" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:40 UD-Legion systemd[1]: betterlockscreen@undercover.service: Succeeded.
ago 26 14:19:40 UD-Legion audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=betterlockscreen@undercover comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
ago 26 14:19:40 UD-Legion kernel: audit: type=1131 audit(1598447980.863:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=betterlockscreen@undercover comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

I’ve stopped once my lock screen, which is betterlockscreen, sucedeed, which means that I’m already inside the system and everything is up and running.

I saw mentions in the logs of sda however I’m using an NMVe disk, with root mounted to nvme0n1p5 and swap mounted to nvme0n1p8, my secondary SSD is sda but it’s just for archive and is mounted in my home directory.

I feel like the most relevant line from the previous paste is the ago 26 14:19:38 UD-Legion systemd-sleep[3257]: /usr/bin/nvidia-sleep.sh: line 49: /proc/driver/nvidia/suspend: No such file or directory.

I’ve always struggled to keep the same performance and battery life on linux compared to windows, and one of the things there were always pointed out as culprit was having nvidia optimus graphics card.

Because I’ve installed it from scratch using Manjaro architect I might have missed a few steps, but really I only use this to work so I did my best disabling the nvidia graphics as I only intended to use the integrated one.

The output of inxi --full --admin --verbosity=7 --filter --no-host:

System:    Kernel: 5.4.58-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.1.0 
           parameters: root=/dev/nvme0n1p5 resume=/dev/nvme0n1p8 rw 
           initrd=boot\initramfs-5.4-x86_64.img 
           Desktop: i3 4.18.2 info: polybar dm: LightDM 1.30.0 Distro: Manjaro Linux 
Machine:   Type: Laptop System: LENOVO product: 80WK v: Lenovo Y520-15IKBN 
           serial: <filter> Chassis: type: 10 v: Lenovo Y520-15IKBN serial: <filter> 
           Mobo: LENOVO model: Provence-5R1 v: NO DPK serial: <filter> UEFI: LENOVO 
           v: 4KCN45WW date: 01/11/2019 
Battery:   ID-1: BAT0 charge: 3.4 Wh condition: 33.5/45.0 Wh (74%) volts: 10.5/11.5 
           model: SMP L16M3P24 type: Li-poly serial: <filter> status: Discharging 
Memory:    RAM: total: 7.67 GiB used: 2.05 GiB (26.7%) 
           RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:       Topology: Quad Core model: Intel Core i5-7300HQ bits: 64 type: MCP 
           arch: Kaby Lake family: 6 model-id: 9E (158) stepping: 9 microcode: 8E 
           L2 cache: 6144 KiB bogomips: 20004 
           Speed: 900 MHz min/max: 800/3500 MHz Core speeds (MHz): 1: 900 2: 900 3: 900 
           4: 900 
           Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_perfmon art avx 
           avx2 bmi1 bmi2 bts clflush clflushopt cmov constant_tsc cpuid cpuid_fault cx16 
           cx8 de ds_cpl dtes64 dtherm dts ept ept_ad erms est f16c flexpriority flush_l1d 
           fma fpu fsgsbase fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs ida 
           intel_pt invpcid invpcid_single lahf_lm lm mca mce mmx monitor movbe mpx msr 
           mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln 
           pni popcnt pse pse36 pti pts rdrand rdseed rdtscp rep_good sdbg sep smap smep 
           ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc 
           tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec 
           xsaveopt xsaves xtopology xtpr 
           Vulnerabilities: Type: itlb_multihit status: KVM: Vulnerable 
           Type: l1tf mitigation: PTE Inversion 
           Type: mds 
           status: Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled 
           Type: meltdown mitigation: PTI 
           Type: spec_store_bypass 
           mitigation: Speculative Store Bypass disabled via prctl and seccomp 
           Type: spectre_v1 
           mitigation: usercopy/swapgs barriers and __user pointer sanitization 
           Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
           IBRS_FW, STIBP: disabled, RSB filling 
           Type: srbds status: Vulnerable: No microcode 
           Type: tsx_async_abort status: Not affected 
Graphics:  Device-1: Intel HD Graphics 630 vendor: Lenovo driver: i915 v: kernel 
           bus ID: 00:02.0 chip ID: 8086:591b 
           Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: N/A 
           alternate: nouveau, nvidia_drm, nvidia bus ID: 01:00.0 chip ID: 10de:1c8c 
           Device-3: Realtek EasyCamera type: USB driver: uvcvideo bus ID: 1-6:3 
           chip ID: 0bda:58e5 serial: <filter> 
           Display: x11 server: X.Org 1.20.8 compositor: picom v: git-e553e driver: intel 
           display ID: :0 screens: 1 
           Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2") 
           s-diag: 582mm (22.9") 
           Monitor-1: eDP1 res: 1920x1080 hz: 60 dpi: 143 size: 340x190mm (13.4x7.5") 
           diag: 389mm (15.3") 
           Message: Unable to show advanced data. Required tool glxinfo missing. 
Audio:     Device-1: Intel CM238 HD Audio vendor: Lenovo driver: snd_hda_intel v: kernel 
           bus ID: 00:1f.3 chip ID: 8086:a171 
           Sound Server: ALSA v: k5.4.58-1-MANJARO 
Network:   Device-1: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel port: 5040 
           bus ID: 03:00.0 chip ID: 8086:24fd 
           IF: wlp3s0 state: up mac: <filter> 
           IP v4: <filter> type: dynamic noprefixroute scope: global broadcast: <filter> 
           IP v6: <filter> type: dynamic noprefixroute scope: global 
           IP v6: <filter> type: noprefixroute scope: link 
           Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Lenovo 
           driver: r8168 v: 8.048.03-NAPI modules: r8169 port: 3000 bus ID: 04:00.0 
           chip ID: 10ec:8168 
           IF: enp4s0 state: down mac: <filter> 
           WAN IP: <filter> 
Drives:    Local Storage: total: 680.02 GiB used: 22.69 GiB (3.3%) 
           SMART Message: Unable to run smartctl. Root privileges required. 
           ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 960 EVO 250GB size: 232.89 GiB 
           block size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 
           serial: <filter> rev: 3B7QCXE7 scheme: GPT 
           ID-2: /dev/sda model: KIOXIA-EXCERIA SATA SSD size: 447.13 GiB block size: 
           physical: 512 B logical: 512 B speed: 6.0 Gb/s serial: <filter> rev: 16.2 
           scheme: GPT 
           Message: No Optical or Floppy data was found. 
RAID:      Message: No RAID data was found. 
Partition: ID-1: / raw size: 88.39 GiB size: 86.88 GiB (98.29%) used: 13.25 GiB (15.2%) 
           fs: ext4 dev: /dev/nvme0n1p5 label: Manjaro 
           uuid: ed34ea90-9e5c-4384-a6bb-d21314aae741 
           ID-2: /boot/efi raw size: 100.0 MiB size: 96.0 MiB (96.00%) 
           used: 32.9 MiB (34.3%) fs: vfat dev: /dev/nvme0n1p2 label: BOOT uuid: 5866-D60C 
           ID-3: /home/<filter>/archive raw size: 25.00 GiB size: 25.00 GiB (100.00%) 
           used: 4.64 GiB (18.6%) fs: ntfs dev: /dev/sda3 label: Archive 
           uuid: 4AD7371E4082B1CC 
           ID-4: /home/<filter>/ze raw size: 20.00 GiB size: 20.00 GiB (100.00%) 
           used: 4.73 GiB (23.6%) fs: ntfs dev: /dev/nvme0n1p6 label: Ze 
           uuid: 01D50D6F3C1BBF40 
Swap:      Kernel: swappiness: 0 (default 60) cache pressure: 100 (default) 
           ID-1: swap-1 type: partition size: 8.00 GiB used: 46.8 MiB (0.6%) priority: -2 
           dev: /dev/nvme0n1p8 label: Swap uuid: bc9d997a-3c0f-4412-a6cb-d1cdf90ae5d0 
Unmounted: ID-1: /dev/nvme0n1p1 size: 529.0 MiB fs: ntfs label: Recovery 
           uuid: A4426351426326F0 
           ID-2: /dev/nvme0n1p3 size: 16.0 MiB fs: <superuser/root required> label: N/A 
           uuid: N/A 
           ID-3: /dev/nvme0n1p4 size: 100.00 GiB fs: ntfs label: Windows 
           uuid: A4FE74B3FE747EFC 
           ID-4: /dev/sda1 size: 16.0 MiB fs: <superuser/root required> label: N/A 
           uuid: N/A 
           ID-5: /dev/sda2 size: 400.00 GiB fs: ntfs label: Data uuid: EE96DBD096DB9803 
USB:       Hub: 1-0:1 info: Full speed (or root) Hub ports: 16 rev: 2.0 speed: 480 Mb/s 
           chip ID: 1d6b:0002 
           Device-1: 1-1:2 info: Speedy Supplies Pte. USB Gaming M 
           type: Mouse,Keyboard,HID driver: hid-generic,usbhid interfaces: 3 rev: 2.0 
           speed: 12 Mb/s chip ID: 1017:2002 
           Device-2: 1-6:3 info: Realtek EasyCamera type: Video driver: uvcvideo 
           interfaces: 2 rev: 2.0 speed: 480 Mb/s chip ID: 0bda:58e5 serial: <filter> 
           Device-3: 1-11:4 info: Intel Bluetooth wireless interface type: Bluetooth 
           driver: N/A interfaces: 2 rev: 2.0 speed: 12 Mb/s chip ID: 8087:0a2b 
           Hub: 2-0:1 info: Full speed (or root) Hub ports: 8 rev: 3.0 speed: 5 Gb/s 
           chip ID: 1d6b:0003 
Sensors:   System Temperatures: cpu: 34.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Info:      Processes: 162 Uptime: 36m Init: systemd v: 245 Compilers: gcc: 10.1.0 
           Packages: pacman: 1095 lib: 245 Shell: Zsh v: 5.8 running in: kitty 
           inxi: 3.1.05 

I also forghot to mention I’m in a dual boot with Windows, but it’s configured as it should be to allow for Manjaro to work. I can hibernate Windows or Manjaro and switch OS without a problem.

I’m unfamiliar with that program. Does this mean when you disable that, it just works???

No because you’re not using the nVidia:

Your configuration is way different from mine, so I’m afraid I won’t be able to help you further…

:sob:

No problem, the program betterlockscreen simply locks my screen when I hibernate my computer, that’s it. The problem exists with or without it, in the video you don’t even see it because I disabled it during the recording for a more “simple” setup.

And yeah, I’m glad I’m not using NVIDIA, that’s my whole point, but I still can’t find any way of even getting started on debugging this… I’m literally stuck with this issue for a year now, it’s not game changer, but it’s annoying, especially the “pop” in the headset which I can only describe as something like a capacitor discharge.

One last question: when you hibernate Windows, you never boot Manjaro but always go back to Windows and when hibernating Manjaro, you never boot Windows, but always go back to Manjaro?

:thinking:

I did it once or twice just to check if it works, and it does, but that’s about it.

No further bright ideas, your honour…

:sob: