qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Antoine Kaufmann <toni@tyndur.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Switch to disable SDL zoom
Date: Thu, 27 Aug 2009 19:28:46 -0500	[thread overview]
Message-ID: <4A9724BE.9080107@codemonkey.ws> (raw)
In-Reply-To: <1250698389-23005-1-git-send-email-toni@tyndur.org>

Hi Antonie,

Antoine Kaufmann wrote:
> Command line switch to disable SDL zoom, because zoom is quite ugly with
> window managers that use fixed layouts (like awesomewm). Especially
> because there is no possibility to reset the window to the "correct"
> size.
>   

I think this is a valuable feature but I'd prefer to not add another 
-sdl-<feature> option.  In fact, I'd like to get rid of the existing ones.

I'd suggest that you look at introducing a new -display option.  The 
syntax would look like this:

-display sdl,frame=off,scaling=off
-display vnc,address=:3,tls

If you use the recently introduced QemuOptions framework, it should be 
very straight forward.  I would accept an initial patch that just 
converted sdl as vnc is a bit more difficult.

The advantages of this approach are numerous beyond just aesthetics.  
This would allow these display properties to be manipulated via the -set 
option which means that eventually, they'll be tunable via a host 
configuration file.  It also puts together some interfaces for 
supporting multiple graphics cards for guests and multiple display backends.

Regards,

Anthony Liguori

  reply	other threads:[~2009-08-28  0:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-19 16:13 [Qemu-devel] [PATCH] Switch to disable SDL zoom Antoine Kaufmann
2009-08-28  0:28 ` Anthony Liguori [this message]
2009-08-28  8:00   ` Samuel Thibault
2009-08-28  8:27   ` Gerd Hoffmann

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=4A9724BE.9080107@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    --cc=toni@tyndur.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).