Hi,
A friend of mine was trying to install a screen saver on his Red Hat 7.2 linux box when X crashed. He replaced his XF86Config-4 file with the original.
He is still getting an error:
Could not init font path unix/:7100, removing from list! Fatal server error: could not open default font 'fixed'
Can you suggest what steps he should take to recover from the X server crash?
Thanks. Parul
Hmmm just comment out this line
FontPath "Unix/:7100"
from XF86Config file and X server should start working fine.
Ciao Tapesh
--- Parul Mathur parulmat@rediffmail.com wrote:
Hi,
A friend of mine was trying to install a screen saver on his Red Hat 7.2 linux box when X crashed. He replaced his XF86Config-4 file with the original.
He is still getting an error:
Could not init font path unix/:7100, removing from list! Fatal server error: could not open default font 'fixed'
Can you suggest what steps he should take to recover from the X server crash?
Thanks. Parul
__________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com
On Tue, 27 Aug 2002 04:57:03 -0700 (PDT) Tapeshwar Nath gtapeshwar@yahoo.com wrote:
Hmmm just comment out this line
FontPath "Unix/:7100"
Or, you better arrange for Xfs to be started in runlevel 5.
On 27 Aug 2002, Parul Mathur wrote:
Could not init font path unix/:7100, removing from list!
the X font server isn't running.
Fatal server error: could not open default font 'fixed'
there is no entry for the misc fontset in XF86Config. This is required as a fallback in case xfs isn't running. Find out where this directory is (you can look at the output of chkfontpath) and add it as another fontpath after unix:/7100