HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print Screen
Operating System - HP-UX
1833875
Members
1674
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-03-2002 07:35 PM
04-03-2002 07:35 PM
How do I use the Prt Scr- Sys Rq key on my HP keyboard?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 08:07 PM
04-03-2002 08:07 PM
Solution
Hi,
I gather you wish to capture the information that is on your screen.
If your using an X based package such as exceed, pressing the print screen on it's own will capture the entire screen. If you using a
terminal emulator such as Esker Tun, the same
key will work. All you need to do is open up
a blank word document and paste the output.
I gather you wish to capture the information that is on your screen.
If your using an X based package such as exceed, pressing the print screen on it's own will capture the entire screen. If you using a
terminal emulator such as Esker Tun, the same
key will work. All you need to do is open up
a blank word document and paste the output.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 08:21 PM
04-03-2002 08:21 PM
Re: Print Screen
I don't know if this is what you are looking for. There is a utility called xwd that can be used to take a snapshot of any X window into a file. Then you can use xwud to view it or xpr to print it.
$/usr/bin/X11/xwd -out /tmp/xwd.out
The cursor will become a plus sign and you can click on any window to dump. Then use xwud to view it later or xpr to print.
$xwud -in /tmp/xwd.out
$xpr /tmp/xwd.out
Look at the man pages for more options.
-Sri
$/usr/bin/X11/xwd -out /tmp/xwd.out
The cursor will become a plus sign and you can click on any window to dump. Then use xwud to view it later or xpr to print.
$xwud -in /tmp/xwd.out
$xpr /tmp/xwd.out
Look at the man pages for more options.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 10:43 PM
04-03-2002 10:43 PM
Re: Print Screen
Hi
I use the script below on an 8500 and it works
You need to change the printer name for the lp and the device in xpr to fit your system.
Click an a window. the window prints
Click on root and screen prints
You can add a comment to this script as parameters
Steve Steel
y=$(date)"_"$(hostname)_$LOGNAME
x=$(echo $y|sed -e 's/ /_/g')
z=$(echo $*|sed -e 's/ /_/g')"!"
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
xwd -out /tmp/$PPID$LOGNAME
xpr -device dj1200 -header $x -trailer \"$z\" -landscape /tmp/$PPID$LOGNAME |lp
-dbelgo046 -onb
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
I use the script below on an 8500 and it works
You need to change the printer name for the lp and the device in xpr to fit your system.
Click an a window. the window prints
Click on root and screen prints
You can add a comment to this script as parameters
Steve Steel
y=$(date)"_"$(hostname)_$LOGNAME
x=$(echo $y|sed -e 's/ /_/g')
z=$(echo $*|sed -e 's/ /_/g')"!"
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
xwd -out /tmp/$PPID$LOGNAME
xpr -device dj1200 -header $x -trailer \"$z\" -landscape /tmp/$PPID$LOGNAME |lp
-dbelgo046 -onb
/bin/rm /tmp/$PPID$LOGNAME 2>/dev/null
If you want truly to understand something, try to change it. (Kurt Lewin)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP