Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-13-2008, 11:15 PM
Franck Barbenoire
 
Posts: n/a
howto make captures of installation screens ?

Hi all,

I'd like to make captures of installation screens.

I did not find any direct way : no device to read. Is there one ?

So I tried something else : at boot time, I gave the
parameter "console=ttyS0" to the kernel in order to redirect the console
to /dev/ttyS0. I used minicom as terminal emulator and hoped to make screen
copies. As long as I used command lines, everything is fine : ls gives
colors and enter key works fine.

As soon as I run "setup", colors are lost, frames around texts are weid
character like "Ä" (tried VT102 and ansi emulation), arrow keys makes
cursor go up and down, but enter key does not change the menu. What is the
terminal emulation needed by setup ? Any better program than minicom (I
tried gtkTerm whitout best results) ?

Thank you for your help !

Franck barbenoire
Reply With Quote
  #2 (permalink)  
Old 04-13-2008, 11:34 PM
Simon Sibbez
 
Posts: n/a
Re: howto make captures of installation screens ?

Franck Barbenoire wrote:

> Hi all,
>
> I'd like to make captures of installation screens.
>
> I did not find any direct way : no device to read. Is there one ?


There are some ideas there:
http://linuxmafia.com/faq/Apps/screen-capture.html

HTH
Reply With Quote
  #3 (permalink)  
Old 04-13-2008, 11:44 PM
Richard James
 
Posts: n/a
Re: howto make captures of installation screens ?

On Mon, 14 Apr 2008 00:15:51 +0200, Franck Barbenoire wrote:

> Hi all,
>
> I'd like to make captures of installation screens.
>
> I did not find any direct way : no device to read. Is there one ?
>
> So I tried something else : at boot time, I gave the parameter
> "console=ttyS0" to the kernel in order to redirect the console to
> /dev/ttyS0. I used minicom as terminal emulator and hoped to make screen
> copies. As long as I used command lines, everything is fine : ls gives
> colors and enter key works fine.
>
> As soon as I run "setup", colors are lost, frames around texts are weid
> character like "Ä" (tried VT102 and ansi emulation), arrow keys makes
> cursor go up and down, but enter key does not change the menu. What is
> the terminal emulation needed by setup ? Any better program than minicom
> (I tried gtkTerm whitout best results) ?


Use a program like Qemu or VMware install the OS in a virtual machine.
Then you can take screenshots of the window the VM runs in.

Alternately you can run the setup programs in a console in X and take a
snapshot there. Although the modern Slackware does not seem to keep the
setup program on the system, you can copy it back from the install media.

See this page for hints on how to get the setup program off the
initrd.img on the install CD
http://www.flaterco.com/kb/slackware.html

Richard James
--
sig fail on line -1
Reply With Quote
  #4 (permalink)  
Old 04-14-2008, 02:46 AM
simonp@nospam.com
 
Posts: n/a
Re: howto make captures of installation screens ?

There is a utility called "script" (see the man page) that, after
being invoked, records everything printed on a terminal to a
file.

Theoretically you should be able to use this to record an
installation session; though I'm not sure how you would go about
it.

-Simon
Reply With Quote
  #5 (permalink)  
Old 04-14-2008, 05:50 AM
Handover Phist
 
Posts: n/a
Re: howto make captures of installation screens ?

Franck Barbenoire :
> Hi all,
>
> I'd like to make captures of installation screens.
>
> I did not find any direct way : no device to read. Is there one ?


Dont bother with that method. Get a nicely working Linux box and install
Virtualbox
https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI

Install on a virtual machine and take all the screenshots you like.

--
SURVIVE Y2K SOMEHOW

www.websterscafe.com
Reply With Quote
  #6 (permalink)  
Old 04-14-2008, 05:47 PM
William Hunt
 
Posts: n/a
Re: howto make captures of installation screens ?

On Mon, 14 Apr 2008, Franck Barbenoire wrote:
> Hi all,
> I'd like to make captures of installation screens.

[...]

I use "setterm -dump N" to make screenshots of virtual console ttyN,
/bin/setterm is included on the installer.

The graphic characters used for borders and such by dialog get
mapped to printables, "A", "B", etc. For my purpose, i jusst edit
the screenshot file and remove the graphicals.

I haven't tried, but you -might- be able to get 'better' screenshots
by messing with the installer's /etc/dialogrc file ...

HTH
--
William Hunt, Portland Oregon USA
Reply With Quote
  #7 (permalink)  
Old 04-14-2008, 05:47 PM
William Hunt
 
Posts: n/a
Re: howto make captures of installation screens ?

On Mon, 14 Apr 2008, Franck Barbenoire wrote:
> Hi all,
> I'd like to make captures of installation screens.

[...]

I use "setterm -dump N" to make screenshots of virtual console ttyN,
/bin/setterm is included on the installer.

The graphic characters used for borders and such by dialog get
mapped to printables, "A", "B", etc. For my purpose, i jusst edit
the screenshot file and remove the graphicals.

I haven't tried, but you -might- be able to get 'better' screenshots
by messing with the installer's /etc/dialogrc file ...

HTH
--
William Hunt, Portland Oregon USA
Reply With Quote
  #8 (permalink)  
Old 04-18-2008, 08:45 PM
Franck Barbenoire
 
Posts: n/a
Re: howto make captures of installation screens ?

Hello,

thank you all for yor answers.

I built qemu & kqemu packages and used them to make screen copies, works
great !

for anyone who might want them, here where you can download :

qemu : http://www.franck-barbenoire.name/download.php?id=741
kqemu : http://www.franck-barbenoire.name/download.php?id=742

I also tried also to build VirtualBox. I have built all necessary tools to
generate VirtualBox (dev86, iasl, liboil, pulseaudio, Xalan-C, Xerces-C)
but finally I got an error while compiling VirtualBox itself :

http://www.virtualbox.org/ticket/1368

I gave up VirtualBox. I'll retry with Slack 12.1 installed.

dev86 : http://www.franck-barbenoire.name/download.php?id=737
iasl : http://www.franck-barbenoire.name/download.php?id=739
liboil : http://www.franck-barbenoire.name/download.php?id=740
pulseaudio : http://www.franck-barbenoire.name/download.php?id=743
Xalan-C : http://www.franck-barbenoire.name/download.php?id=738
Xerces-C : http://www.franck-barbenoire.name/download.php?id=736

Note : bin86 must be removed before installing dev86.

Franck BarbenoireFranck Barbenoire wrote:

> Hi all,
>
> I'd like to make captures of installation screens.
>
> I did not find any direct way : no device to read. Is there one ?
>
> So I tried something else : at boot time, I gave the
> parameter "console=ttyS0" to the kernel in order to redirect the console
> to /dev/ttyS0. I used minicom as terminal emulator and hoped to make
> screen copies. As long as I used command lines, everything is fine : ls
> gives colors and enter key works fine.
>
> As soon as I run "setup", colors are lost, frames around texts are weid
> character like "Ä" (tried VT102 and ansi emulation), arrow keys makes
> cursor go up and down, but enter key does not change the menu. What is the
> terminal emulation needed by setup ? Any better program than minicom (I
> tried gtkTerm whitout best results) ?
>
> Thank you for your help !
>
> Franck barbenoire


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:42 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Internet Advertising | Mortgages | Secured Loans | Loans | Share Prices



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