Difference between revisions of "Disable screen blanking raspberry pi"

From ETCwiki
Jump to navigationJump to search
 
Tag: New redirect
 
Line 1: Line 1:
 +
 +
#REDIRECT[[Raspberry Pi 4 - Screen Blanking manually via command line 2023]]
 +
 
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:
 
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
 
*edit the file /etc/kbd/config

Latest revision as of 18:41, 18 January 2023

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