- Buka terminal raspbian , pindah ke root mode ” sudo su”
- buka file “lightdm.conf” di /etc/lightdm/lightdm.conf gunakan editor kesayangan anda
- tambahkan line berikut di bagian [SeatDefaults] xserver-command=X -s 0 -dpms
- reboot raspberry
atau kalo masih belum bisa coba lagkah berikut:
edit file xserverrc di /etc/X11/xinit/xserverrc
ubah exec /usr/bin/X -nolisten tcp “$@”
menjadi exec /usr/bin/X -s 0 dpms -nolisten tcp “$@”
link referensi :http://raspberrypihell.blogspot.com/2013/10/stop-raspberry-pi-going-to-sleep.html
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=18200
No Comments, Be The First!