23
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jul 2026
23 points (100.0% liked)
Linux
14599 readers
366 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
I would assume your system is using systemd (I don't use Kubuntu specifically); the laptop lid is (now in 2026) controlled by the systemd infrastructure - it's a matter of setting a config option and this should fix you up. Arch as usual has the best wiki on the subject:
https://wiki.archlinux.org/title/Power_management#ACPI_events
You're probably looking at
HandleLidSwitch*options. There's still nothing wrong with the manual disable to/proc/acpi/wakeupto cover your bases (layers of the onion), I'm fighting with a "modern" laptop that only has s2idle and it's terrible compared to S3 - I'm in ACPI wakeup hell and still trying to figure out what's causing it.Thank you for this ๐. I tried the
HandleLidSwitch*options, setting them all to "ignore", but unfortunately it didn't work in my case. Adding or modifyingudevrules luckily did!