From: "Walter Dnes" <waltdnes@waltdnes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Screen-saver annoyance after recent update
Date: Sun, 20 Jul 2008 16:27:28 -0400 [thread overview]
Message-ID: <20080720202728.GA3565@waltdnes.org> (raw)
In-Reply-To: <200807200008.45613.volker.armin.hemmann@tu-clausthal.de>
On Sun, Jul 20, 2008 at 12:08:45AM +0200, Volker Armin Hemmann wrote
> On Samstag, 19. Juli 2008, Walter Dnes wrote:
> > On Sat, Jul 19, 2008 at 10:08:03PM +0200, Volker Armin Hemmann wrote
> >
> > > How about: not using screensavers at all?
> >
> > Now for a stupid-sounding question... what is the screensaver called?
> > A "ps -ef" doesn't show any process with "screen" in the name. Man x
> > and man xorg don't help. I'm running blackbox, so I don't have a
> > gazillion settings widgets (nothing helpful in man blackbox). How can I
> > find what program is blanking the screen? Once I do that, I can either
> > set parameters or disable it.
>
> so you are not using a screensaver but dpms screen blanking?
>
> xset --help
>
> will answer your question.
xset doesn't recognize "--help" as an option. And the "usage" stuff
is sent to stderr instead of stdout. So I used my "magic less" command.
The command is...
xset {any illegal parameter} > /dev/stdout 2>&1 | less"
"xset q" shows the following relevant info (much snippage)...
================================================
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 600 cycle: 600
DPMS (Energy Star):
Standby: 1200 Suspend: 1800 Off: 2400
DPMS is Enabled
Monitor is On
===============================================
One additional bit of info. If I let the system sit until the monitor
goes into DPMS standby (backlight is off) I can recover by hitting any
key. It's the "software screensaver" that seems to be the problem. A
bit of experimentation reveals that I can't directly invoke "dpms off"
from an "on" state. Instead, I have to walk the monitor through the
series like so...
#!/bin/bash
sleep 3; xset dpms force standby;
sleep 3; xset dpms force suspend;
sleep 3; xset dpms force off
So here's my plan. In ~/.xinitrc I'll include the statements...
xset s off
xset dpms 360 365 370
This will turn off the "software screensaver" and turn off the monitor
via dpms after 6 minutes of inactivity.
--
Walter Dnes <waltdnes@waltdnes.org>
next prev parent reply other threads:[~2008-07-20 20:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-19 19:18 [gentoo-user] Screen-saver annoyance after recent update Walter Dnes
2008-07-19 20:08 ` Volker Armin Hemmann
2008-07-19 21:12 ` Walter Dnes
2008-07-19 21:39 ` Jan Seeger
2008-07-19 22:08 ` Volker Armin Hemmann
2008-07-19 23:17 ` Mick
2008-07-20 0:15 ` Volker Armin Hemmann
2008-07-20 20:27 ` Walter Dnes [this message]
2008-07-21 4:28 ` [gentoo-user] I goofed (was Screen-saver annoyance after recent update) Walter Dnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080720202728.GA3565@waltdnes.org \
--to=waltdnes@waltdnes.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox