- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change the interface window into image file
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
11-18-2001 12:10 PM
11-18-2001 12:10 PM
How to change the interface window into image file
I want to change my interface window into image file in the hp/ux 10.20, so I can print the interface image and edit it.
Would someone please tell me how to do it?
Thanks.
Zhiyong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2001 02:32 PM
11-18-2001 02:32 PM
Re: How to change the interface window into image file
You'll have to give us some more information !
What 'interface window' are you talking about ? Is it some window within CDE ? or an application of yours ?
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2001 04:31 PM
11-18-2001 04:31 PM
Re: How to change the interface window into image file
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2001 11:08 PM
11-18-2001 11:08 PM
Re: How to change the interface window into image file
Thanks for your reply. I mean to capture the screen on the CDE.
Is there some way to capture the screen on the CDE by command?
Zhiyong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:52 AM
11-19-2001 12:52 AM
Re: How to change the interface window into image file
you can install xv which can capture screen windows and save in various formats.
You can get it here:
http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/xv-3.10a/
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 01:47 AM
11-19-2001 01:47 AM
Re: How to change the interface window into image file
One other point to note if you are trying to capture the CDE login screen you'd need to edit the resource : /etc/dt/config/Xconfig : Dtlogin*Grabserver : False (copy of file exists in /usr/dt/config).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:12 AM
11-19-2001 03:12 AM
Re: How to change the interface window into image file
xwd to do an x window dump.
very easy
echo $DISPLAY
make sure it's good.. as usual..
xwd -root -out filename.xwd
click
beep beep.
to view it: xw undump
xwud -in filename.xwd
lots of image converters will convert it, such as imagemagic. But you should be able to print that no problem...
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 10:23 AM
11-19-2001 10:23 AM
Re: How to change the interface window into image file
Thanks for your reply.
I try the ways you suggested, they all can capture the screen.
Have a good day.
Zhiyong