jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.21k stars 422 forks source link

Resolution does change after restart #122

Open Bri4n1 opened 2 years ago

Bri4n1 commented 2 years ago

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.

ChrisM-Pek commented 2 years ago

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

haywirephoenix commented 2 years ago

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