From owner-freebsd-multimedia Mon Sep 29 20:13:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA27749 for multimedia-outgoing; Mon, 29 Sep 1997 20:13:01 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA27742 for ; Mon, 29 Sep 1997 20:12:57 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id UAA00405; Mon, 29 Sep 1997 20:12:49 -0700 (PDT) Message-Id: <199709300312.UAA00405@rah.star-gate.com> To: Randall Hopper cc: User Al Johnson , freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv In-reply-to: Your message of "Mon, 29 Sep 1997 23:00:12 EDT." <19970929230012.54082@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Sep 1997 20:12:49 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I don't have support for the milleniums 24bit color ordering. The driver does not have such problem with 16 nor with 32bits well at least over here. Nor do I recollect any such problem with my S3 968 at 16 or 32bits. Amancio >From The Desk Of Randall Hopper : > Amancio Hasty: > |There are two problems at least over here: > | > |1. Sometimes I get wavy black lines going across the screen. > | This one I am not sure what it is due to . > > Yeah, I've seen that one too over here. > > |2. A black center line splitting the tv screen in half . This > | problem goes away if the width is divisable by 4. > > Hmmm. Interesting. My problem was definitely with base address not > divisible by 4, not width not divisible by 4. Two possible diffs come to > mind: 1) are you running 4Bpp?--I'm running 3Bpp, and 2) diff driver > versions might be coming into play here. > > Can the Milleniums be configured for packed 24bpp (3 byte-per-pixel) mode. > If so, do these all look good?: > > fxtv -geometry +3+100 > fxtv -geometry +4+100 > fxtv -geometry +5+100 > fxtv -geometry +6+100 > > Randy