davide
Group: Members
Posts: 265
Joined: Sep. 2003 |
|
Posted: Aug. 03 2004,10:23 |
|
from an old topic in this forum:
<< That menu option does not actually save them. Instead it pipes the output of the captured screen into the input of the display screen program. If you look at the commands that menu selection is executing you will see: xwd | xwud What you get is a displayed image of the screen that was captured. When you click on it, it closes and is gone. If you want to play with these commands, try the following for a shell command prompt: xwd -out myscreen.xwd That will capture the screen and save it to the named file myscreen.xwd. Now to view the saved screen you will need to: xwud -in myscreen.xwd
To see all the options type: xwd --help and xwud --help >>
-------------- Davide
><((((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>¸. ·´¯`·.¸. , . .·´¯`·.. ><((((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>
|