笔记本电脑合上盖子时暂停功能从未在此安装中起作用,并且似乎不是由于描述的非常常见的错误这里当 acpi 错误地期望笔记本电脑对接时。
相反,看起来电源管理器根本没有将盖子关闭。盖子状态存储在 /proc/acpi/button/lid/LID/state 中,尾部显示:
sarai@ninjacer:~$ tail -f /proc/acpi/button/lid/LID/state
state: open
tail: /proc/acpi/button/lid/LID/state: file truncated
state: open
但在运行过程中关闭盖子应该会更改文件,不是吗?当我关闭并重新打开盖子时,不会写入任何额外内容。
有什么想法吗?