$ sudo nano /etc/lightdm/lightdm.conf
Scroll down to [SeatDefaults] section, uncomment and edit the command "xserver-command=X" to enter X server command to run:
xserver-command=X -s 0 -dpms
/etc/lightdm/lightdm.conf |
-s 0 sets screen-saver timeout time in minutes.
-dpms disables DPMS (display power management services).
reference: http://www.xfree86.org/current/Xserver.1.html
Restart your Raspberry Pi.
No comments:
Post a Comment