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 1ApC6G-0008Qb-1V for qemu-devel@nongnu.org; Fri, 06 Feb 2004 14:57:16 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApC45-0007B9-G8 for qemu-devel@nongnu.org; Fri, 06 Feb 2004 14:55:34 -0500 Received: from [193.252.22.26] (helo=mwinf0503.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApC3a-0006oY-2f for qemu-devel@nongnu.org; Fri, 06 Feb 2004 14:54:30 -0500 Received: from free.fr (ATuileries-112-1-4-8.w81-53.abo.wanadoo.fr [81.53.133.8]) by mwinf0503.wanadoo.fr (SMTP Server) with ESMTP id 6B93E68000D2 for ; Fri, 6 Feb 2004 20:54:25 +0100 (CET) Message-ID: <4023F141.1070806@free.fr> Date: Fri, 06 Feb 2004 20:55:45 +0100 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] VESA VBE support Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Bochs VESA VBE support is now commited in QEMU. I was able to use a Knoppix CD in 1024x768x16 without problems. All the screen depths (4, 8, 5, 16, 24 and 32) should work. Some work is still needed to make it work in qemu-fast. Fabrice.