Comment 4 for bug 977912

Revision history for this message
Maximilian Federle (ppd) wrote :

This does not fix the problem. I chose 300 dpi in the printer settings dialog and printed to a "FileDevice" Printer with the Kyocera PPD.

The result is a ~1.0 MB file that takes ages to process. I didn't let it finish because I can't block the printer here for 20 minutes..

time nc -w1 192.168.2.103 9100 < 300dpi.ps
^C
real 5m41.054s
user 0m0.000s
sys 0m0.000s

If I send the 300dpi uncompressed one that cliddell gave me I have this processing time:

time nc -w1 192.168.2.103 9100 < Unbenannt\ 1-300dpi-uncompressed.ps

real 0m0.336s
user 0m0.000s
sys 0m0.000s

I'll attach my "300dpi.ps".