本文主要是介绍Ubuntu报错:Could not apply the stored configuration for monitors,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题描述
刚装完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
问题解决
这篇关于Ubuntu报错:Could not apply the stored configuration for monitors的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!