Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: jgrulich on April 26, 2015, 02:20:03 PM
-
Is there any way how to switch the display completely off? Not only blank screen?
I'd like to use it for the software St-By. I've reduced the CPU frequency down, disabled all connections and peripherals, but I'm not able to switch off the HDMI output to force the display to go to the St-By. It blanks the screen after some time naturally, but it's not enough, because it keeps the sync. and therefor the display is still on.
-
Hi jgrulich
Have you tried:
xset dpms force off
-
Hi Rich,
hence I'm not using the X version, but only command line one, I've no xset available.
Regards,
Jan
-
I need something like this for Rasbian:
Switch on
“/opt/vc/bin/tvservice -p”
Switch off
“/opt/vc/bin/tvservice -o”
-
I'm afraid there is no easy utility for DPMS on the console only. Just in X.
-
@jgrulich, The rpi-videocore extension needs building for the latest version of piCore, it has the tvservice binary that you need.
@Béla, can you add the rpi-videocore extension to the list of updated ones required for piCore 6 please?, as I use this functionality as well.
-
@Béla, can you add the rpi-videocore extension to the list of updated ones required for piCore 6 please?, as I use this functionality as well.
I will
-
I have it working :) , even without the videocore.
I've done two separate booting setups (bootlocal.sh, config.txt and onboot.lst).
Minimal one for St-By and full for normal operation.
It's little bit complicated, but works fine. It's even faster than Rasbian reconfiguration with videocore.
The major advantages are that during booting is possible to have different hardware setup to save additional power and even more when there is power fail during St-By it remains in St-By after power restored. 8)
-
Would you mind posting your configurations? I am also interested in this low-power mode!
-
The rpi video core user space files are in the extension rpi-vc.tcz. Tvservice is included.
-
The rpi video core user space files are in the extension rpi-vc.tcz. Tvservice is included.
Thanks, I know ;D
Actually, I was referring to jgrulich's statement:
I've done two separate booting setups (bootlocal.sh, config.txt and onboot.lst).
Minimal one for St-By and full for normal operation.
It's little bit complicated, but works fine. It's even faster than Rasbian reconfiguration with videocore.
The major advantages are that during booting is possible to have different hardware setup to save additional power and even more when there is power fail during St-By it remains in St-By after power restored.
-
I've used the attached setup. Update it accordingly to your TC version.
-
Thanks! Very interesting