Subject: Re: Screensaver??
To: None <jpy@zebis.com>
From: Shigeki UNO <shigeki@mediawars.ne.jp>
List: port-mac68k
Date: 11/17/2002 03:31:49
jpy@zebis.com writes:
> Is there something either built in or that I can add that will turn
> off or blank the screen on my SE/30? Once I get this system set up I
> would like to be able to leave it on but I am a little worried about
> my old CRT (not to mention the fact that NetBSD using a white
> background makes it quite bright in my room while I'm trying to
> sleep).
>
> -Jason
Take a look at "man set" after section "s", please.
For examples, why don't you type the following command:
% xset s N (this means N seconds)
therefore, if you type like "xset s 1", you can get the black screen in
1 second.
[i.e.]
% xset s on ;get screensaver to work
% xset s off ;get screensaver not to work
% xset s blank ;get screensaver to darken when it starts
% xset s noblank ;get screensaver to show X logo on the screen when
it starts
% xset s 10 ;screensaver starts in 10 seconds
% xset s default ;get screensaver returning to default
HTH,
--- uno