Can I use an HP printer

Yuri Grebenkin breath at unix.net
Sat Feb 10 14:40:10 UTC 2007


I have an Epson Stylus C43SX and have made it print PostScript
through the following filter using GIMP Print and Ghostscript:

# /usr/local/libexec/ps2eps.sh
gs -DSAFER -sDEVICE=ijs -sIjsServer=ijsgimpprint \
   -sDeviceManufacturer=EPSON -sDeviceModel=escp2-c42sx \
   -DIjsUseOutputFD -q -sOutputFile=- -DNOPAUSE -DBATCH - \
  && exit 0

Also, to turn on extended mode for my local lpt0 I use this:

lptcontrol -e /dev/lpt0

Yuri


On Thu, 8 Feb 2007 23:31:31 -0800
"Ted Mittelstaedt" <tedm at toybox.placo.com> wrote:

> I myself have an Epson C84 inkjet in my home that has the same issues.


More information about the freebsd-questions mailing list