home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10783 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.7 KB  |  63 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (& Murphey)
  4. Subject: Re: Font Problems with Xfree86
  5. In-Reply-To: DS1437@acspr1.acs.brockport.edu's message of 30 Dec 1992 16:01:37 -0600
  6. Message-ID: <RICH.92Dec30222620@superego.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <9212302201.AA01419@deepthought.cs.utexas.edu>
  12. Date: Thu, 31 Dec 1992 04:26:20 GMT
  13. Lines: 48
  14.  
  15. >>>>> In article <9212302201.AA01419@deepthought.cs.utexas.edu>, DS1437@acspr1.acs.brockport.edu writes:
  16. R>From: rich@Rice.edu (& Murphey)
  17. R>Subject: Re: Xfree86 Font directory problem?
  18. R>>>>>> In article <9212300215.AA00524@deepthought.cs.utexas.edu>, DS1437@acspr1.acs.brockport.edu writes:
  19. R>D> NNTP-Posting-Host: cs.utexas.edu
  20. R>
  21. R>D>     I am having problems getting Xfree86 running, it seems to initiaize
  22. R>D> the screen fine , but then switches back to text, and hangs the console
  23. R>D> port (still can telnet in). I found out that there is an error that
  24. R>D> the server is reporting but never showing, I can only get this error on
  25. R>D> a system that is telneted in, it is:
  26. R>
  27. R>D> failed to set default font path '/usr/X386/lib/X11/fonts/misc/,/usr/X386
  28. R>D> /lib/X11/fonts/75dpi/'
  29. R>D> Fatal server error:
  30. R>D> could not open default font 'fixed'
  31. R>
  32. R>The XFree86 1.1 server checks the font path  more thoroughly if you
  33. R>set it in your Xconfig than if you use the default.  Try setting it:
  34. R>
  35. R>FontPath "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/75dpi/"
  36. R>
  37. R>and see if that helps.  We are working on improving this for the next
  38. R>release.  Rich
  39.  
  40. D>     I think thats where the server was getting the name for the font
  41. D> directories. Sorry I was going to include my Xconfig file in the message
  42. D> too, but I forgot. Here it is --
  43.  
  44.  
  45. D> #########################################################################
  46. D> RGBPath                "/usr/X386/lib/X11/rgb"
  47. D> FontPath         "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/75dpi/"
  48. [...]
  49.  
  50. I was mistaken about the version 1.1 XFree86 server -- It doesn't
  51. verify the font path at all.  So you need make sure that every
  52. directory in your font path is a valid directory containing fonts.dir
  53. file, etc.  You could simplify it to a single directory such as:
  54.  
  55. FontPath         "/usr/X386/lib/X11/fonts/misc/"
  56.  
  57. Another tip: the fonts distributed with the 386BSD binaries are
  58. intensionally compressed.  If you uncompress them you must run
  59. 'mkfontdir' to rebuild the fonts.dir file.  Uncompressing them and
  60. failing to do that could cause the "could not open default font
  61. 'fixed'" message.  Rich
  62.  
  63.