Quote:>================================================================
>Could not init font path element unix/:7100, removing from list!
>Fatal server error:
>could not open default font 'fixed'
>================================================================
>My OS is RedHat 7.2
>I have looked around for solutions. But there is nothing conclusively
>talking about fixing this problem.
>How i can fix this problem?
Your X Font Server, "xfs", is not running. Use "pidof xfs" to verify.
If this command returns with nothing, that indeed is the case.
If so, first try doing "/etc/rc.d/init.d/xfs start". Does it say
"[ OK ]", or "[FAILED]"? If it says the former, verify it's running
by doing "pidof xfs" again. This should return a single value if in
fact it is running. If it does, to starting X again (startx).
If all of this fails, post again, and we'll investigate the cause.
Chris