[2517] in RedHat Linux List
Printtool, DeskJet540, and Nenscript
daemon@ATHENA.MIT.EDU (Wes Parker)
Sun Nov 3 21:28:20 1996
To: redhat-list@redhat.com
Date: Sun, 03 Nov 1996 21:23:04 -0500
From: Wes Parker <wesp@ennui.ioa.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
--==!Exmh_-395704194P
Content-Type: message/rfc822
X-Mailer: exmh version 1.6.9 8/22/96
To:redhat-list@redhat.com
Cc:
Subject: Printtool, DeskJet540, and Nenscript
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Last week I installed RH4.0 after having run various Slackware distributions
for the last couple of years. I have run into a problem printing.
I am using a DeskJet 540. I installed the printer filter using printtool.
The first problem I ran into was that when I tried to print, I got an error
message telling me that the printer "Postscript" could not be found. I added
that name to the filter for the printer, and then was able to get some output,
but the fonts were smeared and illegible. I then read the Errata page and
upgraded the fonts to version 4.02.
The packages currently installed are:
ghostscript-3.33-2
ghostscript-fonts-4.0-2
nenscript-1.13++-5
My printer filter looks like:
#!/bin/sh
DEVICE=lp|deskjet|PostScript
RESOLUTION=300x300
PAPERSIZE=letter
SENDEOF=
nenscript -TUS -ZB -p- |
if [ "$DEVICE" = "PostScript" ]; then
cat -
else
gs -q -sDEVICE=$DEVICE \
-r$RESOLUTION \
-sPAPERSIZE=$PAPERSIZE \
-dNOPAUSE \
-dSAFER \
-sOutputFile=- -
fi
if [ "$SENDEOF" != "" ]; then
printf "\004"
fi
exit 0
Any ideas? I could ditch the nenscript setup and just go with MagicFilter or
APS, but I've been screwing with this for a few days now and I'd like to make
this work if I can...
Thanks!
Wes
--
"Home is the place where, when you have to go there,
They have to take you in."
"I should have called it
Something you somehow haven't to deserve."
--Robert Frost
FINGER wesp@ioa.com for public PGP key.
--==!Exmh_-395704194P
Content-Type: application/pgp-signature
-----BEGIN PGP MESSAGE-----
Version: 2.6.2
iQCVAwUBMn1ThVheKb/OOTtZAQGduwP/RkhoUhiLvIPMU3ypZKGjHxyN5v1I+tJ7
cX7yECcwbO9dRS+MSgNUvrOeU2hguK19vfz1iLhVgu2fiXcSkXNuXBbMHM5iBZgH
y5rarTl9AzXBVS7lehFQOSMfRsekgqNk+Saa7r4VRP2u2nKQg1QTXAjAbDTZ8MOl
xnCs9+Z1/ls=
=a8eJ
-----END PGP MESSAGE-----
--==!Exmh_-395704194P--
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null