-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error in get_monitors() for SAMSUNG monitor #117
Comments
Some monitors will cease to respond to DDC-CI commands when in standby or power off, they do it as a power saving feature. Check if your monitor has any power settings in the on-screen menu that could change the behavior. |
Thanks for your reply. I'll check related option. In this regard, I have one more question. FYI, I experienced that if it got inputSource.OFF return value, I failed turn on or off the monitor during test. |
There is no good way to determine if a monitor supports DDC-CI or not. Somtimes it is supported but disabled in the on screen display. What the monitor returns when it is off or isn't supported is vendor specific. |
monitorcontrol --version
): 2.5.1Steps to Reproduce
I wrote some test code as below. It works well for LG monitor.
However when I tried it with samsung monitor, I got error of InputSourceValueError(255).
I think it fails to get monitor information after software power off for samsung monitor.
I'd like to control monitor power for energy saving.
It would be great if you check it
The text was updated successfully, but these errors were encountered: