Date: Mon, 13 Mar 1995 21:04:27 +0200 From: Mark Murray <mark@grondar.za> To: current@FreeBSD.org Subject: Screen saver idea Message-ID: <199503131904.VAA11672@grunt.grondar.za>
next in thread | raw e-mail | index | archive | help
Hi Given that screen savers are not nearly as obvious or easy to use as they used to be, how about adding this (or something similar) to the rc.local?: (As you can all see I am no great sh hacker...) # Syscons screen saver echo -n "syscons: " if [ -n "$saver" -a "x$saver" != "xNO" ] ; then modload -u -o /tmp/saver_mod -e saver_init -q /lkm/${saver}_saver_mod.o elif [ -f /etc/screensaver ] ; then saver=`cat /etc/screensaver` modload -u -o /tmp/saver_mod -e saver_init -q /lkm/${saver}_saver_mod.o fi (Thanks Dima Rubin (SP?) for the original impetus!!) -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503131904.VAA11672>