Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!BRL.MIL!mike From: mike@BRL.MIL (Mike Muuss) Newsgroups: comp.sys.sgi Subject: Re: screenblank on 4D/70GT Message-ID: <8903231435.aa13038@SEM.BRL.MIL> Date: 23 Mar 89 19:35:27 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 14 Use the blanktime() call to set the blanking interval. Note that on some 4D machines, the parameter may not exceed 2^15, even though the parameter is supposed to be a LONG. eg: /* * Set an 8 minute screensaver blanking, which will light up * the screen again if it was dark, and will protect it otherwise. * The 4D has a hardware botch limiting the time to 2**15 frames. */ blanktime( (long) 32767L ); Best, -Mike