From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: KVM usability Date: Mon, 1 Mar 2010 10:25:15 +0100 Message-ID: <20100301092515.GA3163@elte.hu> References: <1267089644.12790.74.camel@laptop> <1267152599.1726.76.camel@localhost> <20100226090147.GH15885@elte.hu> <4B879A2F.50203@redhat.com> <20100226103545.GA7463@elte.hu> <4B87A6BF.3090301@redhat.com> <20100226111734.GE7463@elte.hu> <4B8813F2.8090208@redhat.com> <20100227105643.GA17425@elte.hu> <4B893B2B.40301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Anthony Liguori , "Zhang, Yanmin" , Peter Zijlstra , ming.m.lin@intel.com, sheng.yang@intel.com, Jes Sorensen , KVM General , Gleb Natapov , Arnaldo Carvalho de Melo , Fr??d??ric Weisbecker , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Arjan van de Ven To: Zachary Amsden Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:49661 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750696Ab0CAJZb (ORCPT ); Mon, 1 Mar 2010 04:25:31 -0500 Content-Disposition: inline In-Reply-To: <4B893B2B.40301@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: * Zachary Amsden wrote: > > Here's my experience with it: > > > > - qemu-kvm starts up with a miniature resolution by default. 640x480 - on my > > 1680x1050 laptop screen. It's so small that initially i even overlooked > > that i started it. It should multiplex pixels up to a reasonable screen > > size by default. > > No virtualization emulator today does this, it is not a reasonable thing to > do. Unless you are running compiz and use hardware scaling. We should look > into it. I tried VirtualBox and it does something sane here: while it does not give a larger guest screen area, it at least creates a large enough X window, with any border area whited out. That looks far more pleasing aesthetically than the Qemu method of resizing the full window wildly. The guest still resizes, but it stays within the same X window and the border is white. Also, with Windows guests, the Windows side resolution resizes dynamically if the window is grown/shrunk by the user. (I suspect that is done via a paravirt driver on the guest side, through 'Guest Additions'.) Ingo