Thursday, December 24, 2015

Rasberry Pi Jessy keep the screen alive

I just wanted to turn of the screen blanking on my Raspberry Pi running Jessy, so I googled after it found this solution which worked for me:
"
sudo nano /etc/lightdm/lightdm.conf

In that file, look for:
[SeatDefault]

and insert this line:
xserver-command=X -s 0 dpms
"
But a lot of people complained it did not work for them so in the case it would not work it might worth to try this too

"
sudo nano /etc/kbd/config
edit these values to:
BLANK_TIME=0
POWERDOWN_TIME=0

"

No comments:

Post a Comment