Solved Screen not going completely off
-
Hello everyone, My mirror not going to sleep completely after the 10 mins set in my main CSS file. These issues started after I did a system update, and now after 10 of inactivity due to the EXT-SCREEN set correctly, all you see is the backlight, the screen does come on after you walk close to it due to EXT-PIR and sensor set correctly. Not sure if a service or something is preventing the screen from entirely going to sleep. Any help will be appreciated. Thanks
-
Hi,
- A
CSS
file can’t have a feature to turn off a screen. Why ? Just because it’s a structured file for display a web page - Maybe update have reset something or make a bad update file
- it’s depend of what OS do you use
- maybe there is an error (in this case
EXT-Alert
will display it) - maybe
npm run postinstall
inside EXXT-Screen directory can help: it will reset all screen savers
- A
-
bugsounet
-
Hello @bugsounet, I want to personally thank you for your hard work and dedication in creating these modules.
This happened after I perform system updates sudo-apt-get update $$ dist-upgrade
The version I am currently using is Raspbain 11 (bullseye arm) 32 bit
EXT-Alert did not display an error after the updates, mirror still working fine as usualI get this when I ran the command npm run postinstall.
Try to Disable screen saver…
Found: screen saver in gsettings
gsettings screen saver already disabled
Found: screen saver in lightdm
screensaver via lightdm already disabled
Found: screen saver in lxsession
lxsession screen saver already disabledI running to the same issue with my test station.
Thanks for the advise -
can you try my post there
-
Thanks for the help, made that change in the config file, and that fix the issue.
-
bugsounet