9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ghostscript problem..
@ 2000-06-14 15:52 Ish Rattan
  0 siblings, 0 replies; 2+ messages in thread
From: Ish Rattan @ 2000-06-14 15:52 UTC (permalink / raw)
  To: 9fans


I created a postscript file with
	man -t man | lp -d600dpi | gs

ghostscript produces error..

...
Loading.... 1 done.
Error: /invalidfileaccess in --outputpage--
...
term%

Any ideas?

- ishwar


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] ghostscript problem..
@ 2000-06-14 16:08 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2000-06-14 16:08 UTC (permalink / raw)
  To: 9fans

The default gs driver is "inferno", which
generates compressed bitmaps as used
by Inferno.  (It has not been updated to
support true color.)  You are failing
because you haven't given it an output
file name and there is no default.

There is no equivalent to the X11 driver,
i.e. one that writes directly on the screen.
If anyone is interested in writing such a thing, I'd
be happy to lend assistance.

For previewing, ghostscript is most often
invoked indirectly through page(1):

	man -t man | lp -d600dpi | page
	man -t man | page
	man -P man

Russ



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-06-14 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-14 15:52 [9fans] ghostscript problem Ish Rattan
2000-06-14 16:08 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).