Is there a *console* screen capture

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Is there a *console* screen capture

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1


    I would like to take a few snapshots of a console where I have dosemu running
    and old DOS application. Does anyone know of a utility that can grab that
    screen from another console?

    TIA, wishing you well.

    - --

    Jaye Inabnit<ARS ke6sls>A Debian-Gnu/Linux user
    If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
    Free software, in a free world, for a free spirit. Please Support freedom!

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)
    Comment: My key available from [url]www.keyserver.net[/url]

    iD8DBQE/KVS3ZHBxKsta6kMRAl6TAKCNi8R9NRgtxwNxQMqfFA5YBTssrA Cgg02b
    NFo/VB7l6D9O2I5tG/epPqs=
    =1dG0
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jaye Inabnit ke6sls Guest

  2. Similar Questions and Discussions

    1. screen capture
      Putting together some docs for a new tool and found that Print in MX2004 loses trails on stage. Looked at printomatic but it is no longer on the CD...
    2. screen capture to FMS
      Hi everyone, I want to send a video stream from C# to FMS(with network layer and all that stuff) is it possible? If not, can I send byte array to...
    3. Capture screen
      Can someone help me, I found nothing to the "newmember" that I created from the following script: thestagebitmap = (the stage).image.duplicate()...
    4. Help: how to disable the screen capture on OS X ??
      In article <c8cda9c0.0308120141.6e500fa2@posting.google.com>, xxiankuan@yahoo.com (Xiao Xiankuan) wrote: There's no documented way for doing...
    5. Signing emails on the list [Was Is there a *console* screen capture]
      On Fri, Aug 01, 2003 at 10:57:25AM +0200, debian-user-request@lists.debian.org wrote: Useful? I don't know, it conveys your opinion, of course I...
  3. #2

    Default Re: Is there a *console* screen capture

    On Thu, 2003-07-31 at 13:41, Jaye Inabnit ke6sls wrote:
    > -----BEGIN PGP SIGNED MESSAGE-----
    > Hash: SHA1
    >
    >
    > I would like to take a few snapshots of a console where I have dosemu running
    > and old DOS application. Does anyone know of a utility that can grab that
    > screen from another console?
    >
    > TIA, wishing you well.
    >
    > - --
    <snip>
    would 'script' work?
    apt-get install bsdutils
    man script
    -Kev


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Kevin Mark Guest

  4. #3

    Default Re: Is there a *console* screen capture

    On Thu, Jul 31, 2003 at 10:41:08AM -0700, Jaye Inabnit ke6sls wrote:
    > -----BEGIN PGP SIGNED MESSAGE-----
    > Hash: SHA1
    >
    >
    > I would like to take a few snapshots of a console where I have dosemu running
    > and old DOS application. Does anyone know of a utility that can grab that
    > screen from another console?
    Try 'cat /dev/vcsa0 > file' or 'cat /dev/vcs0 > file' (with 0 being the
    number of the console you use). The files will require some post
    processing (they contain escape codes,...)

    If that doesn't work, I'm pretty sure there must be a way to capture the
    content of a framebuffer console to a bitmap file.

    Frank
    >
    > TIA, wishing you well.
    >
    > - --
    >
    > Jaye Inabnit<ARS ke6sls>A Debian-Gnu/Linux user
    > If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
    > Free software, in a free world, for a free spirit. Please Support freedom!
    >
    > -----BEGIN PGP SIGNATURE-----
    > Version: GnuPG v1.2.1 (GNU/Linux)
    > Comment: My key available from [url]www.keyserver.net[/url]
    >
    > iD8DBQE/KVS3ZHBxKsta6kMRAl6TAKCNi8R9NRgtxwNxQMqfFA5YBTssrA Cgg02b
    > NFo/VB7l6D9O2I5tG/epPqs=
    > =1dG0
    > -----END PGP SIGNATURE-----
    >
    >
    > --
    > To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    > with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    >

    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Frank Gevaerts Guest

  5. #4

    Default Re: Is there a *console* screen capture

    On Thu, 2003-07-31 at 15:34, Frank Gevaerts wrote:
    > On Thu, Jul 31, 2003 at 10:41:08AM -0700, Jaye Inabnit ke6sls wrote:
    > > -----BEGIN PGP SIGNED MESSAGE-----
    > > Hash: SHA1
    > >
    > >
    > > I would like to take a few snapshots of a console where I have dosemu running
    > > and old DOS application. Does anyone know of a utility that can grab that
    > > screen from another console?
    >
    > Try 'cat /dev/vcsa0 > file' or 'cat /dev/vcs0 > file' (with 0 being the
    > number of the console you use). The files will require some post
    > processing (they contain escape codes,...)
    >
    > If that doesn't work, I'm pretty sure there must be a way to capture the
    > content of a framebuffer console to a bitmap file.
    That'd be fbgrab
    >
    > Frank
    >
    -- Shaun



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Shaun ONeil Guest

  6. #5

    Default Is there a *console* screen capture

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1


    I would like to take a few snapshots of a console where I have dosemu running
    and old DOS application. Does anyone know of a utility that can grab that
    screen from another console?

    TIA, wishing you well.

    I don't see this post on the list, so I am re-sending it.

    - --

    Jaye Inabnit<ARS ke6sls>A Debian-Gnu/Linux user
    If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
    Free software, in a free world, for a free spirit. Please Support freedom!


    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)
    Comment: My key available from [url]www.keyserver.net[/url]

    iD8DBQE/KeZLZHBxKsta6kMRAnklAKCgnUJlo7eqvIQhAAChzwdq535NXw CfRiIF
    V55TVv6hYsaMC0qC8/cGOcI=
    =9zZj
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jaye Inabnit ke6sls Guest

  7. #6

    Default Is there a *console* screen capture

    > From [email]ke6sls@arrl.net[/email] Thu Jul 31 21:53:15 2003
    >
    >
    >
    > I would like to take a few snapshots of a console where I have dosemu running
    > and old DOS application. Does anyone know of a utility that can grab that
    > screen from another console?
    >
    > TIA, wishing you well.
    >
    > I don't see this post on the list, so I am re-sending it.
    >
    > - --
    >
    > Jaye Inabnit<ARS ke6sls>A Debian-Gnu/Linux user
    > If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
    > Free software, in a free world, for a free spirit. Please Support freedom!
    >
    >
    >
    >
    As root do:

    cat /dev/vcs1 > file

    where 1 refers to tty1.


    Please don't clutter your posts with pgp signatures.
    Most of us don't have the software to interpret them
    and I, for one, don't give a rip if you are who you say
    you are or not. We are exchanging info about DEbian/Linux,
    NOT Swiss bank account numbers....



    Alan



    --

    For Linux/Bash users: Eliminate spam
    with the Mailbox-Sentry-Program.
    See: [url]http://tinyurl.com/inpd[/url]
    for the scripts and docs.



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Alan Connor Guest

  8. #7

    Default Re: Is there a *console* screen capture

    On Thu, Jul 31, 2003 at 09:58:53PM -0700, Alan Connor wrote:
    > > From [email]ke6sls@arrl.net[/email] Thu Jul 31 21:53:15 2003
    > >
    > >
    > >
    > > I would like to take a few snapshots of a console where I have dosemu running
    > > and old DOS application. Does anyone know of a utility that can grab that
    > > screen from another console?
    I think gimp can capture the screen, as well as quite a few other
    utilities, I imagine. This would be a graphic image.

    If the program is operating in text mode, you might be able to capture
    the output or input in a regular DOS file using pipes (that is, pipes
    with dos).
    > >
    > > TIA, wishing you well.
    > >
    > > I don't see this post on the list, so I am re-sending it.
    > >
    It's here twice. Just be patient.


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Ross Boylan Guest

  9. #8

    Default Re: Is there a *console* screen capture

    > From [email]hastings@bmail.kek.jp[/email] Fri Aug 1 01:30:57 2003
    >
    >
    > * Alan Connor <alanconnor@earthlink.net> [030801 14:17]:
    > >
    > > Please don't clutter your posts with pgp signatures.
    >
    > Clutter? Says he with the five line signature!
    Yes. You are partly right and I have corrected my sig. Thank you.

    But you are also partly wrong, because my sig at least conveys
    potentially useful information.



    >
    > > Most of us don't have the software to interpret them
    >
    > Speak for yourself.
    Well, very few people use pgp signatures on the list.....

    Some may HAVE the software, but have the good taste not to use it
    when there is no point.


    >
    > > and I, for one, don't give a rip if you are who you say
    > > you are or not. We are exchanging info about DEbian/Linux,
    >
    > I guess you mean "Debian GNU/Linux".
    >
    I guess I meant what I said. It is Debian/Linux as well as the other.


    To be truly accurate, one would say: Debian/GNU/BSD/Linux

    No BSD, no Linux.

    > > NOT Swiss bank account numbers....
    >
    > Yawn.
    >
    Ditto in spades....

    > Nick.

    Alan


    --
    For Linux/Bash users: Eliminate spam with the Mailbox-Sentry-Program.
    See: [url]http://tinyurl.com/inpd[/url] for the scripts and docs.



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Alan Connor Guest

  10. #9

    Default Re: Is there a *console* screen capture

    On Fri, Aug 01, 2003 at 01:35:45AM -0700, Alan Connor wrote:
    > Nick Hastings:
    > > * Alan Connor <alanconnor@earthlink.net> [030801 14:17]:
    > > > and I, for one, don't give a rip if you are who you say
    > > > you are or not. We are exchanging info about DEbian/Linux,
    > >
    > > I guess you mean "Debian GNU/Linux".
    >
    > I guess I meant what I said. It is Debian/Linux as well as the other.
    The official name of the distribution is "Debian GNU/Linux", and has
    been ever since Debian 1.1. In case of doubt, I always opt for using the
    correct name.

    Cheers,

    --
    Colin Watson [cjwatson@flatline.org.uk]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)
    Comment: Colin Watson <cjwatson@debian.org> -- Debian developer

    iD8DBQE/Ki1l9t0zAhD6TNERAtpjAJ4gRAirV+vDHPL+F2wQAnAxqjXSdQ CcDP34
    Dn77xsNxsuFZJX4IxcDb/Cw=
    =0rVf
    -----END PGP SIGNATURE-----

    Colin Watson Guest

  11. #10

    Default Re: Is there a *console* screen capture

    Alan Connor wrote:
    >
    >>>Most of us don't have the software to interpret them
    >>
    >>Speak for yourself.
    >
    >
    > Well, very few people use pgp signatures on the list.....
    >
    > Some may HAVE the software, but have the good taste not to use it
    > when there is no point.
    For the record, roughly 21% of mail to this list is signed. I am not
    sure if that fits your definition of 'very few'...

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - [url]http://enigmail.mozdev.org[/url]

    iD8DBQE/Kn6clxHEcbyY0skRAi3HAJsGIG/zXYt1C7ZA/ycxV+62KHOPZACgwy1r
    yUQJRHthQ3O1a+Xm0OUl/lU=
    =2zlk
    -----END PGP SIGNATURE-----

    Travis Crump Guest

  12. #11

    Default Re: Is there a *console* screen capture

    On Fri, Aug 01, 2003 at 10:52:03AM -0400, Travis Crump wrote:
    > For the record, roughly 21% of mail to this list is signed. I am not
    > sure if that fits your definition of 'very few'...
    _roughly_ 21%? Can't you be any more precise? :)

    A


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Antony Gelberg Guest

  13. #12

    Default Re: Is there a *console* screen capture

    Also sprach Alan Connor (Thu 31 Jul 02003 at 09:58:53PM -0700):
    >
    <snip />
    > Please don't clutter your posts with pgp signatures.
    > Most of us don't have the software to interpret them
    > and I, for one, don't give a rip if you are who you say
    > you are or not. We are exchanging info about DEbian/Linux,
    > NOT Swiss bank account numbers....
    >
    > Alan
    Who died and made you list administrator?

    Whether or not you give a `rip' is immaterial to the thousands of list
    subscribers who've participated on this list long before you knew it
    existed, and will doubtless continue participating long after you are
    gone.

    Ever since you popped up on this list, you have proven bossy,
    argumentative and generally rude, especially regarding things about
    which you believe erroneous information.

    Please, cease and desist . . .

    --
    Best Regards,

    mds
    mds resource
    877.596.8237
    -
    Dare to fix things before they break . . .
    -
    Our capacity for understanding is inversely proportional to how much
    we think we know. The more I know, the more I know I don't know . . .
    --

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD4DBQE/KoNqLUOEaCtUQpwRAiBZAJdjfMOSqJ080u8tP7e2YZpVgMePAK DH/7yG
    aovrHW/Wo0Ipqa/fU21aEA==
    =IFtE
    -----END PGP SIGNATURE-----

    Michael D. Schleif Guest

  14. #13

    Default Re: Is there a *console* screen capture

    Pigeon Guest

  15. #14

    Default Re: Is there a *console* screen capture

    -----BEGIN PGP MESSAGE-----
    Version: GnuPG v1.2.2 (GNU/Linux)
    Comment: Processed by: Debian GNU/Linux -> Emacs -> Gnus -> Mailcrypt

    iD8DBQE/K0kYIbrau78kQkwRAl6aAKDXP7y4B2ZwpxhDKNQLDPG6tMTvUA Cg04l4
    TF0QtKWbEfyFUHhYYbcHvjI=
    =xCbf
    -----END PGP MESSAGE-----
    Manoj Srivastava Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139