chilipie-kiosk icon indicating copy to clipboard operation
chilipie-kiosk copied to clipboard

Screensaver

Open soosterwaal opened this issue 3 years ago • 6 comments

I want to use a screensaver so that the kiosk goes into screensaving after x minutes, and reactivates on touch.

Can anybody help me with achieving this?

soosterwaal avatar Feb 15 '21 14:02 soosterwaal

The screensaver has been explicitly disabled for the image, because it's meant to be used as a wall display, and most folks don't want that.

I think you should be able to re-activate it by booting into graphical mode (via the raspi-config utility for example) and turning it back on.

Let us know how that goes.

jareware avatar Feb 24 '21 18:02 jareware

Did you resolved problem .....? I need to turn off/suspend display after some minutes....to save energy because i use kios mode to panel fo my Home Automation.... and i want to turn off display after 5 min and again turn on when touch screen(display is with touch screen). Any solution ?

pepsonEL avatar Mar 02 '21 16:03 pepsonEL

Maybe my Issue/Guide #115 is relevant for you? I configured it on a Raspberry Pi 4 connected with a 27" Touchscreen which goes into sleep after x minutes (LED changes from blue to yellow) and the Touchscreen consumes 0.5 W instead of 36 W.

blueicehaller avatar Mar 02 '21 21:03 blueicehaller

thanks

pepsonEL avatar Mar 02 '21 22:03 pepsonEL

Well which layer or application has the responsibility to provide and manage the screensaver functionality? I would say its the web application, and not chromium. So depending on how you have setup the environment, here's an example: https://www.npmjs.com/package/react-idle-timer

echo-9593 avatar Mar 07 '21 12:03 echo-9593

Has anyone managed to turn off the monitor?

victormota-al avatar Nov 29 '22 02:11 victormota-al