Discussion:
[Fluxbox-users] Disable screensaver/do not blank screen
q***@gmx.de
2008-11-29 15:55:19 UTC
Permalink
Hi,

there is a curious problem with my Fluxbox installation I use on Fedora 8 together with the Openchrome drivers. The system is a very minimalistic one where no xscreensaver (or other relevant packages) are installed. Nevertheless when Fluixbox is running the screen becomes black after some time. I already tried ot disable the console blanking functionality but that did not help, Fluxbox still shows the same behaviour. Also within the xorg.conf I'm (meanwhile) using both options DPMS is set to false and option "nodpms" is set.

Where can I disable that behaviour so that the screen never is turned off?

Michael
--
--
Michael Pfeiffer
Pirkheimerstr. 8
81373 München

Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
Steven Kah Hien Wong
2008-11-30 00:21:55 UTC
Permalink
I usually use "xset -dpms", "xset s off", and make sure xscreensaver is not
running (ps ax | grep xscreensaver). But it seems you might already be doing
that. The only other thing I could think to check is your power saving
settings in your BIOS.
-Steven

2008/11/30 <***@gmx.de>

Hi,
Post by q***@gmx.de
there is a curious problem with my Fluxbox installation I use on Fedora 8
together with the Openchrome drivers. The system is a very minimalistic one
where no xscreensaver (or other relevant packages) are installed.
Nevertheless when Fluixbox is running the screen becomes black after some
time. I already tried ot disable the console blanking functionality but that
did not help, Fluxbox still shows the same behaviour. Also within the
xorg.conf I'm (meanwhile) using both options DPMS is set to false and option
"nodpms" is set.
Where can I disable that behaviour so that the screen never is turned off?
Michael
--
--
Michael Pfeiffer
Pirkheimerstr. 8
81373 München
Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
q***@gmx.de
2008-11-30 11:41:59 UTC
Permalink
That brings me a bit closer: "xset -dpms" works when I enter it manually from within Fluxbox using the terminal. But: when I put "exec xset -dpms" to the startup file the Fluxbox/X-Server terminates immediately. So how can I automate that call?

Michael


-------- Original-Nachricht --------
Datum: Sun, 30 Nov 2008 10:20:17 +1000
Betreff: Re: [Fluxbox-users] Disable screensaver/do not blank screen
I usually use "xset -dpms", "xset s off", and make sure xscreensaver is
not
running (ps ax | grep xscreensaver). But it seems you might already be
doing
that. The only other thing I could think to check is your power saving
settings in your BIOS.
-Steven
Post by q***@gmx.de
Hi,
there is a curious problem with my Fluxbox installation I use on Fedora
8
Post by q***@gmx.de
together with the Openchrome drivers. The system is a very minimalistic
one
Post by q***@gmx.de
where no xscreensaver (or other relevant packages) are installed.
Nevertheless when Fluixbox is running the screen becomes black after
some
Post by q***@gmx.de
time. I already tried ot disable the console blanking functionality but
that
Post by q***@gmx.de
did not help, Fluxbox still shows the same behaviour. Also within the
xorg.conf I'm (meanwhile) using both options DPMS is set to false and
option
Post by q***@gmx.de
"nodpms" is set.
Where can I disable that behaviour so that the screen never is turned
off?
Post by q***@gmx.de
Michael
--
--
Michael Pfeiffer
Pirkheimerstr. 8
81373 München
Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
-------------------------------------------------------------------------
Post by q***@gmx.de
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
Post by q***@gmx.de
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
Glyn Kennington
2008-11-30 13:25:17 UTC
Permalink
Post by q***@gmx.de
That brings me a bit closer: "xset -dpms" works when I enter it manually from within Fluxbox using the terminal. But: when I put "exec xset -dpms" to the startup file the Fluxbox/X-Server terminates immediately. So how can I automate that call?
In a shell script, the "exec" means "become this command", meaning that
no more of the script is processed and, in the case of an X startup
file, the server will terminate as soon as that command does.

Try putting the "xset -dpms" line in the startup file without the "exec"
at the beginning.

Continue reading on narkive:
Loading...