ok, then i would definitely use, say, 3 old 486s - one for each monitor. If these are video monitors, as opposed to computer monitors, you'll need to either have video cards with TV out (PCI ATI All-in-Wonder or similar) or have an external scan converter for each PC (about $US 100 each) on your master station (could be one of the PCs driving the monitor), write a CGI script that performs a one-line tail on the specified logfile, and returns the text. Now you need to render the text into something readable from a distance. Use Perl/Tk to create a window with a label rendered in a large font (you may have to implement word-wrapping and create & destroy several labels at a time). Then simply set an infinite loop running, where each slave computer requests the cgi program from the masters web server using LWP, destroy the old labels and draw new ones. I would consider implementing the GUI clients in Java since its much easier (IMHO) to do graphical stuff like double buffering than it is with Perl/Tk courtesy of the AWT libraries. Its easy and fun to do cool stuff like fade out the previous line/wipe/dissolve etc. in Java. However the approach is identical whether you use java or perl and should work fine. I'm not sure if theres an SVGALIB/VESA SVGA library binding for Perl, but you might also consider doing it using the console framebuffer rather than an X/Windows/MacOS GUI Window.

In reply to RE: RE: RE: Perl to Video? by Anonymous Monk
in thread Perl to Video? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.