Skip to content
New issue

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

-l, --list-displays does not display detached/disabled displays, even ones disabled by resolution_change #7

Open
janlothar opened this issue Oct 4, 2023 · 0 comments

Comments

@janlothar
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant