Fxtv

Michael Nottebrock michaelnottebrock at gmx.net
Tue Apr 29 11:37:57 PDT 2003


On Wednesday 23 April 2003 00:36, Lars Pontoppidan wrote:
> I have made a fresh install of FreeBSD 4.8 and have installed fxtv fron the
> ports. But the program only flashes on the screen and dies immediately when
> I try to run it.
> Here is the result when fxtv is startet from a console:
> lars-> fxtv
> Whoah!  Failed to load font
> '-adobe-utopia-regular-r-normal--20-0-75-75-p-0-iso8859-1' which X 'said'
> it knew about.
> This shouldn't happen (but does in XFree86 3.9.16).
> Basically, choose another font or take the default font.

This looks to me like the old locale problem. Are you using a different 
charset in your LANG variable than ISO8859-1? If so, try to wrap fxtv in a 
little script. I'm using this (it also deals with xscreensaver and mutes the 
noisy line-in of my soundcard):

---snip

#!/bin/sh
mixer line 100:100
xscreensaver-command -exit
export LC_ALL="de_DE.ISO8859-1"		# The ISO8859-1 is important, normally I run
/usr/X11R6/bin/fxtv			# ISO8859-15, but fxtv doesn't like that.
mixer line 0:0
xscreensaver -no-splash

---snip

-- 
Regards,
	Michael Nottebrock
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20030429/555b7133/attachment-0001.bin


More information about the freebsd-multimedia mailing list