In my xorg.0.log I have:

FreeFontPath: FPE "/usr/lib/X11/fonts/misc/" refcount is 2, should be 1;
fixing.

It looks fairly harmless.  From a google search, it does seem to have
popped up in other distros.

Does anyone have any idea how to fix this?

Details below.

  -- Bruce

In /etc/fonts/fonts.conf is:

/etc/fonts/fonts.conf:<!-- Font directory list -->
/etc/fonts/fonts.conf:  <dir>/usr/share/fonts</dir>
/etc/fonts/fonts.conf:  <dir>~/.fonts</dir>

I do not have a ~/.fonts directory

$ ls -l /usr/share/fonts
lrwxrwxrwx 1 root root 22 May  9 13:19 X11-OTF -> /usr/lib/X11/fonts/OTF
lrwxrwxrwx 1 root root 22 May  9 13:19 X11-TTF -> /usr/lib/X11/fonts/TTF

>From xorg.conf:

Section "Files"
#    FontPath        "/usr/lib/X11/fonts/CID/"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/X11/modules"
    FontPath        "/usr/lib/X11/fonts/misc/"
    FontPath        "/usr/lib/X11/fonts/TTF/"
    FontPath        "/usr/lib/X11/fonts/OTF"
    FontPath        "/usr/lib/X11/fonts/Type1/"
    FontPath        "/usr/lib/X11/fonts/100dpi/"
    FontPath        "/usr/lib/X11/fonts/75dpi/"
EndSection
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to