home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xscreensaver-126 / src / aaa_vms.notes next >
Text File  |  1996-08-15  |  3KB  |  66 lines

  1. OpenVMS port of Xscreensavser version 1.26     December 1995
  2. ==========================================
  3.  
  4. Xscreensaver distribution can be found in 3 subdirectories:
  5.  
  6. [.DRIVER]   The Xscreensaver and Xscreensaver-command programs.
  7. [.HACKS]    Graphic demos ,can be run either through the xscreensaver program 
  8.             or standalone.
  9. [.UTILS]    A small libraries of various utilities.
  10.  
  11. All objets, libraries and exes files are provided for VAX VMS 5.5-2 (compiled
  12. with VAX C 3.2 / Motif 1.1) and AXP VMS 6.1 (compiled with DEC C 5.0 / Motif
  13. 1.2). 
  14.  
  15. If you wan to rebuild, you need to rebuild [.UTILS] directory first and
  16. re-create the object library (look at the end of COMPILE*.COM procedure).
  17.  
  18. You can now rebuild the [.HACKS] directory and the [.DRIVER] directory.
  19.  
  20. WARNING : before rebuilding [.HACKS], you need to correct some of DECwindows 
  21. bitmap files. Some files are bogus !! (they have a long line of null chars 
  22. at the end). These files are under SYS$COMMON:[DECW$INCLUDE.BITMAPS] directory:
  23.  
  24. STIPPLE.XBM
  25. HLINES2.XBM
  26. LIGHT_GRAY.XBM
  27. ROOT_WEAVES.XBM
  28. VLINES2.XBM
  29.  
  30. These files are all used by Greynetic demo.
  31.  
  32. Nota: link procedure automagically select appropriate X and Motif Libraries
  33. (X11R4/Motif 1.1 - X11R4/Motif 1.2). 
  34.  
  35. The SETUP.COM procedure gives you a definition of all DCL foreign command
  36. symbols needed to run Xscreensaver and all the graphic hacks. You need to
  37. modify this procedure if you install these programs in another directory tree.
  38.  
  39. VMS .HLP files are provied for all programms of this distribution.
  40.  
  41. You can easily add new graphic demos without recompiling Xscreensaver. You just
  42. need to add them in resource file XSCREENSAVER.DAT. This file (originally
  43. present in [.DRIVER] directory ) can be installed under your SYS$LOGIN 
  44. directory for a per-user customization basis. You can also install it under 
  45. the system-wide user resource directory SYS$COMMON:[DECW$DEFAULT.USER] 
  46. (with (W:RE) protections). The new graphics hack must be run in root-window 
  47. mode to be accepted by Xscreensaver.
  48.  
  49. The graphic demos are spawn into subprocess created by the system() call (in
  50. the Unix version the execve() call is used).
  51.  
  52. The VMS passord checking programs were picked up in the Xlock distribution.
  53.  
  54. Many thanks to Martin P.J. Zinser for many portability improvements to this
  55. port (look at XSCREEN_MARTIN.TXT for a list of changes).
  56.  
  57. Thanks to GrΘgoire SandrΘ (sandre@clamart.wireline.slb.com) for a patch
  58. concerning FileVue X Messages.
  59.  
  60. Aug 96 : Mods to compile with DEC C 5.2
  61.  
  62. Enjoy,
  63.  
  64. Patrick MOREAU - CENA/Athis-Mons - FRANCE  (pmoreau@cena.dgac.fr)
  65.                                            (moreau_p@decus.decus.fr)
  66.