home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 20828 < prev    next >
Encoding:
Text File  |  1993-01-06  |  855 b   |  25 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!noc.near.net!gateway!miki!oj
  3. From: oj@miki.pictel.com (Oliver Jones)
  4. Subject: Re: Why, why, why an Xt error?
  5. Message-ID: <1993Jan6.142810.371@miki.pictel.com>
  6. Organization: PictureTel Corporation
  7. References: <1993Jan5.223109.17295@qualix.com>
  8. Date: Wed, 6 Jan 1993 14:28:10 GMT
  9. Lines: 14
  10.  
  11. In article <1993Jan5.223109.17295@qualix.com> dshaker@qualix.com writes:
  12. >I have a user on using a NCR as an xclient and a Sun as an xserver.
  13. >... the clock comes up fine (access control on the Sun is not a problem).
  14. >However, if he then does
  15. >    anotherApp &
  16. >he gets
  17. >    Fatal Xt error: cannot open display.
  18.  
  19. It's possible that anotherApp is statically bound with an R3 version
  20. of Xlib which ignores the R4-vintage xauth (~/.Xauthority) mechanism.
  21.  
  22. Try issuing the command 
  23.    xhost +`hostname`
  24. before running anotherApp.
  25.