Date: Wed, 2 May 2001 14:29:31 -0500 From: Andy Sloane <andy@guildsoftware.com> To: Torbjorn Kristoffersen <sgt@netcom.no> Cc: freebsd-hackers@FreeBSD.org Subject: Re: new syscons screensaver Message-ID: <20010502142931.D19547@guild.guildsoftware.com> In-Reply-To: <Pine.BSF.4.30.0105022036550.1648-100000@hal.netforce.no>; from Torbjorn Kristoffersen on Wed, May 02, 2001 at 08:42:01PM %2B0200 References: <20010502021600.A34130@cec.wustl.edu> <Pine.BSF.4.30.0105022036550.1648-100000@hal.netforce.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 02, 2001 at 08:42:01PM +0200, Torbjorn Kristoffersen wrote: > What about implementing some code from green_saver into his saver to > enable DPMS support? And have a sysctl value to set the delay after the > green saver will begin :) Maybe there's a better way, to let his > beastie_saver.ko load green_saver.ko (and possibly unload itself) after a > specified delay? Actually, looking at the code, it would be very easy to do so. The only issue is how does one set the delay... sysctl would work, I suppose, and one could introduce a general sysctl variable for screensaver standby mode timeout or something, and then all the other screensavers could be updated. Or it could be handled by the underlying screensaver driver, which seems to make more sense to me, although I don't know much about it. (i.e. after the timeout expires, stop calling the scrn_saver_t "saver" function and perform a blank_display(V_DISPLAY_STAND_BY)...) -Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010502142931.D19547>