Ubuntu:屏幕分辨率不适合显示器的大小(Vmware)


5

我刚刚在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 ......

Answers:


6

首选项文件位于主机上而不是VM中!

Windows主机上的位置:

C:\Users\<username>\AppData\Roaming\VMware\preferences.ini

Linux主机上的位置:

~/vmware/preferences/preferences

3

我测试过,当Windows是来宾操作系统,但也可以与其他操作系统一起使用: 在此输入图像描述


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.