[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fonts messed up after dist-upgrade



Thus spoke Bernhard Kuemel <darsie@gmx.at>
( Wed, 07 May 2003 15:34:56 +0200 ):

> I know, this has been mentioned before, but I still could not
> resolve it after several frustrating days. The problem is mostly
> that freeciv loads a wrong font <snip>

i had this same problem, and was also pointed by Thomas Krennwallner
(if you're reading -- thanks!) to
http://lists.debian.org/debian-user/2003/debian-user-200305/msg00220.html,
which advised me to change to order of paths given to 'catalogue' in
'/etc/X11/fs/config.'  this didn't work.

i looked up my XF86 log files, and saw that it was loading fonts in a
different order than that specified above.  i then changed my
XF86Config-4 'Files' section to load the FontPaths in the same order
as give to 'catalogue' above, and everything worked.  i've pasted the
relevant section below, and hope it helps.

[ rant ]
G. Branden Robinson's says this isn't a bug
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=141332), but i can't
think of a better term for it when a package update makes a change
which breaks numerous systems.

r

----- from XF86Config-4 -----

Section "Files"
# snip
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
EndSection

Attachment: pgpctO9sV9SPp.pgp
Description: PGP signature


Reply to: