@evroom said in My MagicMirror screen keeps turning off:
Not sure what the other entries do
To answer myself.
lxpanel 0.10.0-2+rpt4 armhf LXDE panel
pcmanfm 1.3.1-1+rpt7 armhf extremely fast and lightweight file manager
point-rpi 0.20160905 armhf Locate the mouse pointer over the menu button
xscreensaver - not installed
Using Debian Buster and a RPI 7 inch display, these settings should work for ‘screen always on’:
@point-rpi # locate the mouse pointer over the menu button
@xset s off # don't activate screensaver
@xset -dpms # disable DPMS (Energy Star) features.
@xset s noblank # don't blank the video device
I left @point-rpias it sounds useful somehow; for screensaver settings not needed though.
Will test it now.