From owner-freebsd-multimedia Thu Feb 20 05:28:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA12219 for multimedia-outgoing; Thu, 20 Feb 1997 05:28:29 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA12213 for ; Thu, 20 Feb 1997 05:28:25 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id FAA00425 for ; Thu, 20 Feb 1997 05:28:24 -0800 (PST) Message-Id: <199702201328.FAA00425@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: multimedia@freebsd.org Subject: bt848 driver and direct video Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Feb 1997 05:28:23 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I managed to put in the mods for the "PCI-TO-PCI" video mode which all it does is that it dumps the captured frame directly to a graphic display's frame buffer. My graphic's card is a Diamond Stealth 64, S3 968 with 4 mb of VRAM. Its significance with respect to the Bt848 driver is that the S3 968 presents a linear frame buffer and in 32bit color depth the pixels are ALPHA-R-G-B. The "ALPHA" is not used. When I am done with the mods to the driver, I will distribute my version of "tv" which uses the "PCI-TO-PCI" mode. I will probably release the driver this weekend. Enjoy, Amancio