Yesterday did you open the XWindow??, any way the problem looks like your system haven't font fixed or bad path to this font. See next the end of your XFree86.0.log:
> Could not init font path element unix/:7100, removing from list!
>
> Fatal server error:
> could not open default font 'fixed'
I really don't know when you define your default font, maybe in .Xresources or .Xdefaults. Maybe you must fix or add the paths in your "/etc/X11/XF86Config-4" .
Dis you have in XF86Config-4 some section that looks like I show you next:
#-----------------------------
---------------------------------------
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/encodings"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/util"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
#--------------------------------------------------------------------
If not I think that you need it, but just add the path that also are in your system.
You can also check in you XFree log file that in the start of this file you will see :
> (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/li
b/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/10
0dpi,/usr/lib/X11/fonts/75dpi"
and not just like in log:
> (**) FontPath set to "unix/:7100"
Without any path.
Good look, and please tell me if your problem was fixed or not.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/encodings"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/util"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
#--------------------------------------------------------------------
If not I think that you need it, but just add the path that also are in your system.
You can also check in you XFree log file that in the start of this file you will see :
> (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/li
b/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/10
0dpi,/usr/lib/X11/fonts/75dpi"
and not just like in log:
> (**) FontPath set to "unix/:7100"
Without any path.
Good look, and please tell me if your problem was fixed or not.