现在的位置: 首页 > 操作系统 > 正文

ubuntu更改屏幕分辨率

2019年07月30日 操作系统 ⁄ 共 353字 ⁄ 字号 评论关闭

先创建一个模式

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

抱歉!评论已关闭.