home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / x / 20176 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.7 KB

  1. Xref: sparky comp.windows.x:20176 comp.unix.sys5.r4:820
  2. Newsgroups: comp.windows.x,comp.unix.sys5.r4
  3. Path: sparky!uunet!munnari.oz.au!metro!basser.cs.su.oz.au!tmx!odtdev!quy
  4. From: quy@stone.oz.au (Quy Tonthat)
  5. Subject: SUMMARY: USL X clients and DISPLAY number
  6. Organization: Stone Microsystems, NSW, Australia
  7. Date: Mon, 14 Dec 92 06:04:04 GMT
  8. Message-ID: <1992Dec14.060404.23802@stone.oz.au>
  9. Keywords: USL, DISPLAY
  10. Lines: 38
  11.  
  12.  
  13. Few days ago, I posted a question to ask everybody how to 
  14. start  X clients on USL svr4 and displayed on an X server
  15. with DISPLAY number other than 0.
  16.  
  17. The following command won't work:
  18.  
  19.      xterm -display xzy:1
  20.  
  21. The error message is "Can't not open display".
  22.  
  23. With the great help from people at USL, I have the answer from
  24. kumar@usl.com:
  25.  
  26. > assuming you are trying to run USL clients against various servers
  27. > with display set to non-zero, you need to do one thing 
  28. >
  29. > In your /etc/services file, add the following:
  30. >
  31. > xserver1        6001/tcp   # X server display 1
  32. >
  33. > If you are running our server as display 1 (ie: X :1 &), you need
  34. > to do this on the server machine also, or else the remote USL
  35. > clients will not connect to our server.
  36.  
  37. I wonder why I missed this. I guess because all the systems I have
  38. around here hardcoded port 6000 in their code or at least hardcoded
  39. the convention 
  40.       port for server n = (port for server 0) + n
  41.  
  42. Do you know any other X that does the way USL does ?
  43. Of course I see this as a feature as long as users know about it.
  44.  
  45. -- 
  46.    Quy Tonthat                              Email: quy@stone.oz.au
  47.    Stone Microsystems,                      Fax:     (02) 818 3070
  48.    NSW.     Australia                       Voice:   (02) 818 3211
  49.  
  50.