OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
956 stars 174 forks source link

100% CPU usage when printing files #956

Open Stempel98 opened 1 month ago

Stempel98 commented 1 month ago

Hey! I have some problems when printing files via cups. It takes few minutes until file will print

Printer: HP Deskjet 1510 Board: Raspberry Pi Zero

image
zdohnal commented 1 month ago

Hi,

do you get this with every file you print? Try f.e. lp -d <your printer name> /etc/fstab

I recall there is an expected slowness in ghostscript if transparent PDF is printed as Postscript - https://bugs.ghostscript.com/show_bug.cgi?id=707523 .

Stempel98 commented 1 month ago

Yes, I have the same issue in every file I'm printing :/ Right now I'm receiving different error "Filter failed"

zdohnal commented 1 month ago

Can you turn on debug logging, print again and attach the file with logs here?