Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 1999 18:37:38 -0400
From:      Randall Hopper <aa8vb@ipass.net>
To:        Sean Santry <santry@bc.edu>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Fxtv tunerMode X resource
Message-ID:  <19991023183738.A20576@ipass.net>
In-Reply-To: <38121846.34F3BB59@bc.edu>
References:  <38121846.34F3BB59@bc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean Santry:
 |I'm using fxtv version 1.00 on a FreeBSD 3.3-RELEASE system.  Everything
 |works fine except that it doesn't seem to be registering the Xresource
 |setting for tunermode.  My .Xresources looks like:
...
 |Fxtv*tunerMode: cable
...
 |Any ideas?

Yeah, it's an X resource precedence thing.  Basically:
      A*B:
has lower precendence than:
      A.B:

So anything which is specified in the system default app resource file:
      /usr/X11R6/lib/
(which uses the A.B form BTW) will override your settings. 

Just FYI, you can see all the settings that are kicking in by typing:
      appres Fxtv | grep tunerMode
You'll notice that you see two of them, one with a . and one with a *.

Change all your 'Fxtv*'s to 'Fxtv.'s and all of your settings will work.

For the future, I'll look at changing all the 'Fxtv.' settings to 'Fxtv*'
in the system default app resource file so this will be a non-issue.

Randall




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991023183738.A20576>