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
Last revision Both sides next revision
stop_blanking [2016/07/23 15:16]
admin
stop_blanking [2017/09/12 15:35]
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
 +
 +----
 +
 +==== Blanking ====
 +Blanks the console after 10 seconds.\\
 +
 +**Jessie**\\
 +Open:\\
 +  $ sudo nano /boot/cmdline.txt
 +Addd:\\
 +  consoleblank=10
  
 ---- ----