Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Screen blanking in Bullseye

132 views
Skip to first unread message

bob prohaska

unread,
Jan 18, 2023, 8:12:20 PM1/18/23
to
What's the incantation to turn on screen blanking on 64 bit RasPiOS?

There's a config button in Preferences > RasPi config > display,
but the button is ambiguous; light grey vs dark grey.

It's also possible to set screen blanking in raspi-config, that's
unambiguous and it's on.

The screen doesn't blank no matter what I do. Are there yet more
switches that I've overlooked?

At the moment xset -q reports:
eyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
XKB indicators:
00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 500 repeat rate: 33
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 20/10 threshold: 10
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 0 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
built-ins
DPMS (Energy Star):
Server does not have the DPMS Extension

Thanks for reading!

bob prohaska



Jan Panteltje

unread,
Jan 19, 2023, 12:24:30 AM1/19/23
to
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 ;-)




bob prohaska

unread,
Jan 19, 2023, 9:42:11 PM1/19/23
to
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.

This is a 64 bit system, might that be the trouble?
Must the command be issued when the x serter is started?

Thanks for writing!

bob prohaska

>
>
>
>

panteltje

unread,
Jan 19, 2023, 11:46:30 PM1/19/23
to
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?

bob prohaska

unread,
Jan 20, 2023, 10:42:05 AM1/20/23
to
panteltje <al...@comet.invalid> wrote:
> Maybe enable DPMS?
> What does
> xset q
> say about DPMS?
>

Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 30 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
built-ins
DPMS (Energy Star):
Standby: 600 Suspend: 600 Off: 600
DPMS is Enabled
Monitor is On


As of last night blanking didn't work. This morning, it does.
The only change was killing the chromium browser. When I restarted
the browser blanking still worked.

I'm thoroughly puzzled. When first set up the machine didn't blank,
then I turned blanking on and it worked. After an update/upgrade
cycle it stopped blanking, after repeated attempts to set blanking
on and rebooting it still didn't blank. Just now, a little while
after stopping chromium, blanking resumed.

I'll do nothing and watch how it behaves after a few reboots.

panteltje

unread,
Jan 20, 2023, 12:35:53 PM1/20/23
to
On a sunny day (Fri, 20 Jan 2023 15:42:04 -0000 (UTC)) it happened bob
prohaska <b...@www.zefox.net> wrote in <tqecoc$24ag9$2...@dont-email.me>:

>As of last night blanking didn't work. This morning, it does.
>The only change was killing the chromium browser. When I restarted
>the browser blanking still worked.
>
>I'm thoroughly puzzled. When first set up the machine didn't blank,
>then I turned blanking on and it worked. After an update/upgrade
>cycle it stopped blanking, after repeated attempts to set blanking
>on and rebooting it still didn't blank. Just now, a little while
>after stopping chromium, blanking resumed.
>
>I'll do nothing and watch how it behaves after a few reboots.
>
>Thanks for writing!

Good it works,
I reminds me of something.
If the system thinks something is running it won't blank.
I think I did see that with for example mplayer playing movies.
Maybe chromium had some URL with video or similar content selected?

bob prohaska

unread,
Jan 20, 2023, 2:12:42 PM1/20/23
to
Yes, that seems to be the problem. Chromium had a New York Times
front page open tab, which contained a video clip that didn't stop
looping. There doesn't seem to be a visible way to turn it off.

Is there some way to make the screen blanker ignore HDMI traffic
and only react to mouse and keyboard? The default behavior is self
defeating and seemingly counterproductive.

Jan Panteltje

unread,
Feb 7, 2023, 12:44:57 PM2/7/23
to
On a sunny day (Thu, 19 Jan 2023 05:19:48 GMT) it happened Jan Panteltje
<pNaonSt...@yahoo.com> wrote in <tqak6b$1a72k$1...@dont-email.me>:
Maybe it would make sense if Raspberry P4 came with something like
Type F1 for BIOS setup
on power-up.

?
Now that is HAS EEPROM?

Jim Jackson

unread,
Feb 7, 2023, 5:39:15 PM2/7/23
to
> Now that is HAS EEPROM?

Because whether it does screen blanking/screen saver is nothing to do
with a "BIOS"?



Jan Panteltje

unread,
Feb 8, 2023, 1:49:53 AM2/8/23
to
On a sunny day (Tue, 7 Feb 2023 22:39:14 -0000 (UTC)) it happened Jim Jackson
<j...@franjam.org.uk> wrote in <slrntu5k...@iridium.wf32df>:
Sorry replied to the wrong posting it seems
Still a normal type F1 for BIOS setup would be a good thing.
It was intended for the boot sequence sdcard versus USB thread
any normal BIOS allows you to select that.


0 new messages