From owner-freebsd-multimedia Thu Apr 17 00:25:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA15867 for multimedia-outgoing; Thu, 17 Apr 1997 00:25:35 -0700 (PDT) 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 AAA15849 for ; Thu, 17 Apr 1997 00:25:27 -0700 (PDT) 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 AAA00325; Thu, 17 Apr 1997 00:25:20 -0700 (PDT) Message-Id: <199704170725.AAA00325@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Doug White cc: Randall Hopper , multimedia@freebsd.org Subject: Re: Fxtv 0.4 In-reply-to: Your message of "Wed, 16 Apr 1997 23:01:04 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Apr 1997 00:25:20 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Doug White : > 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 If I am not mistaken you need to modify the driver to work in your case. remember the mods that you did to the driver?? > 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. > > Why are the color_ctl flags _forced_ to the settings with = and not |= in > rgb_prog? I'm probably asking the wrong person, so this is to the list... It doesn't matter for now because we are not doing byte or word swapping. In the same routine there is this comment: /* FIXME: why set colorbars for 1 instant ??? */ bt848->color_ctl = BT848_COLOR_CTL_COLOR_BARS; /* FIXME: undone 4 lines later, why bother ??? */ bt848->color_ctl = BT848_COLOR_CTL_GAMMA; Careful here because some of this stuff was written after I read Brooktree's DOS demo. Some of these chipsets are cranky and yes we can experiment by taking the lines out. I am going to go thru the driver and examine each FIXME comment. Regards, Amancio