Nonary / ResolutionAutomation

Automates changing the host resolution to match the client resolution of Moonlight, with capabilities of supersampling if required
The Unlicense
618 stars 18 forks source link

some operational issues #41

Closed XPRAMT closed 8 months ago

XPRAMT commented 8 months ago

When the client connects, I close the primary monitor, open the virtual monitor, and then adjust the resolution of the virtual monitor. When the client disconnects, the virtual monitor is closed, and the primary monitor is opened. Therefore, the restoration of the resolution is not important.

The current issue is that after the client disconnects, the virtual monitor closes, resulting in an incorrect restoration of the resolution on my primary monitor.

Nonary commented 8 months ago

You can use my monitor swap script to change the monitor, as long as you install it before the resolution script it will only change the resolution on the virtual screen.

https://github.com/Nonary/MonitorSwapAutomation/releases/tag/1.0.5

The reason why this is happening for you is because you're manually doing it, instead of using the script that automates the swap for you when you start and end the stream.

Nonary commented 8 months ago

No response, closing out