惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园 - 【当耐特】
量子位
Engineering at Meta
Engineering at Meta
博客园_首页
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
V
Visual Studio Blog
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
Jina AI
Jina AI
The Cloudflare Blog
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园 - 聂微东

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Desktop stops suspending after some time due to gsd-power...
seventeen · 2026-06-13 · via Arch Linux Forums

Hi everyone,

I'm encountering an issue on my Arch Linux desktop where the system stops automatically suspending after running for some time. This has happened on both GNOME 49 and GNOME 50.

When the system refuses to suspend, I checked systemd-inhibit --list and found the following entry blocking the suspend:

username     1000 username 3160 gsd-power      handle-lid-switch      External monitor attached or configuration changed recently block

The system is a standard desktop PC, so it does not have a lid. I initially suspected a system update was causing this, but the issue appears randomly even without any updates.

Looking at journalctl logs for systemd-logind, the system suspends properly earlier in the day but eventually stops attempting to suspend entirely. There are no errors displayed, just an absence of suspend events:

May 11 00:51:34 my-arch-desktop systemd-logind[849]: The system will suspend now!
May 11 08:54:38 my-arch-desktop systemd-logind[849]: Operation 'suspend' finished.
May 11 09:09:38 my-arch-desktop systemd-logind[849]: The system will suspend now!
... [suspends normally a few more times] ...
May 11 22:29:05 my-arch-desktop systemd-logind[849]: The system will suspend now!
May 11 22:33:33 my-arch-desktop systemd-logind[849]: Operation 'suspend' finished.
May 13 22:32:07 my-arch-desktop systemd-logind[849]: Watching system buttons on /dev/input/event16 (Logitech USB Receiver Consumer Control)
May 13 22:32:07 my-arch-desktop systemd-logind[849]: Watching system buttons on /dev/input/event14 (Logitech USB Receiver)
May 13 22:32:07 my-arch-desktop systemd-logind[849]: Watching system buttons on /dev/input/event17 (Logitech USB Receiver System Control)

(Notice that there were no suspends triggered on May 12th, despite the machine being used).

System Information:

OS: Arch Linux (Kernel 7.0.5-zen1-1-zen)
DE: GNOME Shell 50.1 (Also occurred on GNOME 49)
GPU: NVIDIA GeForce RTX 4070 Ti (Proprietary nvidia driver)
Logind configuration: /etc/systemd/logind.conf is completely default (all lines commented out).

Has anyone else encountered this stuck gsd-power inhibitor on a desktop machine without a lid? Are there any known workarounds specifically for GNOME to ignore lid-switch events on a desktop to prevent this block?

Any help or pointers on debugging gsd-power would be greatly appreciated!