I have just installed ubunto in Vmware Player and it works great, but all of the resolutions it gives me there isn't one to fill the entire screen.

I was scouting around the net and found this,

- 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"

but when i do it the preferences file is empty

Can anyone tell me where it is??

Totally lost

edit

I have installed VMtools...

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

The preference file is located on your host computer NOT in your VM!

Location on a Windows Host: C:\Users\username\AppData\Roaming\VMware\preferences.ini

Location on a Linux Host: ~/vmware/preferences/preferences

link|improve this answer
feedback

You need to install VMWare tools in order for your VM to make use of your screen resolution.

Follow this guide/tutorial in order to install it on vmware player.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.