home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / i386unix / 270 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  3.4 KB

  1. Xref: sparky comp.windows.x.i386unix:270 comp.windows.x:21067 comp.unix.sysv386:17739
  2. Newsgroups: comp.windows.x.i386unix,comp.windows.x,comp.unix.sysv386
  3. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!dwex
  4. From: dwex@cbnewsj.cb.att.com (david.e.wexelblat)
  5. Subject: Re: Should XFree86 work with fs ?
  6. Organization: AT&T
  7. Date: Tue, 12 Jan 1993 19:57:26 GMT
  8. Message-ID: <1993Jan12.195726.7029@cbnewsj.cb.att.com>
  9. References: <C0ponn.EGC@compound.se>
  10. Lines: 79
  11.  
  12. In article <C0ponn.EGC@compound.se> smith@compound.se (Bjorn Smith) writes:
  13. > We are having problems getting XFree86 working with the font server
  14. > supplied in the X11R5 source. The command fsinfo -server comsys:7000
  15. > gives the following output (wich appears to be ok):
  16. >   name of server:    comsys:7000
  17. >   version number:    2
  18. >   vendor string:    MIT X Consortium
  19. >   vendor release number:    5001
  20. >   maximum request size:    16384 longwords (65536 bytes)
  21. >   number of catalogues:    1
  22. >       all
  23. >   Number of alternate servers: 0
  24. >   number of extensions:    0
  25. > The command fslsfonts lists all the expected fonts as well.
  26. > The servers Xconfig file contains:
  27. >   #
  28. >   # some nice paths, to avoid conflicts with other X-servers
  29. >   #
  30. >   #FontPath    "/usr/X386/lib/X11/fonts/misc/"
  31. >   FontPath    "/usr/X386/lib/X11/fonts/misc/,:comsys:7000"
  32. > When starting the X386 server I get the following message:
  33. >   XFree86 Version 1.1 / X Window System
  34. >   (protocol Version 11, revision 0, vendor release 5000)
  35. >   Configured drivers:
  36. >     VGA256 (256 colour SVGA):
  37. >         et4000, et3000, pvga1, gvga, ati, tvga8900
  38. >   (using VT number 1)
  39. >   VGA256: et4000 (mem: 1024k numclocks: 16)
  40. >   VGA256:   clocks: 25 28 61 72 79 69 50 64 13 14 36  0 40 26  0 33
  41. >   VGA256: SpeedUp mode selected (Flags=0x3f)
  42. >   failed to set default font path '/usr/X386/lib/X11/fonts/misc/,:comsys:7000'
  43. >   Fatal server error:
  44. >   could not open default font 'fixed'
  45. >   giving up.
  46. >   xinit:  Software caused connection abort (errno 130):  unable to connect to X server
  47. >   xinit:  No such process (errno 3):  Server error.
  48. > Removing the font server item in Xconfig makes the X386 start properly !
  49. > What could possibly be wrong ?
  50. > Thanks in advance for any kind of help,
  51. > --
  52. > Bj|rn Smith    Compound Systems, phone +46 8 7923689
  53. > UUCP:         {uunet,mcsun}!seunet!comsys!smith
  54. > Domain Address:    smith@compound.se
  55. > -- 
  56. > Bj|rn Smith    Compound Systems, phone +46 8 7923689
  57. > UUCP:         {uunet,mcsun}!seunet!comsys!smith
  58. > Domain Address:    smith@compound.se
  59.  
  60.  
  61. Well, it's a bug, but not what you think.  The X386 manual page has the wrong
  62. syntax for specifying the font server (fixed in the next release).
  63.  
  64. Change your FontPath line to:
  65.  
  66.     FontPath    "/usr/X386/lib/X11/fonts/misc/,tcp/comsys:7000"
  67.  
  68. and everything should be fine.
  69.  
  70. For whatever reason I don't understand, the X server will die if ANY
  71. piece of the font path is invalid.  Sigh.  This is in the MIT code
  72. that we haven't touched.  We are looking into remedying this fact, but
  73. haven't tracked down a good solution yet.  XFree86 1.2 will do a lot
  74. of font path validation during parsing of the Xconfig file, but it
  75. can't do much with font servers at that point.
  76.  
  77. --
  78. David Wexelblat <dwex@mtgzfs3.att.com>  (908) 957-5871
  79. AT&T Bell Laboratories, 200 Laurel Ave - 3F-428, Middletown, NJ  07748
  80.  
  81. "The meaning of life?  That's simple.  Try to be happy, try not to hurt
  82.  other people, and hope to fall in love."  -- Mallory Keaton
  83.