Hyper-V Fullscreen Mode – Enable for Ubuntu 14.04 on Windows 10

hyper-vUbuntu

I'm having trouble switching to fullscreen size in Ubuntu 14.04 under hyper-v.

I have tried installing and activating linux integration services as suggested by other posts.

apt-get install linux-tools-3.11.0-15-generic
apt-get install hv-kvp-daemon-init

I have also tried updating the grub file like so suggested by other posts.

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1200"

Followed by

sudo grub-update
sudo reboot

I have had no luck with these methods. Is there another way to enable fullscreen mode?

Best Answer

Make sure to remove the remoteFX video card that might be configured for the VM.

Step-by-step

  • turn off your VM
  • in the Hyper-V manager, right-click on the VM, then click on "Parameters"
  • in the "hardware" section, if there is a "3D RemoteFX graphics card", click on it and then click on "remove".
  • click OK
  • start your VM
Related Question