View previous topic :: View next topic |
Author |
Message |
lanthruster n00b
Joined: 01 Jan 2012 Posts: 60
|
Posted: Wed Dec 07, 2022 1:17 pm Post subject: CUPS : LaserJet 4250x : Gutenprint v5.3.3 : A4 clipping |
|
|
There is a problem in how Gutenprint 5.3.3 driver sets ImageableArea for printing with at least Cups-2.3.3
The bug is seen as some data in the upper area of the printed document is only partially printed - clipped,
the problem happens with native and wine applications and it's system wide. I personally first encountered the problem
while booklet printing PDF documents that had an image in the document header. Only bottom part of the header image
was printed.
How to fix it.
1. open in the text editor your ppd file, mine was /etc/cups/ppd/hp_LaserJet_4250.ppd
2. find *ImageableArea A4/A4
in my case it was set to
Code: | *ImageableArea A4/A4: "10.000 12.000 585.000 830.000" |
3. change it to /*updated 14.12.2022 - better settings */
Code: | *ImageableArea A4/A4: "30.000 12.000 700.000 830.000" |
4. now you have to either restart CUPS or send it a reload signal or alternatively go to web interface Administration->Manage Printers->"choose your printer-mine was hp_LaserJet_4250" -> Set Default Options -> click on Set Default Options button after which CUPS would reload previously edited PPD file and you're going to be so much better with LJ page margins, no problems with clipping, larger printable area
Last edited by lanthruster on Wed Dec 14, 2022 5:38 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22705
|
Posted: Wed Dec 07, 2022 2:14 pm Post subject: |
|
|
Could you link to the upstream bug report, so that readers can tell when a fixed version is released? |
|
Back to top |
|
|
lanthruster n00b
Joined: 01 Jan 2012 Posts: 60
|
Posted: Fri Dec 09, 2022 12:59 pm Post subject: |
|
|
Hu wrote: | Could you link to the upstream bug report, so that readers can tell when a fixed version is released? |
I didn't report about this problem to the upstream yet. I'm in the final stage of upgrading Gentoo - can't find proper wording that wouldn't hurt upstream feelings at the moment. Just need some time to calm down from the number of reports and patches and then report about that minor glitch with due respect and optimism providing the level of eloquence that would be considered as sufficient. |
|
Back to top |
|
|
|