[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xdm & screen shot



shaoz@unsw.edu.au (Shao Zhang) writes:

> Could anyone tell me how I can capture the screen shot of my xdm??
> 	
First do some handy RTFM:

----------------------snip----------------------------
for i in xwd import convert;
do
man $i;
done
----------------------snip----------------------------

Then from a virtual console execute any of the following two commands:

xwd -display :0 -root | convert - JPEG:/tmp/sshot-`date +%y%m%d_%H%M%S`.jpg
import -display :0 -window root /tmp/sshot-`date +%y%m%d_%H%M%S`.jpg

----------------------snip----------------------------
[pseelig]/home/pseelig > for i in convert import xwd;
> do
> dpkg -S `which $i`;
> done
imagemagick: /usr/X11R6/bin/convert
imagemagick: /usr/X11R6/bin/import
xbase: /usr/X11R6/bin/xwd
[pseelig]/home/pseelig > 
----------------------snip----------------------------

Eat this, fancy GUI addicted people! ;-)

                              Have fun, P. *8^)
-- 
   --------- Paul Seelig <pseelig@goofy.zdv.uni-mainz.de> -----------
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   ------------------- http://ntama.uni-mainz.de --------------------


Reply to: