Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!oliveb!sun!wind!naughton From: naughton%wind@Sun.COM (Patrick Naughton) Newsgroups: comp.windows.x Subject: Re: X11 screen saver Summary: disable it if you don't want it. Keywords: X11 screen-saver Message-ID: <73810@sun.uucp> Date: 20 Oct 88 16:49:13 GMT References: <8810200117.AA04633@helios.ee.lbl.gov> <8810200154.AA14533@hplcyy.HPL.HP.COM> Sender: news@sun.uucp Reply-To: naughton@sun.com (Patrick Naughton) Organization: Sun Microsystems, Mountain View Lines: 22 It sounds like the people with xclock and other continuous output X clients who want the screen saver to reset on screen output simply want to disable the screen saver entirely. If they use xlock(1) as their screen saver when they really want one, they should just use xset(1) to disable the screen saver: % xset -s off or a simple program that does this: . . . XSetScreenSaver(dpy, 0, 0, 0, 0); /* disable screen saver */ . . . -Patrick p.s. The new xlock has a -saver option to just put up the graphical display and not lock the display. ______________________________________________________________________ Patrick J. Naughton ARPA: naughton@Sun.COM Window Systems Group UUCP: ...!sun!naughton Sun Microsystems, Inc. AT&T: (415) 336 - 1080