Disable screen blanking raspberry pi

From ETCwiki
Revision as of 17:32, 27 August 2013 by Ddxfish (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The raspberry pi using the most recent Raspbian image will make the display turn off every 30 minutes by default if no input is detected. This is how to disable it:

  • edit the file /etc/kbd/config
sudo nano /etc/kbd/config
  • Locate: BLANK_TIME=30
    • Change value to 0
  • Locate: POWERDOWN_TIME=30
    • Change value to 0