On a sunny day (Fri, 20 Jan 2023 02:42:10 -0000 (UTC)) it happened bob
prohaska <
b...@www.zefox.net> wrote in <tqcv22$1t3f1$
1...@dont-email.me>:
>Jan Panteltje <
pNaonSt...@yahoo.com> wrote:
>> On a sunny day (Thu, 19 Jan 2023 01:12:19 -0000 (UTC)) it happened bob
>> prohaska <
b...@www.zefox.net> wrote in <tqa5dj$14e8m$
1...@dont-email.me>:
>>
>>>What's the incantation to turn on screen blanking on 64 bit RasPiOS?
>>
>> I dunno, but I always use xset from a terminal in Linux:
>>
>> xset s 300
>> blanks the sceen after 300 seconds.
>>
>> xset s 0 stops any blanking
>>
>> see man xset for more good stuff
>>
>> Put it in your startup script?
>> Works on my 32 bit Pi4 8GB, just tested
>> and on all my Linux computahs ;-)
>
>I tried using xset s 30 in interactive mode. It changed
>the timeout value for xset q, so I think it "took", but
>the screen still doesn't blank.
Strange, I do not have the 64 bit version on my Pi4, so cannot test that.
I use it after X is started from a terminal.
Did man xset say anything?
there is a dpms function, energy star related
so
The -dpms option disables DPMS (Energy Star) features.
xset -dpms
The +dpms option enables DPMS (Energy Star) features.
xset +dpms
xset q
shows the current settings
From man xset
dpms flags...
The dpms option allows the DPMS (Energy Star) parameters to be set.
The option can take up to three numerical values, or the orce' flag followed by a DPMS state.
The orce' flags forces the server to immediately switch to the DPMS state specified.
The DPMS state can be one of tandby', uspend', f', or '.
When numerical values are given, they set the inactivity period (in units of seconds) before the three modes are activated.
The first value given is for the tandby' mode,
the second is for the uspend' mode,
and the third is for the f' mode.
Setting these values implicitly enables the DPMS features.
A value of zero disables a particular mode.
Maybe enable DPMS?
What does
xset q
say about DPMS?