- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Screen capture?
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-2002 11:28 AM
11-18-2002 11:28 AM
Screen capture?
Is there an HP-UX version of this? (11.i)
thx
-paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 11:32 AM
11-18-2002 11:32 AM
Re: Screen capture?
'script' will record a terminal session's output. See the man pages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 11:43 AM
11-18-2002 11:43 AM
Re: Screen capture?
$ xwd -out outfile
The mouse pointer will change to "+" sign, click onto the window you want to capture. Output file is "outfile". Or you can send it directly to a printer.
$ xwd|xpr|lp -onb -oraw -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 11:44 AM
11-18-2002 11:44 AM
Re: Screen capture?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 11:46 AM
11-18-2002 11:46 AM
Re: Screen capture?
I would like pretty much to see if someone has locked a workstation without removing my fat butt from its chair :)
It would also be handy for students doing screen captures when XV acts up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:00 PM
11-18-2002 01:00 PM
Re: Screen capture?
Paul,
have you asked anyone at MCC for help ? :-))
Just kidding :-) What kind of workstations are they using?
btw, I'm in webster.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:05 AM
11-19-2002 11:05 AM
Re: Screen capture?
are you using CDE?
Then you could "cp/usr/dt/config/$LANG/sys.dtwmrc ~/.dt/dtwmrc" and then edit it to include a line like the following into the paragraph "Menu DtRootMenu":
"Print Window" f.exec "xwd -frame|xpr|lp -or"
and then right-mouse-click into the background and choose "Restart Workspace Manager..."
Next time you want to make a Screen-Dump right-mouse-click into the background again, and choose "Print Window". You don't have to print it, of course, that's just an example, save the output of "xwd" into a file, or pipe it to a converter program...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:53 PM
11-19-2002 07:53 PM
Re: Screen capture?
Well, not quite that simple. If the user typed: xhost + then anyone can do this. Or you may need Xauthority features enabled. As you might expect, this is a serious security risk (electronic snooping) so it isn't that easy to setup. And if there is truly a problem, you may not be able to connect to the screen at all.
Bill Hassell, sysadmin