All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: Frans de Boer <frans@fransdb.nl>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Feature request
Date: Fri, 17 Sep 2010 09:47:19 +0200	[thread overview]
Message-ID: <4C931D07.9060000@mail.berlios.de> (raw)
In-Reply-To: <4C931577.8010404@mail.berlios.de>

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

  reply	other threads:[~2010-09-17  7:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16 21:56 [Qemu-devel] Feature request Frans de Boer
2010-09-17  7:15 ` Stefan Weil
2010-09-17  7:47   ` Stefan Weil [this message]
2010-09-17  8:14     ` Frans de Boer
  -- strict thread matches above, loose matches on Subject: below --
2004-05-14 14:50 [Qemu-devel] feature request Eric van Riet Paap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C931D07.9060000@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=frans@fransdb.nl \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.