- 이번만 모니터 꺼지는 것 방지
$ sudo xset s off $ sudo xset -dpms $ sudo xset s noblank
- 껐다켜도 꺼지지 않게 만들기
$ sudo vi /etc/lightdm/lightdm.conf
[SeatDefaults] xserver-command=X -s 0 -dpms
출처: http://www.geeks3d.com/hacklab/20160108/how-to-disable-the-blank-screen-on-raspberry-pi-raspbian/