> The ppd file for our HP printer adds -dDEVICEWIDTHPOINTS=0 and > -dDEVICEHEIGHTPOINTS=0 to the gs commandline. It seems that's common to > all HP printers.
> Unfortunately this causes gs to throw a: > Unrecoverable error: configurationerror in setpagedevice > Which causes printing to fail :( > Now i don't know if this is a bug in the ppd file or in ghostscript. For > now i'm assuming ghostscript. If it is a ppd file error, please reassign > to hpijs-ppds I have a similar issue with firefox 3 beta3 . Are you printing a pdf with a custom papersize ? If so you might be interested in my patch : http://bugs.debian.org/469730 Beware that if you print via the gtk print dialog with custom size there is another bug. It sends the Custom page size option as float and at least with comma as the decimal separator (as is in my locale) this is not supported by cups filter nor ghostcript that they call. My current workaround is to cast the float to integers but I have to find out if this is part of the cups specification or just that the cups filters are buggy before submitting this one. Best regards Alban