解决VMware下安装Ubuntu15不支持1920X1080分辨率的问题
Posted 轻云悠然舞月光
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决VMware下安装Ubuntu15不支持1920X1080分辨率的问题相关的知识,希望对你有一定的参考价值。
解决步骤如下:
[email protected]:~$ 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 [email protected]:~$ xrandr --newmode "1920X1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync [email protected]:~$ xrandr --addmode Virtual1 "1920X1080_60.00" [email protected]:~$ 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.
$ gedit ~/.xprofile
以上是关于解决VMware下安装Ubuntu15不支持1920X1080分辨率的问题的主要内容,如果未能解决你的问题,请参考以下文章
VMware下安装Ubuntu不支持1920X1080分辨率问题
ubuntu下运行vmware workstation出现这样的错误,有没人知道如何解决?
vmware6.5安装ubuntu10.10无法联网的问题,怎么解决?