home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / rt / 440 < prev    next >
Encoding:
Text File  |  1992-08-19  |  4.3 KB  |  102 lines

  1. Newsgroups: comp.sys.ibm.pc.rt
  2. Path: sparky!uunet!caen!destroyer!jafus!matt
  3. From: matt@jafus.mi.org (Matthew Braun)
  4. Subject: Re: Rice's AIX-RT X11R5 binaries
  5. Message-ID: <1992Aug20.020637.5345@jafus.mi.org>
  6. Organization: The Eccentricity Group - East Lansing Division
  7. References: <1048@alsys1.aecom.yu.edu>
  8. Date: Thu, 20 Aug 92 02:06:37 GMT
  9. Lines: 91
  10.  
  11. In article <1048@alsys1.aecom.yu.edu> mjr@balrog.aecom.yu.edu (Mauricio Rosales) writes:
  12. >I downloaded the X11R5 binaries from brazos.is.rice.edu  - extracted and
  13. >installed it according to the instructions. When I run  most of the binaries
  14. >I get  back the message "Killed". If I run just ./X it starts to come up
  15. >and then hangs. 
  16. >When I  run it with dbx I get the error:
  17. >store: could not write instruction at 0x100187e8
  18. >
  19. >I'm running AIX 2.2.1 whith the latest CSD's on an RT model 130.
  20. >
  21. >Has anybody run across this problem or have any idea how to fix it?
  22. >
  23. >
  24. >                            Mauricio Rosales
  25. >
  26.  
  27. I mailed the person that build those binaries and this was his reply:
  28.  
  29. From: Michael Francis Brantley <brantley@Princeton.EDU>
  30. Subject: Re: X11R5 server
  31. Date: Wed, 10 Jun 92 7:42:17 EDT
  32.  
  33. > I'm trying to get the X11R5 binaries from brazos.is.rice.edu running on my
  34. > RT type 6151 model 115 running AIX 2.2.1.  When I try to run xinit or
  35. > startx it just says 'Killed' or 'startx: <pid> Killed'.  I assume there is
  36. > a problem with not having some default files like a .xinitrc and maybe
  37. > others.  Those types of files weren't included with the files from brazos.
  38. > But if I try to run the server all by itself by running 'X', it loads for a
  39. > while then gives the following error:
  40. >      Couldn't open RGB_DB '/usr/site/X11R5/lib/X11/rgb'
  41.  
  42. Your problem here is that you didn't set up the links as described in the 
  43. README.R5 directory.  The symbolic link from /usr/site/X11R5 is necessary
  44. for it to work properly.  
  45.  
  46. [stuff deleted...]
  47.  
  48. >      Didn't find an IBM 5081 Graphics Adapter
  49. >      Couldn't open any screens.
  50. > The rgb file doesn't exist, and I'm pretty sure that I don't have an IBM
  51. > 5081 Graphics Adapter.  The X server also has a '-mpel' option which I
  52. > tried and that doesn't work either.  Basically I'm not sure which graphics
  53. > adapter I have.  When I run the 'termdef' program it says 'ibm6155'.  When
  54. > I looked up Display Options in the 'User Setup Guide and Options
  55. > Installation' manual, I found that my adapter looked like the 'IBM RT PC
  56. > Extended Monochrome Graphics Display Adapter'.  So is this supported by the
  57. > current X11R5 server, or does it exist and can it be compiled???
  58.  
  59. Yes, the code for the 6155 (or APA16) display is supported, though I did not
  60. compile the support into the server available on brazos.is.rice.edu.  You 
  61. are going to need to build the server yourself.  To do so, you'll need to 
  62. download all of the files in brazos.is.rice.edu:/pub/aix_rt/X11R5.src and
  63. follow the directions in the patchfile.  Once you have the distribution 
  64. unpacked, edit the mit/config/ibm.cf file to change the "ibmIncludeAPA16"
  65. preprocessor variable to "YES" and "ibmIncludeMPEL" to "NO".  This should
  66. also shrink the size of your Xserver considerably.
  67.  
  68. > Also another question I had about the binaries, why are they so big?  Were
  69. > they or can they be compiled with shared libraries?  It is pretty
  70. > ridiculous that such a short program like 'xlogo' is over 750K, and the
  71. > rest of the programs are also big.
  72.  
  73. AIX 2.2.1 doesn't support shared libraries.  The compiler just creates huge
  74. executables.
  75.  
  76. I hope this helps.  I should have thought to make an APA16 server available 
  77. before leaving Rice, but I didn't.  Also, I have not tested the APA16 server
  78. myself, I've only been told that it worked by others.
  79.  
  80. Good luck -
  81. -- 
  82. Michael Brantley
  83. Department of Computer Science
  84. Princeton University, Princeton, New Jersey
  85. (brantley@princeton.edu)
  86.  
  87.  
  88.  
  89. It sounds like X11R5 supports the RT/AIX for the APA16 display, but
  90. hasn't been compiled.  If anyone out there with enough disk space could
  91. compile the X11R5 server for the APA16 display (only, don't want the
  92. binary to be any bigger than needed) and let me (everyone) know where
  93. to get it from.  It would be nice if a different X server is build for
  94. each display that is supported.
  95.  
  96. Hope this information answers your question.  And hopefully someone
  97. will respond to this request to build the server for all the displays.
  98.  
  99. Matthew.
  100.