我使用 Xmonad。当我合上笔记本电脑时,电脑会进入睡眠状态。我想停止这种情况。我希望电脑在盖子合上时继续正常运行。我使用 Ubuntu 13.10。有什么建议吗?
la /etc/acpi/
返回:
-rwxr-xr-x 1 root root 391 Oct 9 2012 asus-keyboard-backlight.sh
-rwxr-xr-x 1 root root 180 Oct 9 2012 asus-wireless.sh
drwxr-xr-x 2 root root 4.0K Oct 23 18:59 events
-rwxr-xr-x 1 root root 608 Oct 9 2012 ibm-wireless.sh
-rwxr-xr-x 1 root root 2.2K Aug 16 10:54 powerbtn.sh
-rwxr-xr-x 1 root root 455 Oct 9 2012 tosh-wireless.sh
-rwxr-xr-x 1 root root 238 Oct 9 2012 undock.sh
答案1
你可以通过编辑/etc/acpi/lid.sh
文件中的一些内容来解决这个问题
首先进行备份,以防万一以后发生恢复
sudo cp /etc/acpi/lid.sh /etc/acpi/lid.sh.BAK
打开 /etc/acpi/lid.sh 并找到此行
/usr/share/acpi-support/screenblank
并将其替换为
echo -n mem > /sys/power/state
注销然后登录并尝试