Torgeir Veimo wrote:
> The dreaded 
> 
> Fatal server error:
> could not open default font 'fixed'
> 
> - can happen at the least expected times.
> 
> To the point: wouldn't it be benecifial to embed the fixed font in the X
> server binary itself? It would harden the x server tremendously in case
> of system failures. On my system the fixed font, which is really the
> 6x13-ISO8859-1.pcf.gz is 4366 bytes big. 

No need. Fonts could be specified via FontPath in the XF86Config file, so as not
to solely depend on the font server (xfs in this case). I believe someone has
suggested this idea as a change in default configuration recommended.

E.g.

Section "Files"
    [...]
    FontPath   "unix/:7100"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc"
EndSection

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to