From owner-freebsd-multimedia Mon Sep 29 20:05:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA27508 for multimedia-outgoing; Mon, 29 Sep 1997 20:05:10 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA27502 for ; Mon, 29 Sep 1997 20:05:06 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 29 Sep 1997 23:04:03 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA27935; Mon, 29 Sep 97 23:04:01 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id XAA06537; Mon, 29 Sep 1997 23:00:12 -0400 Message-Id: <19970929230012.54082@ct.picker.com> Date: Mon, 29 Sep 1997 23:00:12 -0400 From: Randall Hopper To: Amancio Hasty Cc: User Al Johnson , freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv References: <19970929213602.53357@ct.picker.com> <199709300158.SAA07583@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199709300158.SAA07583@rah.star-gate.com>; from Amancio Hasty on Mon, Sep 29, 1997 at 06:58:55PM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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