-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off screen after certain time #465
Comments
You can take my example of turning the screen on and off on the Pi4 https://github.com/DisDis/dslideshow/tree/master/deb_factory/template_build_arm64/opt/dslideshow/scripts |
Thank you! I'm away from my PI but will test it when I get back. I used tvservice before and got "Can't find display" but then I know it should work for the flutter pi |
I had a similar case and thought I would share my solution. Under In my case I wanted "screensaver" functionality so changing the brightness worked wonderful since the display is on and reactive just no brightness. So I could just make a widget that lives at the top with a GestureDetector to trigger a timer. |
tvservice doesn´t seem to be included anymore in Bookworm. Have been replaced with vcgencmd. Tried vcgencmd display_power 0 but vcgencmd only works with vc4-fkms-v3d.
My display doesn´t show up in backlight, just an empty folder... Also tried ddcutil but running ddcutil getvcp scan results in Display not found. |
I would like to turn off the screen after midnight. Is it possible since flutter pi runs without X11 or Wayland?
I read online but all posts are mentioning something related to X11 or Wayland like "xset", "tvservice" or "xrandr" but no use since they require X11 or Wayland running.
Can this be done or do I have to turn the power off the PI during nighttime?
The text was updated successfully, but these errors were encountered: