*SOLVED* Xvfb could not open default font 'fixed' [message #24010] |
Fri, 30 November 2007 00:34 |
kennethburgener
Messages: 5 Registered: November 2007 Location: U.S.A.
|
Junior Member |
|
|
I have Xvfb running on my OpenVZ host OS (CentOS 5), but when I attempt to execute Xvfb within a VE (tried centos-5-i386-minimal and centos-4-i386-minimal OS templates) I receive the same error:
----------------------------------
# export DISPLAY=:1.0
# Xvfb :1 -screen 0 800x600x16 &
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Fatal server error:
could not open default font 'fixed'
----------------------------------
I am installing Xvfb using "vzyum 1 install xorg-x11-server-Xvfb" to install Xvfb on the VEs (the package is named slightly different on the centos-4 template).
I tried installing x11-fonts-base package, and several others, but none seem to include this mysterious "fixed" font file.
Any ideas where I can find this default font or how I can install it?
Thanks
[Updated on: Sat, 01 December 2007 19:01] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Xvfb could not open default font 'fixed' [message #25467 is a reply to message #24071] |
Wed, 26 December 2007 18:22 |
efball
Messages: 41 Registered: September 2006 Location: Santa Rosa, California
|
Member |
|
|
kennethburgener wrote on Fri, 30 November 2007 11:57 | Well that worked, sort of. I tried using vzyum to install the package and this did not resolve the issue. When I used yum locally on the VE it did. Are there know problems with vzyum? Does using yum locally on a VE cause any corruption?
|
I had the same problem with the fonts not working. I fixed it with:
cd /usr/X11R6/lib/X11/fonts
mkfontdir misc 75dpi 100dpi
The post install scripts aren't working unless you install them like you did.
E Frank Ball efball@efball.com
|
|
|
|