2021-05-12 14:32:11
VMware下安裝Ubuntu 16.04 不支援1920X1080解析度問題的解決
VMware下安裝Ubuntu 16.04 不支援1920X1080解析度問題的解決方法:
linuxidc@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
linuxidc@ubuntu:~$ xrandr --newmode "1920X1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
linuxidc@ubuntu:~$ xrandr --addmode Virtual1 "1920X1080_60.00"
linuxidc@ubuntu:~$ xrandr --output Virtual1 --mode "1920X1080_60.00"
親測真實有效。
If the last command doesn't work for you,you can go back to ubuntu display gui setting and can chose the display you have added just now.For me the option was 1904 x 1070 (16:9)
However if you are fine with this experiment and have found the desired screen resolution and to make that permanent,write the all the last 3 commands starting from xrandr --newmode command in your .xprofile file using following command and then save,exit and restart your ubuntu vm and you will get your desired resolution permanently.
(如果上一個命令不為你工作,你可以回到Ubuntu顯示介面設定,可以選擇你剛才新增的顯示。我選擇1904×1070(16:9)
但是如果你是好的這個實驗和發現所需的螢幕解析度,使永久的,寫的所有的最後3個命令從xrandr --在你的指揮方式。xprofile檔案使用下面的命令,然後儲存,退出並重新啟動你的Ubuntu的虛擬機器,你會得到你想要的解析度永久。)
$ gedit ~/.xprofile
本文永久更新連結地址:http://www.linuxidc.com/Linux/2017-12/149326.htm
相關文章