라즈베리파이의 HDMI에 연결된 출력장치를 켜거나 끌경우 사용하는 명령
https://www.raspberrypi.org/documentation/raspbian/applications/tvservice.md
켜기
tvservice -p
(vcgencmd display_power 1)
끄기
tvservice -o
(vcgencmd display_power 0)
모니터링
tvservice -M
-p, -o 명령의 경우 실행하면 화면이 검은색으로 변했다가 복구된다.
때문에 화면만 껐다켜는 경우는 vcgencmd display_power를 사용해야한다.