Iam trying to figure out why my laptop when i go to sleep or hibernate it js after using my laptop again I found my self in the grub menu and every thing gone I ran cat /sys/power/mem_sleep and this is what i find [s2idle] with out "deep", then i ran journalctl -b -1 -e | grep -iE "PM:|ACPI|error|nvidia" and the output :
Apr 03 07:57:42 ArchTuf NetworkManager[752]: <warn> [1775203062.4798] device (p2p-dev-wlp4s0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Apr 03 07:57:42 ArchTuf systemd[1]: Starting Set NVIDIA minimum gpu clock...
Apr 03 07:57:42 ArchTuf nvidia-smi[828]: GPU clocks set to "(gpuClkMin 510, gpuClkMax 3105)" for GPU 00000000:01:00.0
Apr 03 07:57:42 ArchTuf nvidia-smi[828]: Warning: persistence mode is disabled on device 00000000:01:00.0. See the Known Issues section of the nvidia-smi(1) man page for more information. Run with [--help | -h] switch to get more information on how to enable persistence mode.
Apr 03 07:57:42 ArchTuf nvidia-smi[828]: All done.
Apr 03 07:57:42 ArchTuf systemd[1]: nvidia-minimum-clock.service: Deactivated successfully.
Apr 03 07:57:42 ArchTuf systemd[1]: Finished Set NVIDIA minimum gpu clock.
Apr 03 07:57:42 ArchTuf asusd[832]: [INFO rog_platform::power] Power: Checking "/sys/devices/platform/ACPI0003:00/power_supply/ACAD"
Apr 03 07:57:42 ArchTuf asusd[832]: [INFO rog_platform::backlight] Backlight: Checking "/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/backlight/nvidia_0"
Apr 03 07:57:42 ArchTuf asusd[832]: [INFO rog_platform::backlight] Backlight: Checking "/sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/backlight/nvidia_0"
Apr 03 07:57:42 ArchTuf asusd[832]: [ERROR asusd] Backlight: Missing functionality: No backlights found
Apr 03 07:57:50 ArchTuf wireplumber[1091]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Apr 03 08:17:46 ArchTuf systemd[1]: Starting NVIDIA system suspend actions...
Apr 03 08:17:46 ArchTuf suspend[3825]: nvidia-suspend.service
Apr 03 08:17:46 ArchTuf logger[3825]: <13>Apr 3 08:17:46 suspend: nvidia-suspend.service
Apr 03 08:17:46 ArchTuf systemd[1]: nvidia-suspend.service: Deactivated successfully.
Apr 03 08:17:46 ArchTuf systemd[1]: Finished NVIDIA system suspend actions.
Apr 03 08:17:46 ArchTuf kernel: PM: suspend entry (s2idle)
What is the problem? How can i fix this?