From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32909 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwW5K-0002K0-Cl for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:14:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwW5J-0004Gy-J0 for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:14:18 -0400 Received: from [83.160.137.85] (port=20794 helo=pubserv1.fransdb.nl) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwW5J-0004Gm-9f for qemu-devel@nongnu.org; Fri, 17 Sep 2010 04:14:17 -0400 Received: from localhost (localhost [127.0.0.1]) by pubserv1.fransdb.nl (Postfix) with ESMTP id EC40C4B0E for ; Fri, 17 Sep 2010 10:14:15 +0200 (CEST) Received: from pubserv1.fransdb.nl ([127.0.0.1]) by localhost (pubserv1.fransdb.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rBUvZ9vSTAUn for ; Fri, 17 Sep 2010 10:14:14 +0200 (CEST) Received: from [192.168.100.23] (unknown [192.168.100.23]) by pubserv1.fransdb.nl (Postfix) with ESMTPA id 0FD9D4ABB for ; Fri, 17 Sep 2010 10:14:14 +0200 (CEST) Message-ID: <4C932355.6090509@fransdb.nl> Date: Fri, 17 Sep 2010 10:14:13 +0200 From: Frans de Boer MIME-Version: 1.0 Subject: Re: [Qemu-devel] Feature request References: <4C929288.6090200@fransdb.nl> <4C931577.8010404@mail.berlios.de> <4C931D07.9060000@mail.berlios.de> In-Reply-To: <4C931D07.9060000@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org On 09/17/2010 09:47 AM, Stefan Weil wrote: > Am 17.09.2010 09:15, schrieb Stefan Weil: >> Am 16.09.2010 23:56, schrieb Frans de Boer: >>> Dear Reader, >>> >>> When I switch with SHIFT-CTRL-ALT-2 to the monitor mode, the resolution >>> of the used window goes back to 640*480. There a lot of command >>> available and typing help lists then all. in one long list without >>> pause >>> to examine the commands. Is there a way to have a help listing per >>> screen instead of one long list. It's a rather limited way to display >>> the long help list, but now I need the manual next to it which >>> manual is >>> always out of place somewhere but not nearby when and if I need it. >>> >>> Hope to hear from one of you, >>> Regards, >>> Frans. >> >> >> * You can scroll back (using key ctrl + page up). >> * You can change the source code (vl.c, function call monitor_parse) >> * You can set a larger size for the monitor window using command >> line options (this worked once, but I could not get it working now). >> qemu -serial mon:vc:160Cx48C should double the monitor window size. >> >> Regards, >> Stefan >> >> > > This command line creates a large monitor window (160 columns x 48 > lines): > > qemu -monitor vc:160Cx48C > > You can also specify the window size in pixels: > > qemu -monitor vc:1280x960 (or any size which your monitor can > display) > > Regards, > Stefan > Thanks, that is working. I could not digest that form the papers I have read. Maybe I was not looking hard enough. Regards, Frans.