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:16]
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.
-  $ sudo nano /etc/kbd/config 
  
-Change:+**Jessie**\\ 
 +Open:\\ 
 +  $ sudo nano /boot/cmdline.txt 
 +Addd:\\ 
 +  consoleblank=0 
 + 
 +**Wheezy**\\ 
 +Open:\\ 
 +  $ sudo nano /etc/kbd/config 
 +Change to:\\
   BLANK_TIME=0   BLANK_TIME=0
   BLANK_DPMS=off   BLANK_DPMS=off
   POWERDOWN_TIME=0   POWERDOWN_TIME=0
-   +Or add in:\\
-Or add in:+
   $ 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
  
 ---- ----