系统装在 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 update-grubsudo rebootsudo 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 update-grub
sudo reboot
sudo reboot
搞定。