How to put monitor on standby and not let it wake up

后端 未结 3 663
隐瞒了意图╮
隐瞒了意图╮ 2021-01-26 04:08

I have 3 monitors, but I don\'t need them all turned on all the time. I can just shut them down with power button, but I want to use their standby mode, like Windows does when w

相关标签:
3条回答
  • 2021-01-26 04:20

    You'll want to try Display Fusion. You should be able to do what you're asking for using Monitor configurations.

    0 讨论(0)
  • 2021-01-26 04:30

    The display control panel applet calls SetDisplayConfig to start or stop forced projection on a particular target

    You can probably use MS Detours or some other API hooking tool to inspect the usage pattern of the API while using the applet to adjust display settings.

    0 讨论(0)
  • 2021-01-26 04:46

    I know I'm late on this but use DDC to control your display. You can easily create hotkeys that send a command via DDC to the display to turn-off. This would be equivalent to turning off the display using the button. Works like a charm for me. The only trick is that DDC command specs vary across monitor manufacturers but its not hard to find the right codes to send with the help of google.

    Ready made tools also exist for this; search for anything that is related to DDC or EDID and you should find.

    Be aware though that this does not remove the display from Windows which means that apps may find their way onto displays that are off and you will be looking for them.

    0 讨论(0)
提交回复
热议问题