Linux – Unable to get Debian guest full screen on VMware Player 12

debianlinuxvirtual machinevmware-player

I have installed a Debian 8 guest on VMware Player 12 but I cannot get the Debian screen to fill my whole monitor even in Full Screen mode.

When I set it up, I set screen size to be the same as the host display, and subsequently I have installed open-vm-tools and open-vm-tools-desktop on the guest, but still cannot see how to make this happen, or how to use the desktop tools which VMware say are for this purpose.

Best Answer

If, after installing open-vm-tools, you still don't get a good resolution, you can do this:

  1. Check your current System Resolution (Host System)

  2. Edit /etc/default/grub (as root)

  3. Uncomment the line GRUB_GFXMODE=800x600 (Your screen resolution here mine was 1920x1080)

  4. Save the file

  5. Execute the command update-grub (as root)

  6. Reboot (shutdown -r now)

Related Question