HWTuner issue trying to solve sleep mode black screen - Dumb guy (me) needs help! (SOLVED)

:pushpin:Help me fix by Sleep Mode Black Screen (of death, dun dun duuuunnn)

Have you searched the community for related issues?

  • No similar issues found.

Please describe the problem you’ve encountered in detail:

  • Description: Hi everyone, me again! I am having issues with my laptop going into sleep mode, when I close my laptop screen, or let my laptop go into sleep mode, I can’t wake the screen up. The keyboard works (lights up), but not the screen. I have seen a few posts saying to look into edit the hwtuner to S2Idle, however when I go through the steps, when I need to the point where I select to select 0 to change from Deep(1) to S2Idle(0) - I get a flash text appear which then dissapears (so I can’t read it fully) but it says “Permission denied”

I am in Developer Mode, and I have also gone through the steps to disable root file system.

I know I can just turn sleep mode off, which I tried but then my laptop just died overnight, and I know I will forget to turn it off regularly, and it will be drained when I need it - so ideally please help me fix this :frowning:


:computer:System & Device Information

  • Hardware & System Configuration:

    • 11th Gen Intel(R) Core™ i7-1165G7 @ 2.80GHz (8 threads, 4.70GHz)::
    • Intel UHD 620:
    • 16GB:
    • amd64-fydeos_iris, version 126.15886.19:
  • Relevant System Logs:

    • Open the Chromium browser and enter /var/log/messages to retrieve logs.
    • Log Details:2025-03-13T09:17:32.377776Z INFO resourced[3654]: Using margin memory policy
      2025-03-13T09:17:32.383393Z INFO kernel: [ 4.479457] zram: Added device: zram0
      2025-03-13T09:17:32.384321Z INFO swap_management[3714]: Zram recompression params: [periodic_time=3600 s backoff_time=1800 s threshold_mib=1024 recompression_huge_idle=1 recompression_idle=1 recompression_huge=1 idle_min_time=7200 s idle_max_time=14400 s ]
      2025-03-13T09:17:32.394654Z WARNING swap_management[3714]: Failed to enable zram recompression: INVALID_ARGUMENT: Failed to write /sys/block/zram0/recomp_algorithm
      2025-03-13T09:17:32.395056Z INFO swap_management[3714]: Setting zram disksize to 32919339008 bytes
      2025-03-13T09:17:32.397389Z INFO root[3832]: fydeos-license-utils get disk /dev/nvme0n1 serial by lsblk
      2025-03-13T09:17:32.397978Z NOTICE temp_logger[3836]: acpitz:57C acpitz:25C SEN2:39C TCPU:75C acpitz:37C acpitz:39C acpitz:30C acpitz:44C acpitz:0C x86_pkg_temp:81C INT3400_Thermal:20C SEN1:37C PL1:30.000W
      2025-03-13T09:17:32.398286Z INFO root[3837]: fydeos-license-utils get fix id by disk serial
      2025-03-13T09:17:32.399116Z INFO permission_broker[1467]: ProcessPath(/dev/bus/usb/003/002)
      2025-03-13T09:17:32.403515Z WARNING crash_reporter[3828]: No consent. Not handling invocation: /sbin/crash_reporter --boot_collect
      2025-03-13T09:17:32.403646Z WARNING crash_reporter[3828]: message repeated 5 times: [ No consent. Not handling invocation: /sbin/crash_reporter --boot_collect]
      2025-03-13T09:17:32.403652Z INFO crash_reporter[3828]: Running boot collector
      2025-03-13T09:17:32.403686Z WARNING crash_reporter[3828]: No consent. Not handling invocation: /sbin/crash_reporter --boot_collect
      2025-03-13T09:17:32.412109Z INFO minijail0[3863]: libminijail[3863]: applying Landlock to process /usr/bin/metrics_daemon
      2025-03-13T09:17:32.418249Z WARNING memd[3877]: memd started
      2025-03-13T09:17:32.418391Z INFO kernel: [ 4.514591] zram0: detected capacity change from 0 to 64295584
      2025-03-13T09:17:32.420210Z INFO swap_management[3714]: /sbin/mkswap: Setting up swapspace version 1, size = 30.7 GiB (32919334912 bytes)#012no label, UUID=d75ab232-1b06-4469-b573-c0ed4d3e32cc#012

sudo -i

mount -o remount rw

I just tried this under shell, but I got the following error message:

rw: mount point does not exist.
dmesg(1) may have more information after failed mount system call.

Any ideas? I am pretty lost. Thank youu

I just tried hardware tuner and the guide worked smoothly without remount. Just use sudo -i not sudo su.

Hacker, you are a KILLER! :raised_hands: Second time you have come to my rescue now!

It worked. I had followed your instructions wrong the first time. I followed the instructions the second time just as it described here: https://fydeos.io/help/knowledge-base/developer-options/hardware-configuration/power-management-settings/ but then in step 3, I used sudo -i instead of sudo su, or skipping the step as I was doing before. Looks like now it is going to sleep okay. Will see if my laptop is dead in the morning (like I will be Zzz) but looking good so far.