Can you try the following?

First, download this file:

http://www.openprinting.org/download/printing/ghostscript-cups-
patches/pdftoraster.c

This is an alternative Ghostscript-based pdftoraster filter.

Install the packages needed to compile it:

sudo apt-get install libcups2-dev libcupsimage2-dev

Compile it:

gcc -lcups -lcupsimage -o pdftoraster pdftoraster.c

Install it:

sudo mv /usr/lib/cups/filter/pdftoraster /usr/lib/cups/filter/pdftoraster.orig
sudo cp pdftoraster /usr/lib/cups/filter/
sudo chmod 755 /usr/lib/cups/filter/pdftoraster

Now try to print again. Does it work correctly now?

-- 
Epson Stylus CX4900 poor color
https://bugs.launchpad.net/bugs/293761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to