I did a quick forum search and couldn't find any threads on disabling the HDMI output from the myServer 6 Pi device not permanently. I would like to either have a timeout to disable the HDMI output after some amount of unused time or commands to temporarily turn off and then back on the HDMI output. I have the HDMI out connected to the secondary input on a shared HDMI monitor to manage/access the myServer console when needed but since the HDMI out is always turned on, my monitor cannot go to sleep and instead stays on all the time with the myServer video input. The issue is that my monitor input selection button is on the back of the monitor (unfortunate) and to get back to my primary video signal, I have to get behind the monitor every time. I'd like to use either a command line or script command to turn on or off the output (preferably without having to reboot the Pi every time).
Can xWindows commands work with the Allonis setup?
xrandr --display :0 --output HDMI-1 --off
or using xset with the flavor of Pi in myServer?
xset s blank / xset s noblank (enables/disables screen video out blanking)
or
xset s on / xset s off (turns on/off xserver screen saver)
or
xset dpms / xset -dpms (enables/disables display power management)
Thanks for any feedback or suggestions on this,
Phil Kosarek
philnye
Last edit: 1 year 2 weeks ago by
Philnye.
Please Log in or Create an account to join the conversation.