I am using a Raspberry Pi connected to a TV (monitor) to show some information; it is inactive most of the time. My problem is that the screen turns off every five minutes.
This is what I tried with no success:
Set blank time and power down time as follows in
/etc/kbd/configBLANK_TIME=0
POWERDOWN_TIME=0Added these lines to
/etc/xdg/lxsession/LXDE/autostart@xset s noblank
@xset s off
@xset -dpmsAdded these lines to
/etc/xdg/lxsession/LXDE/autostartxset s off
xset -dpms
xset s noblank
Any idea on how can I solve this?
LXDE-pi/autostartnotLXDE/autostart– dhruvvyas90 Dec 22 '15 at 17:12