linux permanently modify the resolution 19,201,080

linux permanently modify the resolution 19,201,080

zzh@ubuntu:~$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
zzh@ubuntu:~$ xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
zzh@ubuntu:~$ xrandr --addmode Virtual1 "1920x1080_60.00"

sudo vi /etc/profile  #最后面加上
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 "1920x1080_60.00"

If after restart or devices like the original in tone can be set to display There 19,201,080

Published 14 original articles · won praise 1 · views 2255

Guess you like

Origin blog.csdn.net/weixin_42458562/article/details/102546175