Remix.run Logo
virtualwhys 11 hours ago

Looking at a Thinkpad 16" P1 Gen 8 with 2X 1TB SSD, 64GB RAM, QHD+ screen, centered keyboard like MBP (i.e. no numpad), integrated Intel GPU, lightweight (4 lbs) for a little under $2.5K USD.

Closest I've found to an MBP 16" replacement.

Have been running Dell Precision laptops for many years on Linux, not sure about Lenovo build quality and battery life, but hoping it will be decent enough.

Would run Asahi if it supported M4 but looks it's a long ways away...

manaskarekar 4 hours ago | parent | next [-]

Does lid close to sleep and open to wake work as expected?

vbezhenar 2 hours ago | parent | next [-]

I'm using T14s Gen 4 Intel and sleep works for me. I'm using it in clamshell mode connected to external display 99% of the time, so I don't really use sleep all the time, but the few times I tested it, it worked. Actually every hardware peripheral, including fingerprint sensor, worked out of the box. I was pleasantly surprised by that kind of support.

colordrops 3 hours ago | parent | prev [-]

I've got a relatively new p16s with a hybrid Nvidia/Intel GPU, and a p14s gen 5 with an AMD GPU, and I was able to get both of them to suspend by closing the lid. Not sure if the issue you speak of is unique to the P1 or not, but all my ThinkPads have been decent with Linux.

manaskarekar 3 hours ago | parent [-]

Thanks.

I’ve had issues with T14s for a couple of gens where the machine wakes up during the closed lid and runs the battery down. I’ve tried the usual troubleshooting.

This has been a non issue on Dell machines for almost 20 years.

colordrops 2 hours ago | parent [-]

Oh some kernel params and other settings can help with that. These are mine, and it's been working great:

Kernel params

    ## Seems to be needed for suspend to S0 (s2idle) without hanging (only needed on p16s)
    acpi_osi="Windows 2022"

    # Prevent spurious wakeups from a firmware bug where the EC or SMU generates spurious "heartbeat" interrupts during sleep
    acpi.ec_no_wakeup=1

    # Prevents dock from waking up laptop right after suspend
    usbcore.autosuspend=-1
Other settings (executed with a systemd service) (also only needed on p16s, not on my p14s)

    # Disable Thunderbolt PCIe root port wakeup (RP09)
    echo disabled > /sys/devices/pci0000:00/0000:00:1d.0/power/wakeup || true

    # Disable USB XHCI controller wakeup
    echo disabled > /sys/devices/pci0000:00/0000:00:14.0/power/wakeup || true

    # Disable ACPI wakeup for XHCI and RP09 (toggle if enabled)
    grep -q "XHCI.*enabled" /proc/acpi/wakeup && echo XHCI > /proc/acpi/wakeup || true
    grep -q "RP09.*enabled" /proc/acpi/wakeup && echo RP09 > /proc/acpi/wakeup || true
kristianpaul 11 hours ago | parent | prev [-]

How is battery life? I still use MacBooks only because of that