I have tried:
Code: Select all
xset dpms force off
Code: Select all
xset dpms force off
It is pretty amazing. I get two clusters of dots that look like the six side of a dice.jbeale wrote: By the way, I think the visual effect when you do 'sudo halt' is kind of interesting.
I believe the backlight can be controlled from software, but needs some plumbing to make it work (i.e. a backlight driver on firmware side and a vcgencmd to control it).jbeale wrote:Should I consider that the lack of any answer here, means that the backlight cannot be turned off? If I make an external circuit to cut the USB input power while it is still connected to a running Pi, will that hurt anything? What would I need to do to reinitialize after powering it back up?
Edit: sorry, I was so excited that I didn't read Gordons post before posting this.Can I turn it off/on from Raspbian?
No, not yet! But soon.
Can I control the backlight brightness?
No, not yet! But soon.
Works fine for me!echo 0 > /sys/class/backlight/rpi_backlight/bl_power
echo 1 > /sys/class/backlight/rpi_backlight/bl_power
viewtopic.php?f=108&t=120968&start=25#p834085 <- working linkcpfeil wrote:Hi,
everything is written / discussed in this topic viewtopic.php?f=108.
That's how you control it:Works fine for me!echo 0 > /sys/class/backlight/rpi_backlight/bl_power
echo 1 > /sys/class/backlight/rpi_backlight/bl_power
best regards,
Christian
Code: Select all
echo 1 > /sys/class/backlight/rpi_backlight/bl_power
-bash: /sys/class/backlight/rpi_backlight/bl_power: No such file or directory
Code: Select all
sudo apt-get update
sudo apt-get upgrade
sudo apt-get update