From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tnqvu-0007Om-Br for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tnqvr-00063h-OU for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:22:06 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:64637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tnqvr-00063b-FB for qemu-devel@nongnu.org; Wed, 26 Dec 2012 08:22:03 -0500 Message-ID: <50DAF9FE.7080305@rdsoftware.de> Date: Wed, 26 Dec 2012 14:22:06 +0100 From: Erik Rull MIME-Version: 1.0 References: <50DAE7B7.7040400@rdsoftware.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Graphics performance List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dunrong Huang Cc: "qemu-devel@nongnu.org" Hi, thanks for your quick reply. Dunrong Huang wrote: > On Wed, Dec 26, 2012 at 8:04 PM, Erik Rull wrote: >> Hi all, >> >> which is the graphics emulation with the lowest CPU usage for 2D-only GUIs? >> (e.g. Win XP without Direct3D usage)? I just need to drive a virtual >> graphics display with 1024x768 (@16bit colors). At the moment I use the >> cirrus graphics card emulation. Is there something more efficient? >> Terminal/Console is either a real display or VNC - maybe for the two >> versions different adaptors bring the best performance for each of them? >> > you shoud try spice. spice depends on qxl video card which is a > paravirtual graphics card. > It means you must install qxl driver in your guest to make this card work. > > More details, please refer: > http://www.linux-kvm.org/page/SPICE Hi just had a look at this page - but it looks as if I cannot use this for a real hardware display: "" Client To connect to a virtual machine using SPICE, you need a client application. "" Is a hardware monitor capable to display the QXL format? And for my remote clients - can I still use VNC? A change in the guest would be okay, but I still must be able to use the existing client environment... Best regards, Erik