From owner-freebsd-questions Wed Nov 8 11:39:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id E768D37B479 for ; Wed, 8 Nov 2000 11:39:13 -0800 (PST) Received: from parish ([62.253.84.243]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001108193912.XTDS277.mta01-svc.ntlworld.com@parish>; Wed, 8 Nov 2000 19:39:12 +0000 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id eA8JdKM01798; Wed, 8 Nov 2000 19:39:20 GMT (envelope-from mark) Date: Wed, 8 Nov 2000 19:39:20 +0000 From: Mark Ovens To: Gabor Zahemszky Cc: freebsd-questions@freebsd.org Subject: Re: Screen saver for syscons Message-ID: <20001108193920.C254@parish> References: <20001107153731.A850@zg.CoDe.hu> <20001107195543.B253@parish> <20001108120025.A554@zg.CoDe.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20001108120025.A554@zg.CoDe.hu>; from ZGabor@CoDe.hu on Wed, Nov 08, 2000 at 12:00:25PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 08, 2000 at 12:00:25PM +0100, Gabor Zahemszky wrote: > Hello! > > On Tue, Nov 07, 2000 at 07:55:43PM +0000, Mark Ovens wrote: > > On Tue, Nov 07, 2000 at 03:37:31PM +0100, Gabor Zahemszky wrote: > > > > > > 2) At the past, somewhere I found a matrix screen saver module. Do anybody > > > knows, where can I get it? > > > > > > > If you mean a console screen saver then Andrzej Bialecki posted a Matrix > > saver he wrote on -hackers ages ago (but it never appeared in the src > > tree). I ran it under 3.x but since syscons(4) was re-written for 4.x it > > stopped working. I did start to "fix" it but never finished. I've still got > > the source if you want it. > > Hi! > > Yes, I'm interested in the syscons-version. It's interesting, that yesterday > (after my mail :-) I've found one, written . It's for > 3.x, too. In his page, I've found a patch for make it kld (instead of > lkm). And it didn't work on 4.1, too. So in the evening, I've hacked it, > so it works now. By the way, it was GPL-d. But it looks strange, and I > think, maybe I didn't find the correct one. So please, send me Andrzej's > code, and maybe I can make it work. > Check out Andrzej's website http://people.freebsd.org/~abial/ there is already a 4.x version there (albeit 4.0-CURRENT so maybe it won't work under 4.[12]. > Thanks! > > ZGabor at CoDe dot HU > > -- > #!/bin/ksh > Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X" -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message