系统装在 Thinkpad T61 上。 我已经设置当盖子合上后 "Do nothing",现在合上盖子后的确不会休眠,但是合上盖子后当我通过远程终端执行 poweroff/reboot 时,会立刻进入休眠状态,只有重新打开盖子才能继续 poweroff/reboot.
如何才能在合上盖子的时候也能正常的执行关机或重启命令呢?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
/etc/default/grub 편집
넣어 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
그럼sudo update-grubsudo reboot
sudo update-grub
sudo reboot
완료되었습니다.
/etc/default/grub 편집
넣어
로 변경GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
그럼
sudo update-grub
sudo reboot
완료되었습니다.