From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edq45-00087U-Cw for qemu-devel@nongnu.org; Sun, 20 Nov 2005 09:21:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Edq3y-00087B-Rv for qemu-devel@nongnu.org; Sun, 20 Nov 2005 09:21:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edq3u-00086x-4v for qemu-devel@nongnu.org; Sun, 20 Nov 2005 09:20:58 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Edq3u-0004hx-25 for qemu-devel@nongnu.org; Sun, 20 Nov 2005 09:20:58 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Edq3Q-0007sS-0w for qemu-devel@nongnu.org; Sun, 20 Nov 2005 15:20:28 +0100 Received: from chello087207236102.chello.pl ([87.207.236.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Nov 2005 15:20:28 +0100 Received: from jezabek by chello087207236102.chello.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Nov 2005 15:20:28 +0100 From: Jan Jezabek Date: Sun, 20 Nov 2005 14:45:47 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: Screenshot? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Lasse Luttermann Poulsen wrote: > Is'nt it possible to take screenshots of the contens of the emulator?? > I can't seem to find anything in the documentation. http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC13 So you need to do: Ctrl-Alt-2 and type screendump (screenshot will be in PPM format, understood by GIMP and many other programs). Not sure if there is a hotkey for this. JJ