Date: Wed, 8 Nov 2000 19:39:20 +0000 From: Mark Ovens <marko@freebsd.org> To: Gabor Zahemszky <ZGabor@CoDe.hu> Cc: freebsd-questions@freebsd.org Subject: Re: Screen saver for syscons Message-ID: <20001108193920.C254@parish> In-Reply-To: <20001108120025.A554@zg.CoDe.hu>; from ZGabor@CoDe.hu on Wed, Nov 08, 2000 at 12:00:25PM %2B0100 References: <20001107153731.A850@zg.CoDe.hu> <20001107195543.B253@parish> <20001108120025.A554@zg.CoDe.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <arensb@ooblick.com>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001108193920.C254>