From owner-freebsd-questions Tue Nov 7 6:38: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4]) by hub.freebsd.org (Postfix) with ESMTP id 3661737B4CF for ; Tue, 7 Nov 2000 06:37:52 -0800 (PST) Received: (from hu006co@localhost) by mail.euroweb.hu (8.8.5/8.8.5) id PAA15509 for freebsd-questions@freebsd.org; Tue, 7 Nov 2000 15:37:43 +0100 (MET) Received: (from zgabor@localhost) by CoDe.hu (8.9.3/8.8.8) id PAA00858 for freebsd-questions@freebsd.org; Tue, 7 Nov 2000 15:37:31 +0100 (CET) (envelope-from zgabor) Date: Tue, 7 Nov 2000 15:37:31 +0100 From: Gabor Zahemszky To: freebsd-questions@freebsd.org Subject: Screen saver for syscons Message-ID: <20001107153731.A850@zg.CoDe.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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