Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 09:04:21 +0100 (CET)
From:      Zahemszky Gabor <gabor@zahemszky.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/74403: [PATHC] apsfilter incorrectly configure HP DeskJet 550C
Message-ID:  <200411260804.iAQ84Lpu000821@zahemszky.hu>
Resent-Message-ID: <200411260810.iAQ8AIaF051646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74403
>Category:       ports
>Synopsis:       [PATHC] apsfilter incorrectly configure HP DeskJet 550C
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 08:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411260804.iAQ84Lpu000821>