CentOS7增加1920x1080分辨率

cvt 1920 1080 
xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync #注意xrandr --newmode后的内容为上一步命令生成的内容,即Modeline之后的内容![1]
xrandr --addmode Virtual1 1920x1080_60.00 #这里Virtuall根据新添加的分辨率所在的类别中选择(通过xrandr查看),这里是虚拟机
xrandr --output Virtual1 --mode 1920x1080_60.00 #修改为1920x1080分辨率
以上配置重启后会消失,可以将此放在启动脚本中!参见[2]
参考:
[1] https://www.jianshu.com/p/134d8dc9e589
[2] https://blog.csdn.net/Opportunityl/article/details/107090401
除了1920x1080,如果有1718x926(9:5)也凑合
posted @ 2021-06-15 19:51  scandit  阅读(1586)  评论(0编辑  收藏  举报