Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stop_blanking [2016/07/23 15:41]
admin
stop_blanking [2017/09/12 15:36] (current)
admin
Line 1: Line 1:
-===== Stop blanking =====+===== Blanking ===== 
 + 
 +==== Stop Blanking ====
 Disable blanking the text terminals. Disable blanking the text terminals.
  
Line 18: Line 20:
   $ sudo nano /etc/rc.local    $ sudo nano /etc/rc.local 
   setterm -blank 0   setterm -blank 0
 +
 +----
 +
 +==== Instant Blanking ====
 +Blanks the console after 10 seconds.\\
 +
 +**Jessie**\\
 +Open:\\
 +  $ sudo nano /boot/cmdline.txt
 +Addd:\\
 +  consoleblank=10
  
 ---- ----