From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp1YE-0007Ve-Ow for qemu-devel@nongnu.org; Thu, 04 Aug 2011 13:17:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp1YD-00027w-JF for qemu-devel@nongnu.org; Thu, 04 Aug 2011 13:17:42 -0400 Received: from hobi.com ([161.58.203.140]:42835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp1YD-00027m-En for qemu-devel@nongnu.org; Thu, 04 Aug 2011 13:17:41 -0400 From: Rick Vernam Date: Thu, 4 Aug 2011 12:17:36 -0500 References: <201108041103.10962.rickv@hobi.com> <20110804160930.GD31693@redhat.com> In-Reply-To: <20110804160930.GD31693@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201108041217.37233.rickv@hobi.com> Subject: Re: [Qemu-devel] -vga qxl Reply-To: rickv@hobi.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel On Thursday 04 August 2011 11:09:30 Daniel P. Berrange wrote: > On Thu, Aug 04, 2011 at 11:03:10AM -0500, Rick Vernam wrote: > > it seems that qxl is not working correctly with any of the 0.15 releases > > thus far. this includes qemu and qemu-kvm. > > > > when I start qemu like so: > > qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga qxl -monitor > > stdio I get a black screen. > > I recently had black screen problems with QXL in 0.14.x that turned out to > actually be a Seabios bug due to the default 64MB vram QXL has. I suspect > this would hit 0.15.x builds too. If this is what you're hitting, then > reducing the vram to 32MB is a temporary workaround that should help, eg > > -vga qxl -global qxl-vga.vram_size=33554432 That took care of the black screen. Thanks. > > > when I start with -vga std: > > qemu-system-x86_64 -cpu host -enable-kvm -m 768 -usb -vga std -monitor > > stdio I see the seabios screen, etc. > > > > qemu has been configured like > > ./configure --target-list=x86_64-softmmu --disable-curses --disable-curl > > -- audio-drv-list=alsa --audio-card-list=sb16,ac97,hda --disable-bluez > > --enable- vhost-net --enable-spice > > > > I've also configured with --disable-vnc and --disable-opengl with the > > same results > > > > Am I using this wrong, or is this a bug? > > Regards, > Daniel