问题描述
刚装完Ubuntu,报错,信息如下:Could not apply the stored configuration for monitors
原因
原因是vmware启动Ubuntu,显示器不无法适应。
解决方法
打开终端:
sudo rm -f ~/.config/monitors.xml
重启系统
sudo apt-get install screen
如果在此处报错,原因是没有apt-get update
解决方法:
sudo apt-get update
sudo apt-get install screen
问题解决