Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: jgrulich on April 26, 2015, 02:20:03 PM

Title: How to switch off the screen for St-By power saving?
Post 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.
Title: Re: How to switch off the screen for St-By power saving?
Post by: Rich on April 26, 2015, 03:15:42 PM
Hi jgrulich
Have you tried:
Code: [Select]
xset dpms force off
Title: Re: How to switch off the screen for St-By power saving?
Post by: jgrulich on April 26, 2015, 03:39:10 PM
Hi Rich,

hence I'm not using the X version, but only command line one, I've no xset available.

Regards,

Jan
Title: Re: How to switch off the screen for St-By power saving?
Post by: jgrulich on April 26, 2015, 04:07:23 PM
I need something like this for Rasbian:
Switch on
“/opt/vc/bin/tvservice -p”

Switch off
“/opt/vc/bin/tvservice -o”
Title: Re: How to switch off the screen for St-By power saving?
Post by: curaga on April 27, 2015, 03:35:53 AM
I'm afraid there is no easy utility for DPMS on the console only. Just in X.
Title: Re: How to switch off the screen for St-By power saving?
Post by: jncl on April 27, 2015, 05:42:46 AM
@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.
Title: Re: How to switch off the screen for St-By power saving?
Post by: bmarkus on April 27, 2015, 10:24:07 AM

@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
Title: Re: How to switch off the screen for St-By power saving?
Post by: jgrulich on April 30, 2015, 07:22:07 AM
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)
Title: Re: How to switch off the screen for St-By power saving?
Post by: tehfink on December 20, 2016, 01:14:33 PM
Would you mind posting your configurations? I am also interested in this low-power mode!
Title: Re: How to switch off the screen for St-By power saving?
Post by: Paul_123 on December 20, 2016, 09:57:56 PM
The rpi video core user space files are in the extension rpi-vc.tcz.  Tvservice is included.
Title: Re: How to switch off the screen for St-By power saving?
Post by: tehfink on December 29, 2016, 08:09:40 AM
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:

Quote
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.
Title: Re: How to switch off the screen for St-By power saving?
Post by: jgrulich on January 02, 2017, 10:33:47 AM
I've used the attached setup. Update it accordingly to your TC version.
Title: Re: How to switch off the screen for St-By power saving?
Post by: tehfink on January 03, 2017, 09:23:03 AM
Thanks! Very interesting