From owner-freebsd-multimedia Thu Apr 17 14:36:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA07730 for multimedia-outgoing; Thu, 17 Apr 1997 14:36:55 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA07725 for ; Thu, 17 Apr 1997 14:36:52 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 17 Apr 1997 17:35:36 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA08561; Thu, 17 Apr 97 17:35:48 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA01836; Thu, 17 Apr 1997 17:35:36 -0400 Message-Id: <19970417173536.21060@ct.picker.com> Date: Thu, 17 Apr 1997 17:35:36 -0400 From: Randall Hopper To: Doug White Cc: multimedia@freebsd.org Subject: Re: Fxtv 0.4 References: <19970416173828.02068@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from Doug White on Wed, Apr 16, 1997 at 11:01:04PM -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White: |> - Extended detection of pixel geometry and DirectVideo support |> - Should fix BGR cards until native driver support added | |The newest version of the driver breaks my system worse than it already |was. :( You can look at what I get out from a screenshot at Oops, sorry 'bout that. |http://gdi.uoregon.edu/redscreen.gif. It looks like the gamma correction |is off in the RGB_24 case. It says it's falling back to Ximage, btw. Could you check your HTTP daemon or your firewall config? I can get a to the telnet login on your box, but the HTTP daemon hasn't been answering today. telnet to port 80 and 8080 just give me connection refused. BTW, the XImage stuff is fine. Since the driver doesn't support 32bpp 8-8-8 BGR DMA transfers yet, fxtv is just telling you it can't tell the driver to DMA straight to the video card, so it's going to drop-back and capture to memory first, swap the pixel bits using the CPU, and then pop that onto the video window using ximages. Please let me know what you're seeing for freeze frame and continuous and I'll work on ironing things out. Randy