2022-03-17 Ubuntu 設置1920*1080

添加 /etc/X11/xorg.conf 文件,將此模式保存爲默認分辨率。

1、sudo vim /etc/X11/xorg.conf

(如果沒有安裝vim,可以使用sudo gedit /etc/X11/xorg.conf

粘貼以下內容:

Section "Monitor"

Identifier "Configured Monitor"

Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

Option "PreferredMode" "1920x1080_60.00"

EndSection

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

Section "Device"

Identifier "Configured Video Device"

EndSection

2、保存。重啓後就變成1920x1080了。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章