I read how most laptop vendors nowadays force S0ix (Modern Standby). You can no longer pick S3.

On Linux the names for these policies in the kernel are:

  • deep, aka the S3 sleep or suspend to ram

  • s2idle, aka the new Modern Standby or S0ix or suspend to idle.

I am thinking of getting the new Framework laptop, but after talking with their CS, they mention that all Framework will run on S0ix and will not support S3 sleep.

There was a video of LTT bashing S0ix/Modern Standby years ago and he was correct. I had a Thinkpad and it defaulted to S0ix: resume and suspend were very unpredictable. Luckily that laptop also supports S3 so i can just switch to it.

Is resume / suspend getting better on Linux with this forced S0ix? Or i better hold on to an old laptop with S3 lol?

BTW, those with Framework, is resume/suspend reliable? Almost Mac like?

  • UnLocoPoco@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    21 days ago

    Fair point. Even my asus zenbook 2025 around 20% of times when I close my lid, it goes to hibernation and asus Software notifies that due to system not going to sleep within time, it was forced to go into hibernate. In Linux, forcing might work for s3 but u need to test out wirh everything. Else it’ll be stuck in between. Do you have a system currently which is comparable to framework specs? Yes I know they have much better out of the box suppoet for Linux but in this way you can test out you main Hardware for support. Try a live boot on a system and then check.

  • kylian0087@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    22 days ago

    So i have not used a laptop with linux for quite some time. Only desktop and servers for the most part.

    Recently however, I setup a dell XPS17 with opensuse Tumbleweed. This works great but I did run in to the issue initially that when using LUKS full disk encryption in combination with secure boot it disables the ability for hybernation. Something the due with kernel lockdown.

    The solution was to not use secure boot and that allows the laptop to hybernate even with LUKS.

    Something to keep in mind when setting up a laptop.

  • anon5621@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    21 days ago

    Even if u force s3 with kernel ur hardware on uefi level will not handle it properly and change that it will not go deep sleep or stay somewhere in middle of getting sleep with big chance u will get just black screen and u will have to reboot in the end. I am sorry s3 is really dead

  • SteveTech@aussie.zone
    link
    fedilink
    arrow-up
    1
    ·
    21 days ago

    I’ve got a Framework 13 7840U and I’ve never had issues with S0ix sleep. Very early on, apparently the keyboard would spuriously wake the laptop, but that’s been fixed for years now, and I’ve never noticed it.

    On some other (non-Framework) laptops you can enable S3 using Smokeless_UMAF, but it just results in a black screen on resume for mine.

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    21 days ago

    S0ix is fine. LTT doesn’t know shit about shit. I use it on first gen Framework. It works way more reliably than S3 since there’s little nees for special handling in drivers and firmware. The Framework already consumes 3W when idle. S0ix brings that down to 1-2W. The first gen suppprts S3 and that doesn’t consume less power. So either way I need suspend-then-hibernate or suspend-to-both and that’s what you want as well. You’d have to forgo Secure Boot to enable hibernate. If root is on Ext4 on encrypted LVM, hibernate works even with a swapfile (default on modern Ubuntu). For fancier setups like root on ZFS you’d need to use encrypred swap partition for it. That’s what I currently use. If you want to know more details, have Qs, ask away.