How to capture FreeBSD installation Screen - for review purpose

Nik Clayton nik at freebsd.org
Mon May 5 17:48:56 UTC 2003


On Sun, May 04, 2003 at 09:04:35AM -0700, gite vivek wrote:
> I have just upload the "How to capture FreeBSD
> installation Screen" - how-to please see it at:
> http://freebsd.nixcraft.com/hcfis5/2/
> 
> Your sugesstion and comments are welcome.

That's not how the screen shots in the Handbook were generated.  Look at
the vidcontrol(1) man page, and the -p and -P options.  Then look at
ports/graphics/scr2png and ports/textproc/scr2txt.

The rough process is:

    1.  Get the screen you want to capture displayed on the first
        virtual terminal.

    2.  Use ALT+F2 to switch to the second terminal.  Log in here.

    3.  Run 'vidcontrol -p < /dev/ttyv0 > shot.scr' to capture the
        contents of the first virtual terminal.

    4.  Run one of 'scr2png < shot.scr > shot.png' or 'scr2txt
        < shot.scr > shot.txt' to generate the image.

N
-- 
FreeBSD: The Power to Serve      http://www.freebsd.org/               (__)
FreeBSD Documentation Project    http://www.freebsd.org/docproj/    \\\'',)
                                                                      \/  \ ^
   --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---         .\._/_)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20030505/6d6b602c/attachment.sig>


More information about the freebsd-doc mailing list