Skip to content
Snippets Groups Projects
Commit 6ce798c7 authored by Cabestaing François's avatar Cabestaing François
Browse files

Add blanking suppression

parent 678181d7
No related branches found
No related tags found
No related merge requests found
......@@ -117,4 +117,11 @@ Exec=/bin/bash -c 'cd ~/video-audio-speller-master && python speller.py'
```
Finally, save (`ctrl+O`) and close (`ctrl+X`) the editor.
## Final adjustments
Since there will be no user input on the RPi0 through a keyboard or a mouse, we need to block the automatic screen blanking of the GUI, by executing:
```
sudo sed -i '/^# xserver-command.*/a xserver-command=X -s 0 -dpms' /etc/lightdm/lightdm.conf
```
You are done! After reboot, your Raspberry Pi Zero should work as indicated at the beginning of this page!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment