You are not logged in.
Pages: 1
I put my Arch Linux-i3wm laptop to sleep using
systemctl suspendand after nearly 20 minutes, it was discharged by 20% and the CPU was 80 degrees celsius. I disabled powertop for a while (the systemctl servce set up by tuned) and isn't using any power manager but this isn't seems right. What to do?
Offline
What hardware/exact laptop model? And did it actually go to sleep? Check/post
sudo journalctl -bhttps://wiki.archlinux.org/title/List_o … n_services
General random guesses, you're actually using s2idle, if still possible check your UEFI whether it's possible to enable proper S3. Maybe also see: https://wiki.archlinux.org/title/Power_ … end_method
Offline
s3 isnt enabled on victus 16, sending the journalctl report
Offline
Offline
i tried to suspend after disabling wlan and bluetooth, after some minutes it was ~50°C
Offline
Get rid of optimus-manager, it seems to run some suspend hooks and fail at least in part - also it's probably not a good idea to mess w/ the graphcis stack at this point.
Do you get the same behavior if you're only booting the multi-user.target (2nd link below)?
Feb 27 14:44:15 archlinux kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.I don't see enough partitions for that, but is there a parallel windows installation?
To verify the s2idle requirement, make sure to check /sys/power/mem_sleep
Offline
Pages: 1