How to turn off HDMI on blank screen?
Posted: Wed Mar 25, 2020 7:26 pm
Hello to all Rapberry Pi community! I have a Raspberry Pi 4B and just installed a XScreenServer (ver. 5.42) but it doesn't work as expected. In advanced settings tab there is an option to turn off monitor after 240 minutes (by default). It does not work. Actually what work is a black screen (after 10 min. by default), but my monitor still working when screen goes black.
I researched that running from terminal:
will turn off monitor (by turning off HDMI). 1 value turn monitor on.
Is there any way to connect those mechanisms? I mean when screen goes black it automatically turn my monitor off and when I move a mouse or start typing on keyboard it turns my monitor on.
I researched that running from terminal:
Code: Select all
vcgencmd display_power 0Is there any way to connect those mechanisms? I mean when screen goes black it automatically turn my monitor off and when I move a mouse or start typing on keyboard it turns my monitor on.