From owner-freebsd-multimedia Tue Oct 21 03:48:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA06771 for multimedia-outgoing; Tue, 21 Oct 1997 03:48:17 -0700 (PDT) (envelope-from owner-freebsd-multimedia) 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 DAA06751 for ; Tue, 21 Oct 1997 03:48:11 -0700 (PDT) (envelope-from rhh@ct.picker.com) Resent-From: rhh@ct.picker.com Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 21 Oct 1997 6:47:40 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA17366; Tue, 21 Oct 97 06:47:38 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA24569; Tue, 21 Oct 1997 06:43:20 -0400 Resent-Message-Id: <199710211043.GAA24569@elmer.ct.picker.com> Message-Id: <19971021064108.39622@ct.picker.com> Date: Tue, 21 Oct 1997 06:41:09 -0400 From: Randall Hopper To: Joachim.Wunder@lrz-muenchen.de Cc: multimedia@freebsed.org Subject: Re: Warning: Actions not found: TVSetChannel References: <9710191802.AA26647@sun1.lrz-muenchen.de> <19971020175327.20324@ct.picker.com> <344bfba8.81139@mailhost.lrz-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <344bfba8.81139@mailhost.lrz-muenchen.de>; from Joachim Wunder on Tue, Oct 21, 1997 at 12:51:08AM +0000 Resent-Date: Tue, 21 Oct 1997 06:43:20 -0400 Resent-To: multimedia@freebsd.org Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Joachim Wunder: |> | Warning: Actions not found: TVSetChannel |> | |>The reason these (albeit incorrect) internal defaults are coming into play |>is that Fxtv can't find its global resource file. You can set |>XFILESEARCHPATH (see below) so that it can. This, also, will also get rid |>of the TVSetChannel errors. | |I tried this, too, but perceived the same phenomenon as described above. Huh! Sounds like you have old settings from a previous version of Fxtv lying around somewheres, or this version of Fxtv wasn't installed correctly. First, verify that /usr/X11R6/lib/X11/app-defaults/Fxtv and $XAPPLRESDIR/Fxtv (if XAPPLRESDIR is set) don't have TVSetChannel references. Then look in your ~/.Xdefaults and ~/.Xresources for "Fxtv" settings containing "TVSetChannel". And finally, make sure any Fxtv files (if present) in any of your XUSERFILESEARCHPATH directories (if XUSERFILESEARCHPATH is set) don't have "TVSetChannel" in them. Change any found references to TVSetStation. Finally once you think you've got them all, run: appres Fxtv | grep TVSetChannel and strings /usr/X11R6/bin/fxtv | grep TVSetChannel to be sure. These commands shouldn't print anything if you did. |By the way: I normally use "Europe Cable" and "PAL (BGH...)" under the |Win95 application. So do you think your fxtv is "incompatible" to the |format used in Germany!? Hmmm..... That I don't know. Really the bt848 driver is what determines whether that support is there for that formata. Fxtv is just passing through the user's request to set the format. Searching my mail archives, the only person I see posting about the Bt848 TV cards from Germany is Volker Freiburg . You might give him a mail and see if he can help you out. He added some channel definitions for PAL in Western Europe. Randall