home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-4.iso / X11 / CubXWindow.Demo.5.0.README < prev    next >
Encoding:
Text File  |  1996-04-01  |  4.8 KB  |  129 lines

  1.  
  2. CUB'X-WINDOW V5.0 DEMO VERSION 
  3.  
  4. Intuitive Systems, Inc. is pleased to present you Cub'X-Window v5.0, X11R6 client/server solution for NEXTSTEP!
  5.  
  6. Cub'X-Window integrates in NEXTSTEP the functionality of a standard X Window terminal, allowing the remote display of X Window applications running on any X Window workstation in the network.
  7. Cub'X-Window provides all X Window development tools to port or develop X applications locally on NEXTSTEP. 
  8. Cub'X-Window v5.0 also includes numerous X clients (XV, xfig, tcl/tk...) and window managers (fvwm, Xview, twm...) already pre-compiled and ready for use. 
  9.  
  10. Please Note: Cub'X-Window v5.0 runs on NEXTSTEP v3.2 and 3.3. Cub'X-Window is not compatible with the NeXT Dimension board. 
  11.  
  12.  
  13. Demo packages available:
  14.  
  15. • Single fat packages 
  16. - NeXT hardware: CubXWindow.Demo-m68k.tar.gz (size 2645509)
  17. - Intel Systems: CubXWindow.Demo-i386.tar.gz (size 2925586)
  18. - HP PA-RISC: CubXWindow.Demo-hppa.tar.gz (size 3372494)
  19. - Sun SPARCstations: CubXWindow.Demo-sparc.tar.gz (size 2947155)
  20.  
  21. • 4-way fat package for NEXTSTEP for NeXT, Intel, HP PA-RISC and Sun SPARCstations: 
  22. CubXWindow.Demo-quad.tar.gz (size 8270856)
  23.  
  24.  
  25. Cub'X-Window demo version will quit after a specific number of events equivalent to 15-20 minutes of use. (You can then re-start X Window).
  26.  
  27. Cub'X-Window Demo Version presents all features and display options you can access in Cub'X-Window v5.0. 
  28. In order to limit the size of the demo a small number of user applications and fonts have been included. 
  29. Description of the Cub'X-Window options is provided in the on-line help. 
  30.  
  31.  
  32. For more information, please contact : 
  33. Intuitive Systems, Inc.
  34. 599 North Mathilda Ave. Ste 19
  35. Sunnyvale, CA 94086
  36.  
  37. tel : 408 245 8540
  38. fax : 408 245 8541
  39. cubx@intuisys.com
  40.  
  41.  
  42. Cub'X-Window Installation Process
  43.  
  44.  
  45. 1. Installing Cub'X-Window Demo package
  46.  
  47. 1     Start Terminal.app located in /NextApps. 
  48.  
  49. 2     Log in as root in the terminal window: 
  50. su <enter>
  51.  
  52. 3     Move to the directory in which you wish to install Cub'X-Window Demo (for example /LocalApps/Demos):
  53. cd /LocalApps/Demos <enter>
  54.  
  55. 4      Enter the following command in the terminal:
  56. gnutar zxvf CubXWindow.Demo-architecture.tar.gz
  57.     where CubXWindow.Demo-architecture.tar.gz is the demo package of your choice. 
  58.  
  59. CubXWindow.app is now installed.
  60.  
  61. 2. Creating symbolic links. 
  62.  
  63. Symbolic links must be created at specific locations on your system for X Window to run properly.  Cub'X-Window automatically creates these links the first time you start CubXWindow.app. 
  64. The symbolic links are created at the following locations: 
  65. /usr/X11
  66. /usr/X11R5
  67. /usr/X11R6
  68. /usr/bin/X11
  69. /usr/lib/X11
  70. /usr/include/X11
  71.  
  72. 3. Setting up your X user environment
  73.  
  74. You don't need to configure your X user environment: Cub'X-Window automatically accesses configuration files located at the following locations: 
  75. - /usr/X11R6/lib/X11/xinit/xinitrc
  76. - /usr/X11R6/lib/X11/twm/system.twmrc
  77.  
  78. If you have X user environment files in your home directory (.xinitrc, .xserverrc, .twmrc...) these will be the ones taken into account.
  79.  
  80. Please make sure to remove X environment files installed in your home directory by a previous version of Cub'X-Window or another X Window solution: these may prevent Cub'X-Window v5.0 demo to run properly. 
  81.  
  82. 4. Starting Cub'X-Window
  83.  
  84. To start Cub'X-Window, double-click on CubXWindow.app.
  85. The default configuration of Cub'X-Window displays X Window  in 8 bit pseudocolor visual, inside the NEXTSTEP environment. 
  86. You can change the default settings in the Preferences panel (in the Info menu).  All Preferences options are described in the on-line help. 
  87.  
  88.  Troubleshooting:  
  89. When starting CubXWindow.app, nothing happens. The CubXWindow Console (in Cub'X-Window's Tools menu) gives the error message: "sh: startx not found"
  90.  
  91. The symbolic links (step #2) have not been created when launching CubXWindow.app. The reason can be that the program in charge of the link creation (mkxlink) has had its access rights modified during the extraction of the CubXWindow package.
  92.  
  93. Please check the following: 
  94. 1     Start Terminal.app located in /NextApps. 
  95. 2     Log in as root in the terminal window: 
  96.     su <enter>
  97. 3    Move into the folder CubXWindow.app
  98.     cd CubXWindow.app <enter>
  99. 4    List the different files of this folder: 
  100.     ls -l
  101.       In the listing, check the rights of mkxlink.  mkxlink should list as follows:
  102.     -rwsr-xr-x  1 root       16384 <date> mkxlink*
  103.     If in the access rights you read  -rwxr-xr-x and not -rwsr-xr-x
  104.     you need to enter the following command:
  105.     chmod u+s mkxlink <enter>
  106. 5    You can then restart CubXWindow.app
  107.  
  108.  
  109.  
  110.  
  111. For more information, please contact : 
  112.  
  113. Intuitive Systems, Inc.
  114. 599 North Mathilda Ave. Ste 19
  115. Sunnyvale, CA 94086
  116.  
  117. tel : 408 245 8540
  118. fax : 408 245 8541
  119. cubx@intuisys.com
  120.  
  121.  
  122.  
  123.  
  124. Cub'X-Window is a trademark of Intuitive Systems, Inc.
  125. X Window System is a trademark of the Massachusetts Institute of Technology
  126. Intel is a trademark of Intel Corp.
  127. NEXTSTEP is a trademark of NeXT Computer, inc.
  128.