Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 15:37:31 +0100
From:      Gabor Zahemszky <ZGabor@CoDe.hu>
To:        freebsd-questions@freebsd.org
Subject:   Screen saver for syscons
Message-ID:  <20001107153731.A850@zg.CoDe.hu>

next in thread | raw e-mail | index | archive | help
Hi!

1) Are there any syscons screen saver, with which I can put an image into
the screen.  I know, that I can convert the image into BMP/PCX, and use
the splash_X module, but I can load this image only at boot.  Are there
any method (on 4.1R), which makes me change the image on the fly (without
reboot)  I tried: kldload splash_bmp && kldload vesa && kldload -t
splash_image_data filename, but kldload doesn't know this form, it's available
only in the boot loader.

2) At the past, somewhere I found a matrix screen saver module.  Do anybody
knows, where can I get it?

Please reply to my address, too, as I'm not on the list.  Thanks!

Zahemszky, Gabor < 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"


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?20001107153731.A850>