From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AiM1L-0007DO-M5 for qemu-devel@nongnu.org; Sun, 18 Jan 2004 18:07:55 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AiLyq-0005kX-6o for qemu-devel@nongnu.org; Sun, 18 Jan 2004 18:05:52 -0500 Received: from [193.252.22.28] (helo=mwinf0302.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AiLyp-0005j7-6s for qemu-devel@nongnu.org; Sun, 18 Jan 2004 18:05:19 -0500 Received: from free.fr (ATuileries-112-1-3-26.w81-48.abo.wanadoo.fr [81.48.134.26]) by mwinf0302.wanadoo.fr (SMTP Server) with ESMTP id 7127DC000256 for ; Mon, 19 Jan 2004 00:05:17 +0100 (CET) Message-ID: <400B1173.8070709@free.fr> Date: Mon, 19 Jan 2004 00:06:27 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] VESA VBE support in qemu? References: <200401161615.14986.joshdeb@metzlers.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org malc wrote: > On Fri, 16 Jan 2004, Josh Metzler wrote: > > >>I have a hard disk image with Debian Sid installed, along with XFree86 4.3 and >>KDE 3.2 beta1. I was using this in Bochs to try out the KDE beta, and was >>hoping that I could do the same under Qemu, as it is much faster than Bochs. >>I am able to boot the harddisk image, but XFree86 fails to start up. The log >>ends with: >> > > >>I had no problems configuring, making, or installing qemu. The vgabios is in >>the correct place. Does anyone have any ideas for getting XFree86 up and >>running? > > > VGABios and Bochs communicate via some predefined I/O Ports to provide > VBE 1.2(or rather subset of). QEMU does not have this functionality(yet?). > So for the time being, you can not run XFree with vesa driver. I would prefer adding S3 VGA support, but it is more complicated as it requires PCI to be recognized correctly by most OSes. Bochs VBE is a lot simpler to add. I'll look at it for 0.5.3 release. Fabrice.