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 Both sides next revision
stop_blanking [2016/07/23 15:16]
admin
stop_blanking [2016/07/23 15:41]
admin
Line 1: Line 1:
 ===== Stop 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
  
 ---- ----