Bug 690563

Summary: Dimensions of driver cljet5 are in switched order
Product: Ghostscript Reporter: Dr. Werner Fink <werner>
Component: Printer DriverAssignee: Henry Stiles <henry.stiles>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P4    
Version: 8.64   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: ghostscript-8.60-cljet5.dif

Description Dr. Werner Fink 2009-06-23 08:18:58 UTC
The dimensions height and width of driver cljet5 are in wring order.
Comment 1 Dr. Werner Fink 2009-06-23 08:19:39 UTC
Created attachment 5147 [details]
ghostscript-8.60-cljet5.dif

this small patch corects the order
Comment 2 Ray Johnston 2009-06-25 10:11:28 UTC
Henry thinks this is what needs to be done and will review the patch
Comment 3 Henry Stiles 2010-05-13 03:38:55 UTC
I am pretty sure this is correct, I used to have a CLJ5, it is a long edge feed device, and the paper is setup to render scan lines parallel to the long edge.  I assume this bug was reported based on reading the code, if there is a real problem please reopen it with a problem file and a command line.
Comment 4 Dr. Werner Fink 2010-05-14 09:53:43 UTC
Remark: I had several bug reports as package maintainer
which had been verified by the user as fixed *with* my patch.
Could it be that there is a difference between an european
and an north american printer model?  Most of the users here
around use DIN A4 as paper size.
Comment 5 Henry Stiles 2010-05-14 14:08:48 UTC
(In reply to comment #4)
> Remark: I had several bug reports as package maintainer
> which had been verified by the user as fixed *with* my patch.
> Could it be that there is a difference between an european
> and an north american printer model?  Most of the users here
> around use DIN A4 as paper size.

Do you have the original reports somewhere?
Comment 6 Dr. Werner Fink 2010-07-22 11:01:10 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > Remark: I had several bug reports as package maintainer
> > which had been verified by the user as fixed *with* my patch.
> > Could it be that there is a difference between an european
> > and an north american printer model?  Most of the users here
> > around use DIN A4 as paper size.
> 
> Do you have the original reports somewhere?

Yep, this was discovered by our test suite, see

http://bugzilla.novell.com/show_bug.cgi?id=114068#c4

please hold in mind that our default paper size is the international
size A4 and not the size US letter.  That is that in
Resource/Init/gs_init.ps I use

  /DEFAULTPAPERSIZE (a4) def

together with -DA4 set in GENOPT of Makefile.in/Makefile