首页 > 系统服务 > 详细

Vmware 14.0 版本中安装Ubuntu 17.10版本无法调整分辨率的问题

时间:2018-10-06 15:24:37      阅读:178      评论:0      收藏:0      [点我收藏+]

装完ubuntu后发现在vmware中选择了查看-自动调整大小-自适应客户机,虚拟机也无法随着窗口大小来切换分辨率,其实是因为WAYLAND限制了。

 

1、 先安装vim

sudo apt-get install vim


2、取消ubuntu中的显示设备WAYLAND

sudo vim /etc/gdm3/custom.conf

3、在custom.conf文件中找到下面这一行,并把前面的#号去掉

#WaylandEnable=false 

修改后如下

# GDM configuration storage  
#  
# See /usr/share/gdm/gdm.schemas for a list of available options.  
  
[daemon]  
# Uncoment the line below to force the login screen to use Xorg  
WaylandEnable=false
  
# Enabling automatic login  
#  AutomaticLoginEnable = true  
#  AutomaticLogin = user1  
  
# Enabling timed login  
#  TimedLoginEnable = true  
#  TimedLogin = user1  
#  TimedLoginDelay = 10  
  
[security]  
  
[xdmcp]  
  
[chooser]  
  
[debug]  
# Uncomment the line below to turn on debugging  
# More verbose logs  
# Additionally lets the X server dump core if it crashes  
#Enable=true  

4、然后重启虚拟机就好了

重启命令: reboot

 

Vmware 14.0 版本中安装Ubuntu 17.10版本无法调整分辨率的问题

原文:https://www.cnblogs.com/fwl8888/p/9747294.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!