From zgabor@zahemszky.hu  Fri Nov 26 08:03:19 2004
Return-Path: <zgabor@zahemszky.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D58F016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Nov 2004 08:03:19 +0000 (GMT)
Received: from zahemszky.hu (13.99-182-adsl-pool.axelero.hu [81.182.99.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DABEF43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Nov 2004 08:03:18 +0000 (GMT)
	(envelope-from zgabor@zahemszky.hu)
Received: from zahemszky.hu (localhost [127.0.0.1])
	by Picasso.Zahemszky.HU (8.13.1/8.13.1) with ESMTP id iAQ84LQ9000822
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Nov 2004 09:04:22 +0100 (CET)
	(envelope-from zgabor@zahemszky.hu)
Received: (from zgabor@localhost)
	by zahemszky.hu (8.13.1/8.13.1/Submit) id iAQ84Lpu000821;
	Fri, 26 Nov 2004 09:04:21 +0100 (CET)
	(envelope-from zgabor)
Message-Id: <200411260804.iAQ84Lpu000821@zahemszky.hu>
Date: Fri, 26 Nov 2004 09:04:21 +0100 (CET)
From: Zahemszky Gabor <gabor@zahemszky.hu>
Reply-To: Zahemszky Gabor <gabor@zahemszky.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATHC] apsfilter incorrectly configure HP DeskJet 550C
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74403
>Category:       ports
>Synopsis:       [PATCH] print/apsfilter incorrectly configure HP DeskJet 550C
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    andreas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 08:10:18 GMT 2004
>Closed-Date:    Mon Feb 14 14:27:51 GMT 2005
>Last-Modified:  Mon Feb 14 14:27:51 GMT 2005
>Originator:     Zahemszky Gabor
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD zahemszky.hu 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Nov 18 21:13:21 CET 2004 root@Picasso.Zahemszky.HU:/usr/obj/usr/src/sys/PICASSO i386


	
>Description:
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) 
>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.
>Fix:

It's in the description. May I need to create a real patch ?


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->andreas 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Nov 27 07:05:15 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

To submitter: please don't forget to Cc: the maintainer when sending 
PRs.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74403 
State-Changed-From-To: open->feedback 
State-Changed-By: andreas 
State-Changed-When: Sun Jan 30 12:25:25 GMT 2005 
State-Changed-Why:  
Waiting for patches offered from PR submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74403 
State-Changed-From-To: feedback->closed 
State-Changed-By: andreas 
State-Changed-When: Mon Feb 14 14:27:05 GMT 2005 
State-Changed-Why:  
commited 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74403 
>Unformatted:
