On 14/03/10 17:22, linux fan wrote:
 > I decided on the do-over. Like glibc, it seems too important to have defects
 > in the install. I tried recompiling, but the x-server locked up the system.

Perhaps because it couldn't find /usr/share/fonts/X11/misc? Did you set the 
FontPath
in /etc/X11/xorg.conf?

> I will try
> # font-util configure
>             --prefix=/usr \
>              --sysconfdir=/etc \
>              --mandir=/usr/share/man \
>              --localstatedir=/var \
>              --with-fontrootdir=/usr/share/fonts

This looks good

> # xorg-server configure
>              --prefix=/usr \
>              --sysconfdir=/etc \
>              --mandir=/usr/share/man \
>              --localstatedir=/var \
>              --with-module-dir=/usr/lib/X11/modules \
>              --with-xkb-output=/var/lib/xkb \
>              --enable-install-setuid \
>              --with-fontdir=/usr/share/fonts

Then you are ignoring good advice.
If you don't compile xorg-server --with-default-font-path you will need to set
the FontPath in /etc/X11/xorg.conf or it will revert back to the built in 
default
/usr/lib/X11/fonts/TTF,/usr/lib/X11/fonts/misc, etc

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to