Issue
I am working on a project similar to the one at href="http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS">http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS
Similarly, I need my pi to stay on constantly. I have the regular Raspbian OS installed and I am using Iceweasel browser to run a web application all day.
I have tried every single one of these suggestions from this link http://www.bitpi.co/2015/02/14/prevent-raspberry-pi-from-sleeping/
Yet the pi fails to stay on longer than 10 minutes. Any help would be greatly appreciated.
Solution
I installed xscreensaver
sudo apt-get install xscreensaver
- Once installed, go to Rpi's desktop "Menu" (left top corner)
- Go to
preference --> screensaver
. - You will see a screen saver main menu. In the mode drop-down menu, select "disable screensaver" then close the window.
- Reboot the Raspberry PI.
It should work now.
Answered By - Javed Ali Answer Checked By - Mary Flores (WPSolving Volunteer)