Added remarks about screensaver

This commit is contained in:
Balthasar Reuter
2018-06-25 20:45:40 +02:00
parent 289928fb08
commit 6a81863e82

View File

@@ -29,6 +29,15 @@ Afterwards, open the configuration utility to adapt everything to your needs (e.
sudo rpi-config
```
### Disable screensaver/screen blanking
By default, Raspbian blanks the screen after ten minutes of idle time.
You probably do not want that for a photobooth, thus it is best to disable this.
For that, edit `/etc/lightdm/lightdm.conf` and change the startup command to the following:
```
xserver-command=X -s 0 -dpms
```
### Configure touch screen, printer etc.
Configure any not working hardware, e.g., my touch screen needs some additional steps since some of the latest Raspbian releases.
See the instructions at the end for my hardware setup.