August 18th in Linux/Unix by .

Fix: FreeFontPath: FPE “unix/:7100″ refcount is 2, should be 1; fixing

I was trying to run a Xorg window system and every time in between i was getting this nasty error in between the commandlines. I am running Centos/RedhatEL

FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.

I was also getting this warning while attempting to launch firefox in my server from command line.

FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.
FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org
FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.

i then installed the fonts coming with Xorg with the below commandline.

yum install xorg-x11-fonts*

and after that i got no further problems and i believe this was fixed.

Another way to get rid of this error during Xvfb is specifying font path

Xvfb :1 -fp /usr/share/X11/fonts/misc -screen 0 1024x768x24 &

Hope this is useful!

Similar Posts:

3 Comments

  • tim
    April 15, 2009
  • debraph
    April 30, 2009
  • ZZZ
    September 12, 2010

Leave A Comment.