From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqHZl-0002Ar-AJ for qemu-devel@nongnu.org; Tue, 13 Jun 2006 18:41:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqHZj-00027c-J2 for qemu-devel@nongnu.org; Tue, 13 Jun 2006 18:41:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqHZj-00027S-FX for qemu-devel@nongnu.org; Tue, 13 Jun 2006 18:41:31 -0400 Received: from [32.97.110.151] (helo=e33.co.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FqHil-00010H-TV for qemu-devel@nongnu.org; Tue, 13 Jun 2006 18:50:52 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e33.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5DMfTHU021313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 13 Jun 2006 18:41:30 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5DMfXwQ064358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 13 Jun 2006 16:41:34 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5DMfTSU011986 for ; Tue, 13 Jun 2006 16:41:29 -0600 Received: from [9.49.200.141] ([9.49.200.141]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5DMfSWe011963 for ; Tue, 13 Jun 2006 16:41:28 -0600 Message-ID: <448F3F13.70800@us.ibm.com> Date: Tue, 13 Jun 2006 17:41:23 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] High resolution VGA modes References: <448F2F23.9010507@bellard.org> In-Reply-To: <448F2F23.9010507@bellard.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Fabrice Bellard wrote: > Hi, > > The previous commits enable the support of higher resolution VGA modes > in QEMU (1152x864, 1280x1024 and 1600x1200) when using the VESA device > driver (-std-vga option). The VESA device driver is known to work with > Linux and Windows XP. Is 2d acceleration possible with VESA? Regards, Anthony Liguori > The VGA memory was increased to 8 MB to enable 1600x1200 with 32 bits > per pixel. I updated the built-in VNC server so that it supports > higher resolutions too. > > Note that the Cirrus VGA device driver was not modified, so it has the > same limitations are before (4 MB Video Memory, up to 1280x1024). > These limitations are unfortunately linked to the emulated Cirrus VGA > hardware and guest OS video drivers. > > Fabrice. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel