From owner-freebsd-hackers Mon Oct 21 13:50:12 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA10859 for hackers-outgoing; Mon, 21 Oct 1996 13:50:12 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA10854 for ; Mon, 21 Oct 1996 13:50:08 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id NAA15188; Mon, 21 Oct 1996 13:50:07 -0700 (PDT) To: Jonathan Mini cc: hackers@FreeBSD.org Subject: Re: Screen savers for syscons.... In-reply-to: Your message of "Mon, 21 Oct 1996 08:25:07 PDT." Date: Mon, 21 Oct 1996 13:50:07 -0700 Message-ID: <15186.845931007@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I'm planning on modifying the screen savers that come with FreeBSD > 2.1.5-R to work with other display devices other than VGA. (like my mono > system) AFter that, I'd like to write a few screen savers that use the > 320x200x256 graphics mode of VGA to create a few decent screen savers. > (let's face it, other than the "green" and "blank" screen savers > everything else is pitiful.) Then please, do it the way we've always discussed it - as a screen-saver-helper's library you can link your screen saver app with and save on all the init/teardown code as well as having a convenient graphics/text library for painting on the screen. Then write your first few screen savers as consumers of this library, as an operational test. Think "after dark module" :-) Jordan