From owner-freebsd-multimedia Mon Jul 16 17:28:27 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 078AC37B403 for ; Mon, 16 Jul 2001 17:28:23 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id SAA68515; Mon, 16 Jul 2001 18:28:20 -0600 (MDT) (envelope-from ken) Date: Mon, 16 Jul 2001 18:28:20 -0600 From: "Kenneth D. Merry" To: Randall Hopper Cc: multimedia@FreeBSD.ORG Subject: Re: Fxtv / G450 hack (was Re: fxtv, G450, & DGA anyone?) Message-ID: <20010716182820.A68499@panzer.kdm.org> References: <200107121621.f6CGLZk04238@beauty.kobe1995.net> <20010711225308.A1769@nc.rr.com> <20010712001108.A29469@panzer.kdm.org> <20010714214934.A13385@nc.rr.com> <20010714211740.A55034@panzer.kdm.org> <20010715094956.C1240@nc.rr.com> <20010715201038.A60120@panzer.kdm.org> <20010715232138.A2174@nc.rr.com> <20010715222713.A60880@panzer.kdm.org> <20010716181856.C1320@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010716181856.C1320@nc.rr.com>; from aa8vb@nc.rr.com on Mon, Jul 16, 2001 at 06:18:56PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 16, 2001 at 18:18:56 -0400, Randall Hopper wrote: > Kenneth D. Merry: > |>Try this in your Fxtv app-default file; that fixes it here: > |> > |> ! Video-mode specific stuff > |> Fxtv.bswap2Bpp: true > |> Fxtv.bswap3Bpp: true > |> Fxtv.bswap4Bpp: true > |> Fxtv.wswap4Bpp: true > |> Fxtv.Bpp24bit: 3 > |> Fxtv.Bpp32bit: 4 > ... > |Unfortunately that doesn't seem to have any effect. The Bpp24bit setting > |was already 3 in my app-defaults file. > > Ok, one final thing to check. Those resources may or may not be found by > Fxtv based on your environment. Try: > > > appres Fxtv | grep Bpp > > And makes sure you see the right settings. Also try putting these in your > ~/.Xdefaults and run "xrdb -load ~/.Xdefaults", then run Fxtv. You're right, the fxtv app defaults weren't getting loaded, for whatever reason. Putting them in .Xdefaults makes them show up with appres: {gondolin:/usr/home/ken:7:0} appres Fxtv |grep Bpp Fxtv.Bpp32bit: 4 Fxtv.bswap3Bpp: true Fxtv.bswap4Bpp: true Fxtv.wswap4Bpp: true Fxtv.Bpp24bit: 3 Fxtv.bswap2Bpp: true Unfortunately, that still doesn't fix the DGA problem. It only works if there's something partially obstructing the fxtv window. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message