Bla*_*ack 20
我们能够通过以安全模式启动 shell 并执行以下命令来解决它。
apt-get update
apt-get install xserver-xorg-input-all
apt-get install ubuntu-desktop
apt-get install ubuntu-minimal
apt-get install xorg xserver-xorg
apt-get install xserver-xorg-input-evdev //I think this packet was the problem
apt-get install xserver-xorg-video-vmware
reboot
Run Code Online (Sandbox Code Playgroud)
要简化@Black 的答案,请以 root 身份运行这些:
apt-get update
apt-get install xserver-xorg-input-evdev
/etc/init.d/lightdm restart
Run Code Online (Sandbox Code Playgroud)
此解决方案无需重新启动。