1834732 Members
3147 Online
110070 Solutions
New Discussion

Re: Screen Capture

 
YLTan
Frequent Advisor

Screen Capture

Is there a utilities for Screen Capture in HPUX11.11?

There use to be a screen capture for version 10.20.

I look at hpux.connect.org.uk but only found those for version 10.x
tyl
8 REPLIES 8
Ceesjan van Hattum
Esteemed Contributor

Re: Screen Capture

Chris Wilshaw
Honored Contributor

Re: Screen Capture

I'm sure that there's one out there, but from a quick search, I've not been able to find it.

It may be worth trying the 10.20 version on 11.11.
Dirk Wiedemann
Respected Contributor

Re: Screen Capture

Leif Halvarsson_2
Honored Contributor

Re: Screen Capture

Hi
I tested the HP-UX 10.20 version of screencapture on a HP-UX 11.11 box and it seems to work. I made a tar file of the /opt/screencapture on the 10.20 box and unpacked it on the 11.11. Try it yourself.
Pete Randall
Outstanding Contributor

Re: Screen Capture

I'm not exactly sure what you want in a "screen capture" but take a look at xwd. We use the following to capture windows from our CDE display for printing purposes:

XPR=/usr/contrib/bin/X11/xpr
XWD=/usr/bin/X11/xwd
HEADER="Printed by `whoami` on `date`"
$XWD -frame | $XPR -header "$HEADER" -cutoff 75| lp -o nb -oraw -d$printer

This has been working for us since HP-UX 9.04 on up to 11i.

Pete

Pete
Mark Greene_1
Honored Contributor

Re: Screen Capture

If this is a non-X windows connection, check out the man page for script.

HTH
mark
the future will be a lot like now, only later
harry d brown jr
Honored Contributor

Re: Screen Capture


How about a LITTLE more info?

(1) Are you using some kind of X application??

(2) How are you connecting to server?

(3) What do you want to capture?

(4) What kind of tools do you have available, ie Exceed or Reflection X?

(5) What format do you want to capture the screen in??

live free or die
harry
Live Free or Die
Shannon Petry
Honored Contributor

Re: Screen Capture

Screen capture is STILL available from the application CD-ROMS. You need to install the MPOWER kit, and the location is not the same, but the applicastion is.

Regards,
Shannon
Microsoft. When do you want a virus today?