Logged In: NO

Correct. This driver emits a print language which supports compressed bands at most 64KB in size. Unfortunately some graphics-heavy or otherwise high frequency content tends to compress to sizees larger than that, so they just can't be printed using the Samsung-provided code.

I put in a hack that makes it print anyway; basically it blurs the band repeatedly until the compressor produces a result that fits. This makes all pages print. Arguably this is better than pages that abort printing in the middle (it used to hang the printer!), but it certainly isn't very satisfactory, not in my book...

There's a newer free Samsung driver out there (called "splix" or something like that), but I don't know if it supports the 1410. There is also a binary-only driver distributed by Samsung. It's possible that either or both of these use a different print language to drive the printer, one which might not be subject to the awkard 64KB band flaw of the smartgdi driver. It's also likely that there is some undocumented alternate way to print to these "smartgdi" devices not subject to the 64KB banding issue, but afaik nobody outside of Samsung knows about it.

  • Grant (gtaylor -at- picante.com)