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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!paladin.american.edu!gatech!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (& Murphey)
  4. Subject: Re: Xfree86 Font directory problem?
  5. In-Reply-To: DS1437@acspr1.acs.brockport.edu's message of 29 Dec 1992 20:15:53 -0600
  6. Message-ID: <RICH.92Dec30004535@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: <9212300215.AA00524@deepthought.cs.utexas.edu>
  12. Date: Wed, 30 Dec 1992 06:45:35 GMT
  13. Lines: 21
  14.  
  15. >>>>> In article <9212300215.AA00524@deepthought.cs.utexas.edu>, DS1437@acspr1.acs.brockport.edu writes:
  16. D> NNTP-Posting-Host: cs.utexas.edu
  17.  
  18. D>     I am having problems getting Xfree86 running, it seems to initiaize
  19. D> the screen fine , but then switches back to text, and hangs the console
  20. D> port (still can telnet in). I found out that there is an error that
  21. D> the server is reporting but never showing, I can only get this error on
  22. D> a system that is telneted in, it is:
  23.  
  24. D> failed to set default font path '/usr/X386/lib/X11/fonts/misc/,/usr/X386
  25. D> /lib/X11/fonts/75dpi/'
  26. D> Fatal server error:
  27. D> could not open default font 'fixed'
  28.  
  29. The XFree86 1.1 server checks the font path  more thoroughly if you
  30. set it in your Xconfig than if you use the default.  Try setting it:
  31.  
  32. FontPath "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/75dpi/"
  33.  
  34. and see if that helps.  We are working on improving this for the next
  35. release.  Rich
  36.