From owner-freebsd-questions Fri Feb 28 1:33:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B4D37B401 for ; Fri, 28 Feb 2003 01:33:13 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-3-146.abo.wanadoo.fr [193.251.53.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E9343FAF for ; Fri, 28 Feb 2003 01:33:11 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1S9X9Q2011841 for ; Fri, 28 Feb 2003 10:33:09 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Subject: Re: hpijs --> mostly solved Date: Fri, 28 Feb 2003 10:33:09 +0100 User-Agent: KMail/1.5 References: <20030227183904.38483.qmail@web41314.mail.yahoo.com> In-Reply-To: <20030227183904.38483.qmail@web41314.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302281033.09433.ajacoutot@lphp.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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