home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5837 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.1 KB  |  62 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!news.claremont.edu!ucivax!ucla-cs!ucla-mic!alisa!farrokh
  3. From: farrokh@fusion.ucla.edu (Farrokh Najmabadi)
  4. Subject: Re: dxpsview error
  5. Message-ID: <1992Jul22.131906.9621@mic.ucla.edu>
  6. Sender: farrokh@alisa (Farrokh Najmabadi)
  7. Nntp-Posting-Host: alisa.fusion.ucla.edu
  8. Organization: ucla
  9. Date: 22 Jul 92 13:19:06 PDT
  10. Lines: 50
  11.  
  12. Per release notes, dxpsview works on DecStation 3100 and crashes on
  13. DecStation 5000/200.  For the 5000/200 machines, you have to turn
  14. on the watch progress before opening a postscript file (it is also
  15. advisable to turn off the use comment option).
  16.  
  17. Below is the setup in my .Xdefaults file which starts the dxpsview
  18. with proper setting (and also reflect these values in the menu bars).
  19. The geometry in this list is the largest dxpsview window that you can
  20. create which at scale factor of 0.8 shows the complete page
  21. (I have not been able to set the scale factor in the .Xdefaults
  22. file, let me know if you know how to do it).
  23.  
  24. I am running Ultrix 4.2 with Motif on DecStation 5000/200.
  25.  
  26. Note: You have to log off/on or run
  27.   xrdb ~/.Xdefaults
  28. for the new .Xdefaults values become available.
  29.  
  30.  
  31. p.s. To Digital:
  32.  
  33. Ultrix man pages for DecWindows applications (dx...) are very poor in
  34. identifying resources available to each application, i.e., not all
  35. resources are identified, some are misspelled, and there are no
  36. examples.  Only after looking through the startup default values in
  37. app-defaults directory and considerable hacking, one can find the
  38. proper resource name and values. It is improtant to ensure that the
  39. man pages are up to date with the applications.
  40.  
  41.  
  42. !
  43. ! DXPSVIEW
  44. !
  45. DPSViewer*geometry:            700x950+200+30
  46. DPSViewer*background:            white
  47. DPSViewer*iconName:            PS
  48. DPSViewer*iconTitle:            PS
  49. ! To set the Use Comment option (Menu bar / Default Value)
  50. DPSViewer*optionsMenu.comments.value:    off
  51. DPSViewer*useComments:            off
  52. ! To set the Watch Progress Mode (Menu bar / Default Value)
  53. DPSViewer*optionsMenu.windowDrawMode.value:    True
  54. DPSViewer*watchProgress:        True
  55. !DPSViewer*options*trays*scaleFactor:          0.8  -> Did not work
  56.  
  57.  
  58.  
  59. Farrokh Najmabadi (najmabadi@fusion.ucla.edu)
  60.  
  61.  
  62.