Raspberry Pi screen blanking

From Wurst-Wasser.net
Revision as of 14:34, 20 May 2019 by Heiko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I wanted the (text)-terminal to blank on activity, so the HDMI-connected display will turn off.

# vi /etc/rc.local

then insert

setterm -blank 5 -powersave hsync -powerdown 1

to take changes effect:

# shutdown -r now