home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / ultrix / 9556 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. Path: sparky!uunet!ukma!gatech!concert!decwrl!pa.dec.com!heiney
  2. From: heiney@pa.dec.com (Bob Heiney)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: X11 fonts
  5. Date: 28 Jan 1993 20:55:26 GMT
  6. Organization: Digital Equipment Corporation
  7. Lines: 37
  8. Message-ID: <1k9h7uINNnq4@usenet.pa.dec.com>
  9. References: <1k15i0INNd2c@sol.tis.com> <C1FLIA.IKt@news.chalmers.se> <1993Jan27.170325.22637@risky.ecs.umass.edu>
  10. NNTP-Posting-Host: andelain.pa.dec.com
  11.  
  12. In article <1993Jan27.170325.22637@risky.ecs.umass.edu>
  13. srmorin@risky.ecs.umass.edu (Steven R Morin) writes:
  14. >
  15. >   I recently installed the X11R4 PXG server on a DECstation 5000/200.  
  16. >I'm having trouble with some fonts.  When I'm logged in, and do an xset -q,
  17. >it says that the default font path is 
  18. >
  19. >/usr/lib/X11/fonts/decwin/100dpi/,/usr/lib/X11/fonts/MIT/
  20. >
  21. >but the server cannot access the font 7x13 that is located in the 
  22. >/usr/lib/X11/fonts/MIT directory.
  23.  
  24. See section 4.4.8.4 "Sample Font Alias Files" of the ULTRIX 4.2A release
  25. notes.
  26.  
  27. Basically you would
  28.  
  29.     cd /usr/lib/X11/fonts/MIT
  30.     cp fonts.alias fonts.alias.sav
  31.     cp fonts.alias-mit fonts.alias
  32.     xset fp rehash
  33.  
  34. The key is to have "FILE_NAMES_ALIASES" as a line in the "fonts.alias"
  35. file in the /usr/lib/X11/fonts/MIT.  This allows "7x13", which is the
  36. filename minus the ".pcf" suffix, to be an alias for the font.  The real
  37. name of the "7x13" font is
  38.     
  39.     -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
  40.  
  41. which is why you want an alias!
  42.  
  43. /Bob
  44. -- 
  45. Bob Heiney  ( heiney@pa.dec.com )
  46. Technical Consultant
  47. Digital Equipment Corporation, US Desktop Sales, Palo Alto, CA
  48. All opinions expressed are mine, and not necessarily those of my employer
  49.