From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNEWy-0004Ms-Kg for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:48:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNEWw-0004KN-MW for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:48:12 -0500 Received: from [199.232.76.173] (port=57666 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNEWw-0004KE-GT for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:48:10 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:63590) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNEWw-0002e3-3e for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:48:10 -0500 Message-ID: <496E6B93.2080107@eu.citrix.com> Date: Wed, 14 Jan 2009 17:47:47 -0500 From: Trolle Selander MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] [RFC] Variable video ram size option References: <496B965A.9000701@eu.citrix.com> <200901142007.42812.paul@codesourcery.com> <496E4E00.3060105@eu.citrix.com> <200901142130.00991.paul@codesourcery.com> In-Reply-To: <200901142130.00991.paul@codesourcery.com> 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: Paul Brook , qemu-devel@nongnu.org Paul Brook wrote: >> Just out of curiosity, does anyone have any example of an existing >> application using VBE that makes use of more than triple-buffered (xres >> * yres * 4) RAM? >> > > I suspect you'll struggle to find *any* serious application that uses VBE > nowadays. > > Paul > > Maybe "application that uses VBE" was a bad way to put it. If I re-phrase the question as "Does anyone know whether there's any application running under the X "vesa" driver or the Windows "Generic VGA" or similar unaccellerated driver that makes use of a larger than triple-buffered (xres * yres * 4) linear framebuffer, or whether the unaccellerated drivers themselves do so in any way?" it will yield more interesting answers. :) -- Trolle