From owner-freebsd-multimedia Fri Mar 7 10:40:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA05931 for multimedia-outgoing; Fri, 7 Mar 1997 10:40:49 -0800 (PST) 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 KAA05913 for ; Fri, 7 Mar 1997 10:40:41 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 7 Mar 1997 13:39:29 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA28232; Fri, 7 Mar 97 13:39:27 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id NAA21861; Fri, 7 Mar 1997 13:36:50 -0500 Message-Id: <19970307133650.39561@ct.picker.com> Date: Fri, 7 Mar 1997 13:36:50 -0500 From: Randall Hopper To: Doug White Cc: multimedia@freebsd.org Subject: Re: Mixed results w/ WinCast/TV References: <19970307071120.41638@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.64 In-Reply-To: ; from Doug White on Fri, Mar 07, 1997 at 10:32:31AM -0800 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White: |On Fri, 7 Mar 1997, Randall Hopper wrote: |> I modified dtv to do this as well as do direct-video in a movable/resizable |> X window. It also treats 555 16bpp just like 15bpp as far as the visual |> detection stuff goes, so it'll work in 1024x768 16bpp (I too prefer running |> at this res): |> |> http://users.multiverse.com/~rhh/dtv | |OK, this works much better, BUT still doesn't like 16 bit mode. (says |"unsupported depth: try 15 or 24bit"). In 24 bit mode, I can actually |move the window around and my cursor is still there :) Make sure you've got a "Weight 555" in your XF86Config just under "Depth 16". If its 16bpp, it ORs the RGB masks for the visual and if it gives "0x7fff" it kicks in the regular 15bpp processing. Randy