Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hyperv_fb: use 2560x1440x32 by force
Tested on Windows Server 2016 RTM host: systeminfo.exe on the host shows “OS Version: 10.0.14393 N/A Build 14393”, and winver.exe shows "Version 1607 (OS Build 14393.1066)" The Linux VM is Generation-1 VM (the default). Note: we need to run this PowerShell command on the host: Set-VMVideo -VMName the_vm_name -HorizontalResolution 7680 -VerticalResolution 4320 -ResolutionType Maximum References: https://github.com/MicrosoftDocs/windows-powershell-docs/blob/master/docset/windows/hyper-v/set-vmvideo.md https://technet.microsoft.com/en-us/itpro/powershell/windows/hyper-v/set-vmvideo https://charbelnemnom.com/2015/02/whats-new-in-powershell-for-hyper-v-in-windows-server-technical-preview-hyperv-powershell-vnext/ http://windowsitpro.com/hyper-v/increase-vram-vms-2016-hyper-v-host Signed-off-by: Dexuan Cui <decui@microsoft.com>
- Loading branch information