Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 10:33:09 +0100
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: hpijs --> mostly solved
Message-ID:  <200302281033.09433.ajacoutot@lphp.org>
In-Reply-To: <20030227183904.38483.qmail@web41314.mail.yahoo.com>
References:  <20030227183904.38483.qmail@web41314.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 27 February 2003 19:39, Wayne Lubin wrote:
> When I want to print something I just convert it to
> post script and feed it to gs which knows how to talk
> to printers. Read the gs man page to see how to do it.

I think I have found the problem about hpijs...
For a reason I don't know, all I have in  driver/ijs/ is:
APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, 
DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, 
PHOTOSMART_100.
So, nothing like DESKJET_970.

I had to rewrite the apsfilterrc concerning my printer to add (like in 
ijs/DESKET_920):
GS_FEATURES='-sDEVICE=ijs -sIjsServer=hpijs -dIjsUseOutputFD 
-sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET970" 
-sIjsParams="Quality:Quality=2,Quality:ColorMode=2,Quality:MediaType=2,Quality:PenSet=2"'

And now, it works with no problem. I'm sure that if I choosed at first to use 
DESKJET_920 and not DESKJET_970, it would have worked out of the box.

So, is it a bug from apsfilter ?

Antoine


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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