home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / 16300 < prev    next >
Encoding:
Text File  |  1992-09-08  |  3.0 KB  |  80 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!iWarp.intel.com|ichips!tmcconne
  3. From: tmcconne@sedona.intel.com (Tom McConnell)
  4. Subject: Re: can an R5 client connect to R4 server?
  5. Message-ID: <1992Sep8.020100.28543@ichips.intel.com>
  6. Originator: tmcconne@sedona
  7. Sender: tmcconne@sedona (Tom McConnell)
  8. Organization: Intel Corporation
  9. References: <1992Sep7.201706.3675@ilinx.wimsey.bc.ca> <1992Sep7.235622.20864@newshub.ccs.yorku.ca>
  10. Date: Tue, 8 Sep 1992 02:01:00 GMT
  11. Lines: 67
  12.  
  13.  
  14. In article <1992Sep7.235622.20864@newshub.ccs.yorku.ca>, tony@nexus.yorku.ca (Anthony Wallis) writes:
  15. > Brian J. Murrell (brian@ilinx.wimsey.bc.ca) asks :
  16. > > Subject: Re: can an R5 client connect to R4 server?
  17. > > Well the subject says (asks) it all.  ..
  18. > Now I'm confused.  What's a "R4 server", and how would it differ
  19. > from, say, a "R3 server" or "R5 server" ?  I've recently spent
  20. > many decahours with manuals and dirty experiments achieving the
  21. > enlightened understanding that my server speaks only the X Protocol,
  22. > Major version = 11, Minor version = 0 (plus the shape extension and
  23. > XDMCP) and that all this R# icing is layered above that on the client
  24. > side library only.
  25. > (Not only that, /* name drop */ Oliver Jones told me that the
  26. >  lower levels of X were very stable and not to worry about R4->R5.)
  27. > What am I missing ?
  28. > --
  29. > tony@nexus.yorku.ca = Tony Wallis, York University, Toronto, Canada
  30.  
  31.   The "11" is X, version 11. The "R" is the release number, currently at 5,
  32. shortly going to 6 with the release of X11R6.
  33.  
  34.   One problem with decyphering the release number of X from a vendor's server is
  35. that sometimes they modify the server :) For instance, here is a piece of the
  36. output from xdpyinfo from a VAXstation 3100, running ultrix 3.1, and the DEC
  37. supplied X server:
  38.  
  39.             name of display:    fulton:0.0
  40.             version number:    11.0
  41.             vendor string:    DECWINDOWS DigitalEquipmentCorp.
  42.             vendor release number:    11
  43.  
  44. and here it is from the MIT X11R5 distribution, in this case running on an
  45. RS/6000, running AIX 3.1.6:
  46.  
  47.             name of display:    thunder:1.0
  48.             version number:    11.0
  49.             vendor string:    MIT X Consortium
  50.             vendor release number:    5000
  51.  
  52. and here it is from an RS/6000, running AIX 3.2, with IBM's X server:
  53.  
  54.             name of display:    florida:0.0
  55.             version number:    11.0
  56.             vendor string:    International Business Machines
  57.             vendor release number:    4
  58.  
  59.   The important fields are "version number:" and "vendor release number:".
  60.  
  61.   So, the IBM-supplied X is X11R4, the MIT X is X11R5, and the DEC X is unknown.
  62. From what I can tell (and guess :), the DEC X from ultrix 3.1 is mostly X11R3,
  63. with some nasty bugs.
  64.  
  65.   Does this approach the question?
  66.  
  67.     Cheers,
  68.  
  69.     Tom McConnell
  70. -- 
  71.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  72.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  73.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  74.  Chandler, AZ  85226    | their right mind would claim them.
  75.