解决方法:
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
2.设置关闭盖子后的动作,见文章:
https://askubuntu.com/questions/831625/laptop-lid-close-doesnt-suspend-then-the-battery-dies
sudo vim /etc/systemd/logind.conf
修改下面两个设置:
HandleLidSwitch=suspend
HandleLidSwitchDocked=suspend
这样就可以顺利休眠了。
原文链接:https://www.f2er.com/ubuntu/351437.html