Date: Sun, 11 Nov 2001 23:10:22 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Julian Elischer <julian@elischer.org> Cc: hackers@freebsd.org Subject: Re: HP deskjet 940 (color) and FreeBSD Message-ID: <1690.1005516622@critter.freebsd.dk> In-Reply-To: Your message of "Sun, 11 Nov 2001 11:11:48 PST." <Pine.BSF.4.21.0111111024080.89663-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0111111024080.89663-100000@InterJet.elischer.org>, Julian Elischer writes: >Rumour has it that the pcl3 or hpdj drivers in ghostscript are supposed >to be very good (writtenby HP?) but >what's the secret to making them do colour? You want the HP developed hpijs driver. This is what I use for my HP 1220 printer, you may need to change the DeviceName: /usr/local/bin/gs -dSAFER -dNOPAUSE -q \ -sDEVICE=DJ9xx \ -dPrintMode=1 -r300 \ -sOutputFile=- - | dd obs=64k 2>/dev/null && exit 0 The dd(1) trick is because it outputs ridiculous small write(2) requests and the USB path does no buffering. I think there is little reason for ultp(4) to not buffer aggressively. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1690.1005516622>