Hi,
On Tue, 27 Apr 1999, Ben Rosenberg wrote:
> How does one keep the screen from going black after 10 minutes or so. I
> prefer just to see the screensavers .. I am using Windowmaker as my
> windows manager. I know this seems to be a lame question, but I just
> have no clue where to look for the setting ..
To disable the internal screen saver, see the manual page to "xset", IIRC,
"xset s off" disables it. In addition to that, I've put the following in
my .xinitrc:
<SNIP>
if [ -x /usr/X11R6/bin/xscreensaver ] ; then
/usr/X11R6/bin/xscreensaver &
else
if [ -x /usr/X11R6/bin/xautolock -a -x /usr/X11R6/bin/xlock ] ;
then
xautolock -locker "xlock -nolock" &
else
echo "No screensaver available :("
fi
fi
</SNIP>
Bye,
LenZ
--
------------------------------------------------------------------
Lenz Grimmer SuSE GmbH
mailto:[EMAIL PROTECTED] Schanzaeckerstr. 10
http://www.suse.de/~grimmer 90443 Nuernberg, Germany
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html