Ubuntu20下设置1920*1080

sudo vim /etc/X11/xorg.conf,添加如下内容:

 1 Section "Monitor"
 2 Identifier "Configured Monitor"
 3 Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 4 Option "PreferredMode" "1920x1080_60.00"
 5 EndSection
 6 Section "Screen"
 7 Identifier "Default Screen"
 8 Monitor "Configured Monitor"
 9 Device "Configured Video Device"
10 EndSection
11 Section "Device"
12 Identifier "Configured Video Device"
13 EndSection

 

 

posted @ 2021-12-20 14:09  疯狗强尼  阅读(229)  评论(0编辑  收藏  举报