home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / bsd / 10485 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.6 KB  |  63 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!network.ucsd.edu!munnari.oz.au!metro!news
  3. From: dawes@physics.su.OZ.AU (David Dawes)
  4. Subject: Re: XFree86 and Fixed Fonts Errors
  5. Message-ID: <1992Dec21.012745.29506@ucc.su.OZ.AU>
  6. Sender: news@ucc.su.OZ.AU
  7. Nntp-Posting-Host: physics.su.oz.au
  8. Organization: School of Physics, University of Sydney, Australia
  9. References: <BywoI7.K64@ucunix.san.uc.edu> <RICH.92Dec8011413@omicron.Rice.edu>
  10. Date: Mon, 21 Dec 1992 01:27:45 GMT
  11. Lines: 50
  12.  
  13. In article <RICH.92Dec8011413@omicron.Rice.edu> Rich@rice.edu writes:
  14. >In article <BywoI7.K64@ucunix.san.uc.edu> leecs@ucunix.san.uc.edu (Christopher A Lee) writes:
  15. >   I am setting up a PC with 386BSD 0.1 and XFree86.  
  16. >   When i start up X, the following messages are generated:
  17. >
  18. >   XFree86 Version 1.1 / X Window System
  19. >[...]
  20. >   VGA256: SpeedUp mode selected (Flags=0x30)
  21. >   failed to set default font path '/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/Speedo,/usr/X386/lib/X11/fonts/75dpi/'
  22. >   Fatal server error:
  23. >   could not open default font 'fixed'
  24. >
  25. >The problem turns out to be in the server.
  26. >
  27. >The solution is to add the following to your Xconfig:
  28. >
  29. >FontPath"/usr/X386/lib/X11/fonts/misc/"
  30. >FontPath"/usr/X386/lib/X11/fonts/Type1/"
  31. >FontPath"/usr/X386/lib/X11/fonts/Speedo/"
  32. >FontPath"/usr/X386/lib/X11/fonts/75dpi/"
  33. >FontPath"/usr/X386/lib/X11/fonts/100dpi/"
  34. >
  35. >You can leave all of them in. The server will ignore the font
  36. >directories that don't exist.
  37.  
  38. This will *not* work in version 1.1, because that version doesn't do any
  39. fontpath verification -- or accept multiple FontPath lines.
  40.  
  41. The solution for now is to make sure that each directory specified in
  42. your FontPath exists and contains a file called fonts.dir.  If you don't
  43. have some directories (like /usr/X386/lib/X11/fonts/Speedo) then
  44. remove them from the FontPath.
  45.  
  46. >In Xfree86 1.1 the server does not
  47. >verify the font path if you don't have a FontPath line in your
  48. >Xconfig.  Missing font directories can then cause the server to fail.
  49. >This will get fixed in the next release.
  50.  
  51. The support for multiple FontPath lines and full fontpath verification is
  52. planned for the next release (version 1.2).  We don't have a firm date for
  53. that release yet -- but it should be out early in '93.
  54.  
  55. >Rich, XFree86 team
  56.  
  57. David
  58. --
  59. ------------------------------------------------------------------------------
  60.  David Dawes (dawes@physics.su.oz.au)    DoD#210      | Phone: +61 2 692 2639
  61.  School of Physics, University of Sydney, Australia   | Fax:   +61 2 660 2903
  62. ------------------------------------------------------------------------------
  63.