84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
系统装在 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
搞定。