From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVGUz-0002qp-Qd for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:08:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVGUy-0002pB-1a for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:08:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVGUx-0002p2-Te for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:08:39 -0400 Received: from [200.83.1.24] (helo=mx01.vtr.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVGUe-00008w-VD for qemu-devel@nongnu.org; Tue, 01 Jun 2004 17:08:21 -0400 Received: from hudson.vtr.net (200.83.1.22) by mx01.vtr.net (7.0.027) id 408CB5F900F14879 for qemu-devel@nongnu.org; Tue, 1 Jun 2004 16:59:34 -0400 Received: from fw.aplik (200.104.152.103) by hudson.vtr.net (7.0.027) (authenticated as aplik@vtr.net) id 4090B18D00BBD08C for qemu-devel@nongnu.org; Tue, 1 Jun 2004 16:59:30 -0400 Received: from pcdaniel.aplik (daniel@pcdaniel.aplik [192.168.0.4]) by fw.aplik (8.11.6/8.11.6) with SMTP id i51Lxrj17637 for ; Tue, 1 Jun 2004 17:59:53 -0400 Date: Tue, 1 Jun 2004 16:59:29 -0400 From: Daniel Serpell Subject: Re: Subject: Re: [Qemu-devel] VGA BIOS source code Message-ID: <20040601205928.GA5232@aplik.cl> References: <200405312200.03734.bobb@absamail.co.za> <40BB92D1.6040508@fabianowski.de> <200405312114.08329.kyle@silverbeach.net> <40BC18B6.9040300@fabianowski.de> <20040601124418.E25801@edinburgh.cisco.com> <20040601184224.GA4384@aplik.cl> <20040601214640.A29003@edinburgh.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040601214640.A29003@edinburgh.cisco.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 El Tue, Jun 01, 2004 at 09:46:40PM +0100, Derek Fawcus escribio: > On Tue, Jun 01, 2004 at 02:42:24PM -0400, Daniel Serpell wrote: > > > > I browsed the leo site, but couldn't find the manuals for the '3x > > series, only 542x and 5446. Where you found them? > > They are described in the '4x manuals. Look for gd544xtrm.pdf Thanks, I see now :-) I was browsing the x.org driver sources and none of the cirrus logic chips has any XVideo or Render acceleration. The only supported operations are Screen to Screen Copy and Solid Fill (driver is really tiny). Also, in the X sources is the vmware driver, with full docs, so perhaps it's easy to write a compatible layer (so, vmware driver can be used in the host). Daniel.