On Fri, May 09, 2003 at 10:11:32AM +0200, bob bob wrote:
Hi,
I have been smoothly using a debian testing on a
Thinkpad T21 for one year. But since my last
dist-upgrade (which upgraded Xfree), most of my
X applications 'gdm,netscape,ion ...) use a small
"ugly" font.
The path to my fonts in XFree86Config-4 has not
changed and the only warning regarding fonts I get
is:
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping
"/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":
No symbols found
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.2.1.1, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
As any one run into the same problem ?
Similar. A recent upgrade of X changed order of font paths. Check the
order of font paths in XF86Config-4. Also, if you are using xfs,
change order in catalogue line in /etc/X11/fs/config to be:
catalogue = /usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Type1/
and restart xfs. If you want default fonts to be smaller, start with
75dpi fonts rather than 100dpi in catalogue line.