From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DM1NS-0007Pi-OL for qemu-devel@nongnu.org; Thu, 14 Apr 2005 06:15:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DM1Ic-00068J-Ji for qemu-devel@nongnu.org; Thu, 14 Apr 2005 06:10:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DM19k-0004xX-6P for qemu-devel@nongnu.org; Thu, 14 Apr 2005 06:01:06 -0400 Received: from [64.233.184.194] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DM0rv-0003WM-Jl for qemu-devel@nongnu.org; Thu, 14 Apr 2005 05:42:39 -0400 Received: by wproxy.gmail.com with SMTP id 71so438144wra for ; Thu, 14 Apr 2005 02:42:03 -0700 (PDT) Message-ID: Date: Thu, 14 Apr 2005 11:42:03 +0200 From: Thomas Steffen Subject: Re: [Qemu-devel] qvm86, kqemu and video speed In-Reply-To: <41e41e7a0504131112678e6f08@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <425A84B0.60200@praguespringpeople.org> <20050412183843.1a3ad827@caprice.artificis.hu> <425C21E8.6090306@bellard.org> <41e41e7a0504131112678e6f08@mail.gmail.com> Reply-To: Thomas Steffen , 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 On 4/13/05, Hetz Ben Hamo wrote: > Anyone thought about using XFree's Xv extension? last time I heard, it > works with all the cards, supported well under XFree, and I think it > will be better working rather with DGA.. Xv has its denefits, but I am not sure that it is the right tool for the job here. Xv does hardware colorspace expansion, from the color compression usually done in JPEG/MPEG to the RGB. This is the main reason that it works better for video, but obviously we don't need this (unless we want to play videos inside of QEMU). And most graphics cards support only one Xv area, which is treated as an overlay. That would be a serious restriction, because you could not use Xine and QEMU together on one screen. So I would think that DGA is the way to go first. Thomas