How to go full screen in ubuntu 12.04 in Vmware Player 4.0+

I had recently installed VMware 4.0+ on my Windows 7 Home Premium machine. I installed Ubuntu 12.04 LTS on it. However, when I turn on my VM, Ubuntu doesn't run in full screen mode. Moreover, the performance of VMware is a bit choppy and not all that smooth.

I have a full HD display with 1920x1080 in my Windows 7 system. I want to be able to run Ubuntu with the same resolution.


If the automatic mode fails yo could try with xrandr in a console to see which resolutions Ubuntu supports. It will give you something like this:

$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
   1366x768       59.8*+
   1024x768       75.1     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        72.8     75.0     66.7     60.0  
   720x400        70.1  

And then:

$xrandr -s  1366x768

  1. Enable 3D acceleration in VMware.
  2. Set the Display option to "AuTomatic"/"host screen"
  3. Install VMware tools in Ubuntu to enable dynamic screen resizing.
  4. Use Ctrl+Alt+Enter to enable/disable full-screen mode.