ubuntu更改屏幕分辨率

先创建一个模式

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更改屏幕分辨率)