码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu更改屏幕分辨率

时间:2015-01-25 16:42:21      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:

先创建一个模式

cvt 1366 768

xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784  768 771 781 798 -Hsync +Vsync

加进去

xrandr --addmode VGA1 "1368x768_60.00"

开启这个模式

xrandr --output VGA1 --mode "1368x768_60.00"


注意重启之后会失效,可以加入到某些开机启动后会自动运行的脚本里,比如bashrc等。

原文:http://blog.csdn.net/hongchangfirst/article/details/25887511

作者:hongchangfirst

hongchangfirst的主页:http://blog.csdn.net/hongchangfirst


ubuntu更改屏幕分辨率

标签:

原文地址:http://blog.csdn.net/hongchangfirst/article/details/25887511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!