switch hdmi on/off on RPi4 with "vcgencmd" not working anymore #586
-
Hi! with fullpageos version 0.13.0 i could switch hdmi on and off with vcgencmd display_power 0/1. But with fullpageos version 0.14.0 (nightly) i can´t use vcgencmd anymore. I know that RPi4 on bookworm normally uses wayland but fullpageos still uses x11 as manager.
Does anyone know how i get back control of hdmi power? @guysoft |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
You using ssh for this? Is it working on a local terminal? |
Beta Was this translation helpful? Give feedback.
-
The result is the same as for local and ssh.
|
Beta Was this translation helpful? Give feedback.
-
Try not doing this as root…
that worked for me in FullPageOS latest nightly (0.14.0)… |
Beta Was this translation helpful? Give feedback.
-
There are several xset commands available to manipulate power management, screensaver and screen blanking after idle time. To name a few…
My favorite is using one
Xserver argument in lightdm.conf to keep the screen active all the time |
Beta Was this translation helpful? Give feedback.
-
One last question about pygame. I want to show a windows on top but it never shows up. Why?
|
Beta Was this translation helpful? Give feedback.
Try not doing this as root…
My following test was successful..
Via SSH:
export DISPLAY=:0
xset dpms force off
that worked for me in FullPageOS latest nightly (0.14.0)…