Raspberry Pi screen blanking: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "I wanted the (text)-terminal to blank on activity, so the HDMI-connected display will turn off. # vi /etc/rc.local -> insert <tt>settermm -blank 5</tt> # shutdown -r now -...")
 
No edit summary
Line 8: Line 8:
* Links
* Links
** https://www.raspberrypi.org/forums/viewtopic.php?t=43932
** https://www.raspberrypi.org/forums/viewtopic.php?t=43932
[[Category:RaspberryPi]]

Revision as of 10:19, 11 December 2018

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

# vi /etc/rc.local

-> insert settermm -blank 5

# shutdown -r now