How to disable sleeping on Raspberry pi

后端 未结 6 1816
深忆病人
深忆病人 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:47

    You don't need to install lib, just edit lightdm

    1 - Open lightdm using your prefer text editor, eg using default editor(nano).:

    sudo nano /etc/lightdm/lightdm.conf

    2 - Add this line

    xserver-command=X -s 0 -p 0 -dpms

提交回复
热议问题