Last active
February 10, 2016 15:42
-
-
Save cicorias/6f36f1b3674db76d542c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal | |
Type: sudo vi /etc/default/grub | |
Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT, and add | |
video=hyperv_fb:[the resolution you want]. | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080" | |
Write the changes and quit vi. | |
Run: sudo update-grub | |
Reboot the virtual machin | |
See https://github.com/LIS/LIS3.5/blob/master/hv-rhel5.x/hv/hyperv_fb.c for details | |
* This is the driver for the Hyper-V Synthetic Video, which supports | |
* screen resolution up to Full HD 1920x1080 with 32 bit color on Windows | |
* Server 2012, and 1600x1200 with 16 bit color on Windows Server 2008 R2 | |
* or earlier. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment