Link to home
Start Free TrialLog in
Avatar of Malek103197
Malek103197

asked on

Screen grabs in HP UX 10.2

I want to perform screen grabs so I can capture the screen graphically and convert it to a bitmap to be used elsewhere. Essentially the same as using screen grabs in windows (i.e. shift+Alt+PrintScreen) and then paste it into mspaint. Thanks
Avatar of thoellri
thoellri

To grab the whole screen use:
$ xwd -root -out capturedscreen.xwd

If you need some time to setup the screen use:
$ sleep 10; xwd -root -out capturedscreen.xwd

To display the file, use:
$ xwud -in xwd capturedscreen.xwd

There are several utilities which will convert xwd-files into other formats (check pbm-utilities). If you want a nice screen-grabber get 'xgrabsc'

Hope this helps
  Tobias
ASKER CERTIFIED SOLUTION
Avatar of waslap
waslap

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question was awarded, but never cleared due to the JSP-500 errors of that time.  It was "stuck" against userID -1 versus the intended expert whom you awarded.  This corrects the problem and the expert will now receive these points; points verified.

Please click on your Member Profile and select "View Question History" to navigate through any open or locked questions you may have to update and finalize them.

This is the Community Support link, if help is needed, along with the link to All Topics which reflects many TAs recently added.

https://www.experts-exchange.com/jsp/qList.jsp?ta=commspt
https://www.experts-exchange.com/jsp/zonesAll.jsp
 
Thanks,
Moondancer
Moderator @ Experts Exchange