Raspberry Pi screen blanking

From Wurst-Wasser.net
Revision as of 13:34, 20 May 2019 by Heiko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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