From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JL124-0007zD-BO for qemu-devel@nongnu.org; Fri, 01 Feb 2008 13:54:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JL11z-0007vJ-NO for qemu-devel@nongnu.org; Fri, 01 Feb 2008 13:54:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL11z-0007vE-HP for qemu-devel@nongnu.org; Fri, 01 Feb 2008 13:54:31 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JL11y-0001Rt-Nm for qemu-devel@nongnu.org; Fri, 01 Feb 2008 13:54:31 -0500 From: Paul Brook Subject: Re: [Qemu-devel] 3D acceleration Date: Fri, 1 Feb 2008 18:54:23 +0000 References: <1201837550.5229.32.camel@localhost> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802011854.25165.paul@codesourcery.com> 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 Cc: Christian Laursen On Friday 01 February 2008, Johannes Schindelin wrote: > Hi, > > On Fri, 1 Feb 2008, Christian Laursen wrote: > > Gervase Lam writes: > > >>>From my minimal understanding of what he is saying, it seems he would > > > > > > prefer there to be a BOCHS graphics adapter, which would then pass the > > > OpenGL commands from Windows to Linux OpenGL. Also, Direct3D commands > > > would be passed from Windows to Linux Wine. > > > > I don't care much about the 3D stuff but wouldn't a BOCHS graphics > > adapter with a special driver for the guest OS allow arbitrary screen > > resolutions with minimal effort? > > Yes, I agree. Since it is minimal effort, when do you start? Or you could just use the VMware adapter that already exists. Paul