home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / server / ddx / ibm / README < prev    next >
Encoding:
Text File  |  1991-07-10  |  3.2 KB  |  99 lines

  1. A joint production of:
  2.  
  3.     Andy Pierce         IBM Cambridge Scientific Center
  4.  
  5.     Ron Harter        IBM Austin
  6.     Terry Wang
  7.     Jeanne K. Smith
  8.     Jim Miller
  9.     James Miller
  10.  
  11.     Walt Daniels        IBM T.J. Watson Research 
  12.     Steve Smith
  13.  
  14.     Bob Scheifler        MIT Laboratory for Computer Science
  15.     Keith Packard
  16.     and everyone else at the X Consortium!
  17.  
  18. This version of the IBM X11 driver uses ../mi,  ../mfb and ../cfb to support
  19. the following configuration:
  20.  
  21.     RISC System 6000 with skyway adapter (8 bit color adapter)
  22.  
  23. All other configurations will NOT work! However the release 5 clients 
  24. and libraries should build and run on other RISC System 6000 platforms.
  25. It should also be noted that this version of the X server does NOT support 
  26. the AIX X extensions, such as Display PostScript (*) or GL.
  27.  
  28. (*) Trademark of Adobe System Incorporated
  29.  
  30. This version of the server does not use the same font format as AIXWindows 
  31. does, and you may run into some inconsistencies with applications which
  32. expect AIXWindows fonts (especially InfoExplorer).
  33.  
  34. The code supplied with this release, while it has been tested with the skyway  
  35. adapter, is completely unsupported, and if you have problems installing or
  36. using it you are on your own. You may find, in your particular 
  37. environment, the performance of this server is different from that of
  38. the AIX product server.  If the performance in your environment is 
  39. not acceptable, then you should stick with the product level of the 
  40. server. The performance of this server is not indicative of the performance
  41. of the AIX product level server.
  42.  
  43. Things to check before building:
  44.  
  45. 1)    Decide if you want to build the server. If not, change the line
  46.     in config/ibm.cf from:
  47.     #define BuildServer             YES
  48.         to 
  49.     #define BuildServer             NO
  50.  
  51. 2)    Decide if you want the PEX extension to the server.
  52.     If you do not, then add this line to config/ibm.cf:
  53.     #define BuildPex                NO
  54.  
  55. 2)    The existing configuration will install the shared libraries and 
  56.     executables under the /usr/local tree, to avoid clobbering
  57.     existing product level executables. It is strongly suggested that you 
  58.     keep both the AIX product level of X and the release 5 level.
  59.  
  60. Building the system:
  61.  
  62. 1)    Go for it.  In the top-level directory, type
  63.  
  64.     make World
  65.  
  66.     This takes quite a long time because of the optimization that 
  67.     will be performed.
  68.  
  69. 2)    After the complete system build, you can install the shared 
  70.     libraries and executables by becoming superuser (chown is 
  71.     restricted to superuser!), and typing:
  72.  
  73.     make install
  74.  
  75.     Otherwise, you'll want to create a bunch of symbolic links to
  76.     the various executables and data files scattered throughout
  77.     the hierarchy.
  78.  
  79.  
  80. 3)    On the console, put whatever you chose for BINDIR (in ibm.cf)
  81.     in your search path before the /usr/bin/X11 directory, and then 
  82.     start the server:
  83.  
  84.         xinit
  85.  
  86. 4)    xinit should start up an xterm window that acts as a console.  When
  87.     this xterm terminates, the xinit will kill the server.  You can also
  88.     start up client programs from a terminal or rlogin, but you must
  89.     first set the DISPLAY environment variable:
  90.  
  91.         setenv DISPLAY unix:0
  92.         xterm &
  93.  
  94.  
  95. 5)    To shut the server down,  press the Ctrl, Alt and Backspace keys 
  96.     at the same time, or kill the last program started by your .xinitrc
  97.     file.
  98.  
  99.