概述
1, 不知是Cable线问题, 还是显示器问题,无法调整到合适的分辨率, 只能修改配置文件了。
网上有使用cvt, xrandr方案修改分辨率, 但重启后又恢复到原来的小分辨率了。
结合Archlinux上的方案,整理如下:
将如下内容保存到文件, 命名为10-monitor.conf,
并放到/usr/share/X11/xorg.conf.d目录下, 重启即可。
其中Modeline一行是用cvt命令生成的, 分辨率可以设为当按硬件显示器件按钮调节时的建议值
(Xorg, Xserver为基本的显示框架,而lightdm为显示管理,大约有android的server/manager之意)
(可查询,man Xorg, man xorg.conf)
# Resolution above showed is the suggestion
# when you adjust display monitor using button.
# xrandr --newmode, --addmode is not permanently sadly,
# so add this file.
# JUST REPLACE the Modeline
Section "Monitor"
Identifier "Monitor0"
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 108
最后
以上就是无限哑铃为你收集整理的ubuntu 14.04 unknow display的全部内容,希望文章能够帮你解决ubuntu 14.04 unknow display所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复