你好,游客 登录 注册 搜索
背景:
阅读新闻

VMware下安装Ubuntu 16.04 不支持1920X1080分辨率问题的解决

[日期:2017-12-11] 来源:Linux社区  作者:rnckty [字体: ]

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

 

linux
相关资讯       VMware分辨率 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款