Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20770 - XawTv and tv-fonts, an rc-file needs to be updated.
Summary: XawTv and tv-fonts, an rc-file needs to be updated.
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 88105
  Show dependency tree
 
Reported: 2003-05-10 18:53 UTC by James Caldwell
Modified: 2005-05-29 17:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Caldwell 2003-05-10 18:53:12 UTC
 
Comment 1 James Caldwell 2003-05-10 18:59:51 UTC
If you use the standard emerge -u xawtv and X is running everything appears to install fine except that the LED fonts will not work. This is only noticable in full screen mode in XawTV.

XFS needs to know the location of the LED fonts, /etc/X11/fs/config needs the following line added.

/usr/X11R6/lib/X11/fonts/xawtv,

to the catalogue and an /etc/init.d/xfs restart issued.

NOTE!: X will get terribly slow if xfs is stopped for any reason, a restart will 
appear to lock up the system momentarily.

I *really* like the font scanning done prior to XFS starting up, this was a MUCH needed feature, thanks.


Comment 2 James Caldwell 2003-05-11 22:20:15 UTC
I forgot to mention that this can be used to get rid of the xset command xawtv used. Just install the font and  do a mkfontdir, modify the font servers config and restart XFS.

This only works if XFS is used by default, I don't know what problems will occur if you use X without XFS.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-02 07:43:43 UTC
ok, here's what I wanna know -- this font will not work with fontconfig?

Because if it will, that will make things easier, I should think.

Foser, thoughts?
Comment 4 foser (RETIRED) gentoo-dev 2003-06-02 12:22:03 UTC
uh the font will probably show up in fontconfig, but xawtv doesn't use xft2. So the 'old' X fonts setup stuff is still needed here.

I don't think it's a good idea to get rid of the xset stuff, the problem is that there are more ways to provide fonts for X and every one of them uses other configuration files and for full support we should have every fonts ebuild (or one that provides fonts) update all relevant configs. That may not sound too complicated, but altering configfiles might prove to be difficult. Overwriting them might not be a good idea (ppl updating might forget to merge them right, losing other fontpaths etc.), diffs probably will fail.

Maybe there's a better way by setting global fontpath environment vars. I'm not sure this is possible and haven't looked into it, but there must be a better way than poking in /etc all the time. In that respect xset isn't all bad (but not useful for xfs).
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2005-05-29 17:43:55 UTC
Should be fixed in CVS.... Please test.