Hi !
>
> echo "^[[9;0]"
>
and from within a shellscript (bash) you need to write it as
echo -e "\33[9;0]" > /dev/console
(not shure if the redirect is actualy needet....)
put that in any of the startup sripts /boot.local or so)
and sreen blanking should be turned off .
also a nice thing usable for boxes that have no mouse and keyboard is to
output the syslog stuff to different consoles sorted by daemons or the like,
and to role through the consoles by simply having
a shellscript started at boottime that runns an endless loop
#!/bin/bash
while [ 0 ]
do
chvt 10
sleep 10
chvt 9
sleep 10
chvt 8
sleep 10
done
nmg
*------------------------------------------------------------------------*
*THERE {__} Universitaet Wien *
*IS oo ) Inst. f. Materialphysik *
*LIFE O_ `_-------. Mc Guire Nicholas *
*IN (-. ,-\ *
*THE || )---< ) [EMAIL PROTECTED] *
*NET ! ||| | | privat: [EMAIL PROTECTED] *
* [EMAIL PROTECTED] *
*------------------------------------------------------------------------*
PS: Ceterum censeo WINDOOF[ |em|um|.*] delendam esse.
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/