Bug 74403

Summary: [PATCH] print/apsfilter incorrectly configure HP DeskJet 550C
Product: Ports & Packages Reporter: Zahemszky@, Gábor <gabor>
Component: Individual Port(s)Assignee: andreas <andreas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Zahemszky@, Gábor 2004-11-26 08:10:18 UTC
I've tried to use apsfilter with my new  :-)  HP Deskjet 550C.
But I couldn't.  In the log, there is a very funny error message.
So I've read the pcl3 driver's documents, and found, that HPDJ550C
doesn't support CMYK, only CMY+K mode.
But in apsfilter's DJet550c drivers, it's setup is to use CMYK.
So the fix is very simple:
in the pcl3/hpdj550c and in the old hpdj/550C driver scripts,
in the color selection code (case "$COLOR" in ... ),
we need to correct the
-sColorModel=CMYK
to
-sColorModel=CMY+K
(and of course -sColorMode=CMY+K in the old, hpdj/550C driver)

Fix: 

It's in the description. May I need to create a real patch ?
How-To-Repeat: Install apsfilter, configure a HP DeskJet 550C (either with pcl3 driver
or the old hpdj driver) and try to print to it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-11-27 07:05:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->andreas

Over to maintainer. 

To submitter: please don't forget to Cc: the maintainer when sending 
PRs.  Thanks.
Comment 2 andreas freebsd_committer freebsd_triage 2005-01-30 12:25:25 UTC
State Changed
From-To: open->feedback

Waiting for patches offered from PR submitter.
Comment 3 andreas freebsd_committer freebsd_triage 2005-02-14 14:27:05 UTC
State Changed
From-To: feedback->closed

commited