-
Notifications
You must be signed in to change notification settings - Fork 3
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
doesn't get the full list of monitors #3
Comments
actually i have 3 monitors, but one disabled in windows (Settings->Display->Disconnect this display), when activate him its seems all 3 display is showing
i supposing here is some bug when get dev.StateFlags for |
Hi! Sorry for my late reply. I've been out these days with no access to my "stuff". Thank you a LOT for your feedback! Let me ask if I properly understood the issue. You start the script with one of your monitors de-activated (detached). Then, at one point, you activate it, but somehow dev.StateFlags doesn't return proper updated value... is this the case? First off, PyMonCtl is not intended to return non-active or detached monitors... If you need it, we can think of a new function or an input parameter to getMonitors() to force to return ALL monitors despite they are active/online/attached or not. Please, let me know what you think. |
I apologise for my English, I might have expressed my thoughts incorrectly.
Note: when i activate DISPLAY2 in windows:
My problem, when DISPLAY2 de-activated, DISPLAY1 processed as non-active (DISPLAY1 is primary always) something wrong with StateFlag, he think DISPLAY1 |
Oh, ok. Understood!! Really weird behavior in deed... Let me dig into it and will come back to you with my findings. We will solve it!!! Thanks a lot for your feedback and help!!! |
Hi again! Solution found and will be solved in next version! Checking Thank you for pointing it out! |
pymonctl don't return all my monitors (one of them connected to nvidia card (display port, 144hz), other to motherboard integrated gpu (hdmi 60hz))
return:
The text was updated successfully, but these errors were encountered: