The easiest way to stop screen blanking is to install xscreensaver then set the configuration to disabled.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
Code: Select all
sudo apt-get update
sudo apt-get install xscreensaverCode: Select all
sudo nano /etc/kbd/configCode: Select all
BLANK_TIME=0
POWERDOWN_TIME=0How did you disable it?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