From owner-freebsd-current Mon Jan 17 16:20:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id B0DEC15018 for ; Mon, 17 Jan 2000 16:20:09 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id QAA15673; Mon, 17 Jan 2000 16:17:06 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <200001180017.QAA15673@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Donn Miller Cc: vallo@matti.ee, Ollivier Robert , "FreeBSD Current Users' list" Subject: Re: XFree86 3.9.17 In-reply-to: Your message of "Mon, 17 Jan 2000 18:05:54 EST." <3883A052.9107353A@cvzoom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jan 2000 16:17:06 -0800 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For those using XFree86 3.9.17 or higher and have a Matrox g400 or g200 feel free to use mpegplay or mpeg2play from my ftp site . Both programs have been modified to use the new XFree86 Xv PutImage extension which can do yuv->rgb + scaling hardware assisted -- for instance mpeg play can scale an image to 1600x1200 . You will need this simple patch for Xv if you are running XFree86 3.9.17 : xc/programs/Xserver/Xext diff -c xvdisp.c~ xvdisp.c *** xvdisp.c~ Thu Dec 16 18:18:46 1999 --- xvdisp.c Thu Jan 6 20:54:25 2000 *************** *** 1131,1137 **** --- 1131,1140 ---- ev.shmseg = stuff->shmseg; ev.offset = stuff->offset; WriteEventsToClient(client, 1, (xEvent *) &ev); + + } + return (client->noClientException); } static int --------------------------- ftp://rah.star-gate.com/pub/mpeg2play.tar.gz ftp://rah.star-gate.com/pub/mpeg_play.tar.gz -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message