William said:
Hi Chris!
Using what's in place would definitely be better but I have no idea how
to configure a virtual print queue that points to Ghostscript and then
sends the output to the printer.
I've found this set of instructions in an Apple discussion group. Does
this look like what you'd suggest? (I don't currently have a printer at
my disposal to test.)
<
http://discussions.info.apple.com/[email protected]@.3bbc7528>
Any detailed instructions (or at least a good point in the right
direction) would be appreciated. What do you have to do in the
FreeBSD/Linux world?
bill
I think it should be easier than that, (really I used the book
"Switching to the Mac",) but lets see what I can remember....
I'm not at home right now, but first I would try doing:
http://localhost:639
which should get you to the administration webpage on cups, if its
running, (I think you have to start it first though....). Mac OS X uses
Cups (
www.cups.org) and gimp-print (gimp-print.sourceforge.net) for
drivers. The gimp-print page has advice on how to setup a printer in OS
10.2.
In the FreeBSD/Unix world you would set up a printer definition in the
lpd.conf file, and it would get a spool queue, but you would redirect
the type to execute a local shell script, instead of sending to a remote
queue or using direct "line printing". The shell script then usually
redispatches everything to something like Ghostscript or some other
print processor turning usually Postscript into something like PCL or
GDI. Then sends it back out to a real printer queue, either remote or
local. The Ghostscript documentation actually has complete
documentation on how to do all this, including the shell scripts you
need to make it work. But Cups was built to avoid this, handle more
streams than just Postscript, and generally make a life a lot easier.
It appears, from my reading, that Cups should already be running, so
connecting your web browser to it should allow you to do the
configuration, its relatively simple from there, as I recall.
Here's a reasonable page on some lower level details about Cups, but it
does include how to restart it....
http://www.macintouch.com/panreader41.html
I'll try to remember to read this thread from home tonight so I can be
in front of everything while I'm spouting off....
good luck
Chris