You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monitorcontrol version (monitorcontrol --version): 3.0.3
Steps to Reproduce
I use the code below to loop through all monitors and off the hardware
from monitorcontrol import get_monitors;
def main():
for monitor in get_monitors(): #Loop through each monitor
with monitor:
print(monitor.set_power_mode("off_hard")) #Power off the monitor
On my environment, my first monitor (DELL monitor) powers off. But the second monitor (AOC monitor) simply turn black screen for a second and power on again.
The text was updated successfully, but these errors were encountered:
Sorry it's taken a while to get to this issue, I was moving at the time this issue was opened.
Sadly I'm not sure anything can be done about this, it appears that the AOC monitor isn't respecting the command. There might be some power settings in the on-screen display that can be tinkered with to fix this?
monitorcontrol --version
): 3.0.3Steps to Reproduce
I use the code below to loop through all monitors and off the hardware
On my environment, my first monitor (DELL monitor) powers off. But the second monitor (AOC monitor) simply turn black screen for a second and power on again.
The text was updated successfully, but these errors were encountered: