We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have all 3 of my displays enabled, and -l works as expected in that it shows all displays and all correctly labelled Enabled: True
-l
Enabled: True
PS C:\Program Files\sunshine_utils> .\resolution_change.exe -l Display name: \\.\DISPLAY1 - Enabled: True, Primary: True - 3440x1440 Display name: \\.\DISPLAY2 - Enabled: True, Primary: False - 3840x2160 Display name: \\.\DISPLAY3 - Enabled: True, Primary: False - 1920x1080
running the detach command and then -l does not show the other displays any more
PS C:\Program Files\sunshine_utils> .\resolution_change.exe -d \\.\DISPLAY1 --width 3440 --height 1440 --refreshrate 144 --detach-other-monitors Switching resolution to 3440x1440 at 144Hz PS C:\Program Files\sunshine_utils> .\resolution_change.exe -l Display name: \\.\DISPLAY1 - Enabled: True, Primary: True - 3440x1440 PS C:\Program Files\sunshine_utils>
Expected behavior is that the the other displays still show up but with Enabled: False
Enabled: False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have all 3 of my displays enabled, and
-l
works as expected in that it shows all displays and all correctly labelledEnabled: True
running the detach command and then
-l
does not show the other displays any moreExpected behavior is that the the other displays still show up but with
Enabled: False
The text was updated successfully, but these errors were encountered: