Easy-GPU-PV
Easy-GPU-PV copied to clipboard
Resolution does change after restart
The Resolution is set like this: Set-VMVideo -VMName $VMName -HorizontalResolution 1920 -VerticalResolution 1080
When you restart the machine you will get 1024x768.
Is there a way to set it to 1920x1080 again? Within windows it is not possible to change resolution. I try to use the PS command like above but it did not change anything.
I want to connect with the Hyper-V client.
Hey i've just got it too and found the solution right here https://github.com/jamesstringerparsec/Easy-GPU-PV/issues/59#issuecomment-1011267712
host_virtual_monitors = 1
host_privacy_mode = 1
After the last reboot don't reconnect via RDP/viewport or it will break again
I can confirm config fix worked for me host_virtual_monitors = 1
Double check Enhanced Session Mode in Hyper-V Settings is Disabled.
Only connect through Parsec, not the Hyper-V manager