虚拟机屏幕自适应问题

尝试了所有办法,花费了好几个小时
1.尝试改变分辨率。将虚拟机系统分辨率改为同电脑分辨率相同,不可以。(注:但是之前用这种方法成功过,说明还是有用的)


2.安装VMware Tools。按照  查看—>立即适应客户机/立即适应大小(发现不可选)
                                             查看--->自动调整大小(已选,但是没用)


3.重装VMware Tools。点击  虚拟机--->显示  重新安装VMware Tools,说明VMware Tools已经安装,重新安装即可。
    安装过程中遇到的[yes]  都点击了yes
    遇到的In which directory do you want to install the library files?  类似的问题,都直接Enter跳过了。参照                              点击打开链接 https://wenku.baidu.com/view/b66513c22cc58bd63186bd16.html

4.最后找到解决办法(亲测有用)

1) sudo apt-get autoremove open-vm-tools

2) Install VMware Tools by following the usual method (VirtualMachine --> Reinstall VMWare Tools)

3) Reboot the VM

4) sudo apt-get install open-vm-tools-desktop

5) Reboot the VM, after the reboot copy/paste and drag/drop willwork!


你可能感兴趣的:(Linux)