home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8275 < prev    next >
Encoding:
Text File  |  1992-08-14  |  2.3 KB  |  54 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!boulder!kinglear!drew
  3. From: drew@kinglear.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: X questions: how to run x-program on other machine?
  5. Message-ID: <1992Aug14.232337.7936@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: kinglear.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <zhao.713807106@unixg.ubc.ca>
  10. Date: Fri, 14 Aug 1992 23:23:37 GMT
  11. Lines: 41
  12.  
  13. In article <zhao.713807106@unixg.ubc.ca> zhao@unixg.ubc.ca (Jiansheng Zhao) writes:
  14. >Hi, there,
  15. >I have X running, but still have some questions. 
  16. >1). I couldn't run any x-program (xrn, etc) on our university's mainframe
  17. >unix machine, which has all those wonderful x-program. There supposed to be
  18. >a xhost or something, or setenv DISPLAY xxx.xxx.ca:0, which I cann't figure
  19. >out. University Computing Centre cann't help much, they were suprised to
  20. >know I am running X on a PC under L-I-N-U-X. Is it possible to dial-in and 
  21. >run x-program from my linux-X machine?
  22.  
  23. Not yet.  To run the stock X server and clients, you need to have 
  24. either a unix domain socket (local machine), or a TCP/IP socket
  25. connection.  This means you need to have IP access to the 
  26. net on which the host computer runs.
  27.  
  28. IP access may be attained through either a dirrect ethernet connection,
  29. or via SLIP or CSLIP - Serial Line IP, or Compressed SLIP.  
  30.  
  31. In order to run SLIP, both ends must be support SLIP software.  Generally,
  32. you need th sysadmin of the remote site to add you in so that they will 
  33. route packets to you.
  34.  
  35. Another possibility is setting up a bogus X server on the remote
  36. machine as some display other than :0, and coming up with a scheme 
  37. for transmitting requests to your local clients through some propriety
  38. scheme.  
  39.  
  40. Certain vendors do this.
  41.  
  42. You might look at xmx if you are interested.
  43.  
  44. >2). In which subdirectory should I unpack those X-program sources to
  45. >compile? 
  46.  
  47. Normally, it doesn't matter, as long as you have xmkmf installed on 
  48. your system.  Xmkmf will "do the right thing", setting up the 
  49. include directories, etc, as defined in your X config directory.
  50. -- 
  51. Microsoft is responsible for propogating the evils it calls DOS and Windows, 
  52. IBM for AIX (appropriately called Aches by those having to administer it), but neither is as bad as AT&T.  Boycott AT&T, and let them know how you feel. 
  53.  
  54.