From owner-freebsd-questions Wed Jan 2 12:15:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 1E94D37B41F for ; Wed, 2 Jan 2002 12:15:35 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g02KFU328463; Wed, 2 Jan 2002 14:15:30 -0600 (CST) (envelope-from dan) Date: Wed, 2 Jan 2002 14:15:30 -0600 From: Dan Nelson To: Raja Velu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to get the image from a screensaver ".ko" file Message-ID: <20020102201530.GB46552@dan.emsphone.com> References: <003701c193c2$db907320$1b00a8c0@win98> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003701c193c2$db907320$1b00a8c0@win98> User-Agent: Mutt/1.3.25i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jan 02), Raja Velu said: > Is it possible to extract the screensaver images from a screensaver > file (fire_saver.ko etc.)? I was thinking of taking them and putting > it on my "Administration" web page. Of course, I am assuming here > that the base images are in one of the standard formats GIF/JPG etc. Only logo_saver uses a static image. All the other savers dynamically generate their images. fire_savers's code is at /usr/src/sys/dev/syscons/fire/fire_saver.c, for example. If you want a screenshot, you'll probably have to run FreeBSD inside vmware. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message