- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Capture Screen
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 07:57 AM
12-11-2000 07:57 AM
I wonder if any body can tell me: in HP-UNIX 10.20 environment how I can capture the screen picture in a picture file in format JPEG or BMP etc? Maybe I should download a special software?
Thank you very much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 08:01 AM
12-11-2000 08:01 AM
Re: Capture Screen
Depends on what you need
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 08:03 AM
12-11-2000 08:03 AM
Solution1. xwud & xwd : are used to create an X windows dump : see man pages : syntax : xwd -root -out
2. under CDE : use icon editor off main panel : see dtpad icon ..... gotot edit, Grab screen image ... format is in X bitmap i beleive.
3. Use XV or similar shareware utility to grab screen/window image and convert to desired format : see XV links using search facility top left.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 08:14 AM
12-11-2000 08:14 AM
Re: Capture Screen
Lets make it 1 of 16 this time ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 09:11 AM
12-11-2000 09:11 AM
Re: Capture Screen
There are a couple of ways of capturing the screen or a portion of it.
First, you can use the "xwd" application, which captures a window into "xwd" format which can in turn be used by "Xwd" or other applicaitons such as "xv".
To capture a single window, run the command "xwd > capture.xwd". The cursor will turn into a crosshairs. Simply click on a single window, and it will dump the contents of that window to a file.
Alternatively, the command "xwd -root > capture.xwd" will capture the entire screen, and dump the output to a file.
The "xwud" command can be used to view the file on the screen, or you can use the following commands to attempt to print the screen to a printer:
xwd | xwd2ps | lp -opostscript
xwd | xwd2sb | pcltrans | lp -oraw
xwd2ps can be downloaded in source format from:
ftp://ftp.x.org/R5contrib/xwd2ps.tar.Z
Additionally the "xv" program (available from your local HP-UX porting and archive center) is capable of doing screen captures and writing the resulting file into a number of different formats, including BMP, JPEG, GIF, TIFF, and others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 12:34 PM
12-11-2000 12:34 PM
Re: Capture Screen
At present you have asked 17 questions on the forum and have had some very good responses to them.
Within the forum points are assigned to the answers by the person posing the question and these points are assigned as to how helpful the answer has been.
There are two reasons to assign points one is to identify to future users who might have a similar problem the answer that was most helpful, and the second to reward the guys/gals on the forums who have taken their time to assist you.
Would you therefore do a search using your name and assign points to the people who gave you answers that were useful.
There is also an area on the forum which will explain this in more detail.
I am I hope writing this presuming that you did not know about the points system.
PS. log in to assign points.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 07:00 PM
12-11-2000 07:00 PM
Re: Capture Screen
/opt/screencapture/bin/capture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 12:21 AM
12-12-2000 12:21 AM
Re: Capture Screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 04:57 AM
12-12-2000 04:57 AM
Re: Capture Screen
In hp-ux 11, it is moved to /opt/printscreen/bin/capture.
This program allows you to create images in JPG, GIF, BMP, XWD, TIF, XPM and XBM format from any of the following.
The whole screen, a selected region of the screen, a window, a window and it's children.
Before you download bunches, use what is there. If you do not have it installed, install the M/Power packages from the Applications CD's.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 05:34 AM
12-12-2000 05:34 AM
Re: Capture Screen
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 05:46 AM
12-12-2000 05:46 AM
Re: Capture Screen
Now get a copy of PBMplus (Portable BitMap Utilities) which converts just about everything bit-map into everything else. You can get precompiled software at the HP-UX porting centre: http://hpux.connect.org.uk/
Look for: netpbm
Bill Hassell, sysadmin