On Sun, Feb 09, 2003 at 06:16:37PM -0800, Ina Patricia Lopez wrote: > hi! > how do i get screenshots from my Linux box? ano format nito? .jpg or > .bmp? > me printscreen ba ito? then paste ko sa image apps? > im using redhat7.3
You can use xwd which comes with the standard XFree86 installation. Sample usage would be to fire up an xterm and run: $ sleep 5 ; xwd -out capture.xwd This would give you 5 seconds to minimize the xterm and select which window to capture or grab the whole desktop (using the -root option). -- mike at maravillo dot org _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
