Bug 548

Summary: ghostscript dies before printing
Product: [Retired] Red Hat Linux Reporter: jgaither
Component: ghostscriptAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1998-12-29 16:19:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jgaither 1998-12-21 02:52:08 UTC
I get this message when I have -dBitsPerPixel on the command
line

Unexpected interpreter error -15.
Error object: .putdeviceprops

example call:
cat /usr/lib/rhs/rhs-printfilters/testpage.ps | gs
-sDEVICE=cdj500 -sPAPERSIZE=letter -r300x300 -dNOPAUSE
-dSAFER -dBitsPerPixel=1 -sOutp
utFile=- - > testfile

Comment 1 Bill Nottingham 1998-12-21 15:36:59 UTC
You're using one of the HP Deskjet drivers, and you're
setting bpp=1, correct?  The driver is broken in this respect.

Try bpp=8 (that's still monochrome), or using a different
driver if that's the case.

Comment 2 Bill Nottingham 1998-12-29 16:19:59 UTC
rhs-printfilters 1.46-4 no longer allows 1bpp for cdj-based drivers.
This should fix the problem.