How to disable sleeping on Raspberry pi

后端 未结 6 1826
深忆病人
深忆病人 2021-01-31 17:29

I am working on a project similar to the one at http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS

Similarly, I need my pi to stay on co

6条回答
  •  野性不改
    2021-01-31 17:45

    I had the same issue with Raspbian OS that was installed on raspberry Pi device. I just installed xscreensaver by using the following command in default Command panel.

    sudo apt-get install xscreensaver
    

    After installation is completed, Go to the menu in the left corner and select preference. First time you will see a pop up to enable xscreensaver on your screen. Just accept it. After that you can disable the screensaver.

提交回复
热议问题