On 1/20/06, Jan Van Belle <[EMAIL PROTECTED]> wrote: > Hello all, > > I just tried to install xorg 7.0 according to a BLFS page I found on > http://www.linuxfromscratch.org/~dj/blfs-xorg7/x/xorg7.html > > There are (too) MANY steps, but anyhow, at the end, I got a stupid > problem with > ...couldn't find fixed font... > > However, when I do a fc-list, the fixed font is mentioned. > Can anyone help me with this one? > > Regards, > > Jan > > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
Doesn't seem like those instructions are specifying the fontdir for each font. For example for the type1 fonts: ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/Type1 The way those instructions are set up, I think the fonts will go to /usr/X11R7/lib/fonts, or something under /usr/X11R7, when X is looking under /usr/share/fonts. It's possible fc-list has a cached list of fonts from your previous X install (assuming you've also uninstalled the old one). -- Kevin Jordan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
