【实用--rhel8.2--linux】vmware里安装rhel8.2 分辨率无法设置1920*1080的问题

vim /etc/rc.d/rc.local

[root@node40 Desktop]# vim /etc/rc.d/rc.local 
 17 xrandr --newmode "1920X1080_60.00" 173.00  1920 2048 2248 2576  108    0 1083 1088 1120 -hsync +vsync
 18 xrandr --addmode Virtual1 "1920X1080_60.00"
 19 xrandr --output Virtual1 --mode "1920X1080_60.00"

chmod +x /etc/rc.d/rc.local
sh /etc/rc.d/rc.local

在这里插入图片描述
perfect!

猜你喜欢

转载自blog.csdn.net/qq_39679699/article/details/113577917