From: Josh G. <jo...@ci...> - 2001-01-31 02:42:06
|
I had written an init.d style script for RedHat systems to start/stop/restart version 0.6 stuff. From the TODO list, it appears Timothy Lee and Rainer Dorsch may have already done this small piece. If not, mine is attached. Thanks for the work so far! 1 question - I'm using the Hp DeskJet 550C/560C/6XXC ghostscript drivers to print to my HPOJG85xi which works, but is restricted to 300DPI (printer can do MUCH better) - what are you using? my /etc/printcap: ##PRINTTOOL3## LOCAL cdj550 300x300 letter {} DeskJet550 32 {} lp:\ :sd=/var/spool/lpd/lp:\ :mx#0:\ :sh:\ :lp=/dev/null:\ :if=/usr/local/bin/wrapfilter: ... and the wrapfilter mentioned above: #!/bin/sh QUEUEDIR=/var/spool/lpd/lp IEEE12844DIR=/usr/local/bin ${QUEUEDIR}/filter "$@" | ${IEEE12844DIR}/ieee12844_print Josh -- Josh Goldenhar, Cisco Systems, Inc. Email: jo...@ci... Voice/Fax: 408 526 6647 "Experience is what you get when you don't get what you want." |