From: Gottfried S. <got...@xt...> - 2004-03-31 08:57:57
|
Have a look at this line: > D [31/Mar/2004:13:16:28 +0900] [Job 2] 0 %%BoundingBox: 0 0 612 792 "%%BoundingBox: 0 0 612 792" comes out of your postscript file and seems to overwrite the cups A5 printer configuration - look at "Form" in call of CUPSToOmni: > I [31/Mar/2004:13:16:31 +0900] [Job 2] CUPSToOmni: The job properties > are "Copies=1 Form=na_letter_8.50x11.00in InputTray=Rear NumberUp=1X1 > NumberUpPresentationDirection=TobottomToright OutputBin=Bottom > Resolution=180x180 Rotation=Portrait ScalingPercentage=100 > ScalingType=FitToPage Sides=OneSidedFront StitchingAngle=0 > StitchingCount=0 StitchingPosition=0 StitchingReferenceEdge=Bottom > StitchingType=Corner Trimming=None XMLMasterFile="/usr/share/Omni/Epson > 24-pin 80 Col.xml" bidirectional=true dither=DITHER_STUCKI_DIFFUSION > media=MEDIA_PLAIN printmode=PRINT_MODE_1_ANY resolution=DRE1_180_180" Try the following: take some applications which can produce postscript (mozilla, acroread...). Have a look into the printersettings and change the paper format to A5 if possible. Print into file and look for "Boundigbox" (grep Boundingbox file). If there is no entry or the entry > %%BoundingBox: 0 0 420 539 print this file via lpr -P printer. Now it must be printed as A5. You should see the differences in the log. After this check out google news and/or cups devel list for similar reportings and existing fixes. Cups 1.1.20 is the actual version thus it is probable you will find no meaningful hints and you have to send the problem in short to the cups developers to let them check out if "%%BoundingBox: ..." has to overwrite the printer settings. Hope this helps! Regards, Gottfried |