Raspberry Pi Note
CtrlK
  • Raspberry Pi Note
  • Raspberry Pi Note
    • Summary
    • article
      • Regular Command
      • RPi3 Disable Bluetooth Or WiFi By Default
      • RPi3 Turn off HDMI
      • Set BBR Congestion Control
      • RPi3 Switch Off IPV6
      • RPi3 Auto reconnect to wifi when lost connect
      • Internet Speedtest
      • RPi3 Auto Email New Public IP If Changed (Shell)
      • RPi3 Auto Email New Public IP If Changed (Python3)
      • Add IMG To Berryboot
      • RPi3 Change Berryboot Default System By SSH
      • Crontab - Quick Reference
      • Disable Cron Pam_Unix Session
      • Auto login PTT with Expect
      • RPi3 Set LC
      • Enabling & Increasing Raspberry Pi Swap
      • Run HentaiAtHome On Portable External Hard Drive
Powered by GitBook
On this page
  1. Raspberry Pi Note
  2. article

RPi3 Turn off HDMI

vcgencmd display_power 0
tvservice -o

Note : If you want to re-open HDMI, just use the following script:

tvservice -p && fbset -depth 8 && fbset -depth 16
PreviousRPi3 Disable Bluetooth Or WiFi By DefaultNextSet BBR Congestion Control

Last updated 2 years ago