Summary: | cannot set pages on SPARCprinter (gdevsppr.c) | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Jack Moffitt <jack> |
Component: | Printer Driver | Assignee: | Raph Levien <raph.levien> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | CC: | mehmetgelisin |
Priority: | P1 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Customer: | Word Size: | --- |
Description
Jack Moffitt
2000-09-24 22:22:56 UTC
Comment originally by nobody@users.sourceforge.net Sorry missing my name: INOUE Namihiko <62e006@kenken.go.jp> from Japan. (Also I'm very sorry for my poor english.) Comment originally by raph@users.sourceforge.net This is fairly puzzling, as the http://www.stat.yale.edu/~emerson/lpviio.h file seems quite clearly to want DPI300 or DPI400 in the resolution field of the lpvi_page structure. I think this may be a situation in which different versions of the SPARCprinter driver have different requirements. As you note, gs5.10 use 300 and 400 rather than the DPI300 and DPI400 constants. However, it's likely that this wasn't working for somebody, judging from this change note in History5.htm: - Setting the resolution on the SPARCprinter didn't work. (gdevsppr.c) Perhaps the best way to resolve this bug is to document the fact that different versions may require different invocations to set up the printer. Comment originally by raph@users.sourceforge.net Logged In: YES user_id=379 It is unclear to me what the correct behavior should be. Thus, I have documented this uncertainty. For more discussion, please see: http://www.ghostscript.com/pipermail/gs-code-review/2002-March/002225.html The commit message log is: http://www.ghostscript.com/pipermail/gs-cvs/2002-March/001520.html |