kb1chu
Posts: 5
Joined: Fri Jan 24, 2014 8:30 pm

display shuts off.

Thu Feb 26, 2015 2:05 am

I need the display to stay on and not shut off while the Pi is running. I am using a Raspberry Pi 2 and Raspberian OS. I tried to make changes to the config file Screen saver and reset it back to the original settings. Has anyone done this? Thanks Steve KB1CHU

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: display shuts off.

Thu Feb 26, 2015 2:11 am

kb1chu wrote:I need the display to stay on and not shut off while the Pi is running. I am using a Raspberry Pi 2 and Raspberian OS. I tried to make changes to the config file Screen saver and reset it back to the original settings. Has anyone done this? Thanks Steve KB1CHU
The easiest way to stop screen blanking is to install xscreensaver then set the configuration to disabled.

Code: Select all

sudo apt-get update
sudo apt-get install xscreensaver
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

kb1chu
Posts: 5
Joined: Fri Jan 24, 2014 8:30 pm

Re: display shuts off.

Thu Feb 26, 2015 2:34 am

Thanks for the immediate reply. I have downloaded and installed and will wait and see if it keeeps running. Thanks Steve KB1CHU

kb1chu
Posts: 5
Joined: Fri Jan 24, 2014 8:30 pm

Re: display shuts off.

Thu Feb 26, 2015 3:45 am

Sorry but it did not work. I installed software disabled and rebooted. After a period of time it went blank again. Now back to square one! Steve KB1CHU

User avatar
AndyD
Posts: 2334
Joined: Sat Jan 21, 2012 8:13 am
Location: Melbourne, Australia
Contact: Website

Re: display shuts off.

Thu Feb 26, 2015 3:59 am

Hi Steve, is your Raspberry Pi running the Desktop or are you using the text console?

If you are not using the desktop, then you will need to edit /etc/kbd/config

Code: Select all

sudo nano /etc/kbd/config
and find BLANK_TIME and POWERDOWN_TIME and change the values as follows:-

Code: Select all

BLANK_TIME=0
POWERDOWN_TIME=0

kb1chu
Posts: 5
Joined: Fri Jan 24, 2014 8:30 pm

Re: display shuts off.

Thu Feb 26, 2015 4:07 am

I am using the desktop in this application. It is 11:00 pm here and I have to get to bed. I will try this tomorrow and get back to you. Thanks again. Steve KB1CHU
PS My 8 month old grand daughter will be here at 6:30 am

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: display shuts off.

Thu Feb 26, 2015 5:07 am

kb1chu wrote:Sorry but it did not work. I installed software disabled and rebooted. After a period of time it went blank again. Now back to square one! Steve KB1CHU
How did you disable it?
This works for me:
From the main screen do like this:
Mode: [ Disable Screen Saver ]

Do not do anything in the File menu or Advanced tab.........
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Return to “Troubleshooting”