我刚刚在 Vmware Player 中安装了 ubunto,它运行良好,但是它给我的所有分辨率都没有一个可以填满整个屏幕。
我在网上搜索了一下,发现了这个,
- Open up VMWare, don't boot up Windows yet.
- Go to "View" and select "Autofit window" and "Autofit Guest".
- Close VMWare.
- Go to the terminal and do:
sudo gedit ~/vmware/preferences
- Now where it says:
pref.autoFitFullScreen = "fitHostToGuest"
change it to:
pref.autoFitFullScreen = "fitGuestToHost"
但是当我这样做时首选项文件是空的
谁能告诉我它在哪里?
彻底迷失
编辑
我已经安装了 VMtools...
答案1
首选项文件位于您的主机上,而不是您的虚拟机中!
Windows 主机上的位置:
C:\Users\<username>\AppData\Roaming\VMware\preferences.ini
Linux 主机上的位置:
~/vmware/preferences/preferences
答案2
我测试过,当 Windows 作为客户操作系统时,但也可以与其他操作系统一起使用:
答案3
您需要安装 VMWare 工具以便您的 VM 能够利用您的屏幕分辨率。
关注此指南/教程以便在 vmware player 上安装它。