Easy-GPU-PV icon indicating copy to clipboard operation
Easy-GPU-PV copied to clipboard

Resolution does change after restart

Open Bri4n1 opened this issue 3 years ago • 2 comments

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.

Bri4n1 avatar Feb 19 '22 09:02 Bri4n1

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

ChrisM-Pek avatar Feb 21 '22 12:02 ChrisM-Pek

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

haywirephoenix avatar May 25 '22 14:05 haywirephoenix