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

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!news!nntpd.lkg.dec.com!hench1!henchey
  3. From: henchey@hench1.enet.dec.com (paul henchey)
  4. Subject: Re: dxpsview error
  5. Message-ID: <1992Jul22.203955.11550@nntpd.lkg.dec.com>
  6. Lines: 39
  7. Sender: henchey@hench1 (paul henchey)
  8. Reply-To: henchey@hench1.enet.dec.com (paul henchey)
  9. Organization: Digital Equipment Corporation
  10. References: <1992Jul20.182003.20739@sei.cmu.edu> <1992Jul21.075712.1036@mwk.uucp>
  11. Date: Wed, 22 Jul 1992 20:39:55 GMT
  12.  
  13.  
  14.  
  15. In article <1992Jul21.075712.1036@mwk.uucp> you write:
  16. |>> 
  17. |>> On a DECstation 5000 w/ a color screen, when trying to load a
  18. |>> Postscript file into Postscript Previewer (under DECwindows) we
  19. |>> receive the following message:
  20. |>> 
  21. |>>     as_root:/> dxpsview test.ps
  22. |>>     X Error:  BadAlloc - insufficient resources
  23. |>>       Request Major code 53 ()
  24. |>>       Error Serial #670
  25. |>>       Current Serial #671
  26. |>> 
  27. |>> The program then immediately crashes (without dumping core).  This
  28. ..
  29. |>
  30. |>The only way I've been able to get it to work is to start it up without a
  31. |>file on the command line.  Then I have to select WATCH PROGRESS under the
  32. |>OPTIONS... menu. 
  33. |>
  34.  
  35.  
  36. I've found that is possible to avoid such crashes of the postscript
  37. previewer by changing the watchProgress and useComments resources to
  38. on and off respectively.  I did this by adding the lines
  39.  
  40. *watchProgress: on
  41. *useComments: off
  42.  
  43. to the file /usr/lib/X11/app-defaults/DPSViewer.  This way you
  44. can still specify a filename with your command to start the program
  45. and the "right" options will be set automatically.
  46.  
  47. I believe that the problem being avoided here occurs only on certain
  48. workstations such as the PX which have limited bitmap memory available to
  49. the Xserver.
  50.  
  51. Paul Henchey
  52.