The files in this directory contain sources that allow the X11 R5 sample server to be built for the following HP 9000 Series 700 workstation platforms: Model 705 (1280x1024 grayscale graphics) Model 710L (1024x768 color graphics) Model 710C (1280x1024 color graphics) Model 710G (1280x1024 grayscale graphics) Model 720, 730, or 750 with: A1659A CRX 1280x1024 color graphics A1924A GRX 1280x1024 grayscale graphics A2269A Dual CRX 1280x1024 color graphics (two displays) The code is being released in source form for building and execution on the above platforms when running either the HP-UX 8.05 or 8.07 operating system. This software is intended for demonstration, experimentation, or research purposes only. It is not Hewlett-Packard product code and carries with it no guarantee of functionality, performance, maintenance, or support. This software is provided without any express or implied warranty with regard to merchantability or fitness. In no event shall Hewlett-Packard be liable for any special, indirect, or consequential damages, or any damages whatsoever, resulting from loss of use, data, or profits, whether in an action of contract, negligence or other tortious action, arising out of, or in connection with, the use or performance of this software. This software will also be made available through the HP InterWorks Users Group. The files contained in this directory include only the HP-specific portions of the R5 X server, and other files needed to build that server that are different from the R5 sample implementation. You will need the remainder of the R5 distribution in order to build the server. The R5 sample implementation is available through the X Consortium or the HP InterWorks Users Group. This directory should contain 3 files: XHPR5SRV.Z README XHPKeymaps.Z The file XHPR5SRV.Z is a compressed tar file that contains sources for the HP-specific portions of the X server. The majority of these files reside in the server/ddx/hp subdirectory. However, there are a number of files that reside in other directories that you will have to reconcile with the corresponding files from the sample X11 Release 5 distribution. The configuration files provided here install the resulting objects and header files in the /usr/contrib/mitX11R5 directory. If you wish to make the entire R5 distribution, the initial make for clients will fail because the clients depend on shared libraries that have not yet been installed in that directory. You can fix this by doing a 'make install' when the make for the clients fails, then doing another make from the top. The file XHPKeymaps.Z is a compressed HP9000 s700 object file that contains keymaps for Hewlett-Packard keyboards. When the sources contained in this distribution are compiled, the default location for this file will be the directory /usr/contrib/mitX11R5/lib/X11. You should copy the XHPKeymaps file to that directory.