From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLmFv-0006rE-KG for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:06:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLmFu-0006qb-Iq for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:06:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmBb-00050j-Ms for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:01:59 -0400 Received: from [64.233.170.198] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLmMQ-0007A0-1g for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:13:10 -0400 Received: by rproxy.gmail.com with SMTP id z35so352090rne for ; Wed, 13 Apr 2005 11:12:43 -0700 (PDT) Message-ID: <41e41e7a0504131112678e6f08@mail.gmail.com> Date: Wed, 13 Apr 2005 20:12:42 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] qvm86, kqemu and video speed In-Reply-To: <425C21E8.6090306@bellard.org> 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> Reply-To: Hetz Ben Hamo , 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 > Moreover, it could be possible to suppress one memcpy from the virtual > frame buffer to the SDL/X11 frame buffer, and another memcpy if full > screen mode is used (in this case, the virtual CPU accesses directly the > host frame buffer). >=20 > Finally, the Cirrus bitblt operations could be redirected to the > corresponding X11 DGA operations in full screen mode. 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.. At least with my experience with regarding Video players, Xv was much better than DGA. Thanks, Hetz