From: PASCHAL,DAVID (HP-Roseville,ex1) <dav...@hp...> - 2001-01-31 03:04:30
|
Hi, Josh. The init scripts referenced on the TODO page were for starting and stopping the ptal-printd daemon, which was introduced in version 0.7 and eliminates the need for the "wrapfilter" script. Regarding the DeskJet 550C driver, you could also try the cdj970 driver, which I haven't personally tried. See http://www.linuxprinting.org/show_driver.cgi?driver=cdj970 and http://www.harsch.net/Ghostscript/ghostscript.html. David > -----Original Message----- > From: Josh Goldenhar [mailto:jo...@ci...] > Sent: Tuesday, January 30, 2001 6:41 PM > To: hpo...@li... > Subject: [hpoj-devel] Not sure if this is useful or not... > > > 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." > |