home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / ghostscr / bug / 1212 next >
Encoding:
Text File  |  1992-11-15  |  1.7 KB  |  46 lines

  1. Newsgroups: gnu.ghostscript.bug
  2. Path: sparky!uunet!think.com!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!maths.tcd.IE!jm
  3. From: jm@maths.tcd.IE (Justin Mason)
  4. Subject: gs 2.5.2 and HP DeskJet 500
  5. Message-ID: <9211151437.aa23522@walton.maths.tcd.ie>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  8. Distribution: gnu
  9. Date: Sun, 15 Nov 1992 14:37:29 GMT
  10. Approved: bug-ghostscript@prep.ai.mit.edu
  11. Lines: 33
  12.  
  13. We've been using GhostScript 2.5.2 happily here since it was released,
  14. with X11R5, GhostView 1.4, and GhostScript fonts 2.5.2. Having recently
  15. acquired a H-P DeskJet 500 printer, it would be worthwhile using
  16. GS to print PostScr*pt to it.  However, I've been having some trouble.
  17.  
  18. Originally, gsdj prepended gslp.ps, which seemed to cause it to print PS
  19. as normal text. I've disabled this and added switches for 300 DPI resolution
  20. and an output device. The -sOutputDevice switch doesn't seem to work;
  21. output goes to files of the pattern /tmp/gs_a*.
  22.  
  23. The trouble we've been having follows this pattern: strange characters
  24. at the leftmost character of the line; smeared-looking Courier text;
  25. occasional vertical blocks and similar artifacts.
  26.  
  27. The line to the printer seems to be 8-bit clean; I can print characters
  28. defined as 8-bit in the printer manual.
  29.  
  30. In unix-gcc.mak, I use:
  31.  
  32. DEVICE_DEVS=x11.dev djet500.dev (I've tried using deskjet.dev
  33. instead of djet500.dev, swapping x11.dev and djet500.dev, all to no avail)
  34.  
  35. And here's our version of gsdj:
  36.  
  37. #!/bin/sh
  38. # originally, this was:
  39. # gs -q -sDEVICE=djet500 -r300 -dNOPAUSE -- gslp.ps $*
  40. gs -sDEVICE=djet500 -r300 -sOutputDevice="./for-deskjet" -dNOPAUSE -- $*
  41.  
  42. Can anyone help?
  43. --
  44. Justin Mason  --  <jm@maths.tcd.ie>  -or-  <jm@iona.ie> for MIME mail
  45.  
  46.