anthonyeden / ProPresenter-Stage-Display-Python

A Python implementation of the ProPresenter Stage Display - for Raspberry Pi
https://mediarealm.com.au/propresenter-pi/
GNU General Public License v3.0
27 stars 4 forks source link

Disable screensaver #8

Closed kebab1 closed 6 years ago

kebab1 commented 6 years ago

Instruction to disable blank screen after 10 minutes on raspbian would be helpful.

sudo nano /etc/lightdm/lightdm.conf find (ctrl + w) #xserver-command=X Change it to xserver-command=X -s 0 dpms save and exit (reboot)

anthonyeden commented 6 years ago

Hi @kebab1, Thanks for this. I've added these instructions, plus a couple of other methods, to the README file.