1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<driver id="driver/lxm3200-tweaked">
<name>lxm3200-tweaked</name>
<url>http://www.openprinting.org/download/printing/</url>
<thirdpartysupplied />
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE -sDEVICE=lxm3200%A%Z -sOutputFile=- -</prototype>
</execution>
<comments>
<en>
<B>This driver is available in the <A href="https://github.com/OpenPrinting/ghostscript-printer-app">Ghostscript Printer Application</A></B><P>
<iframe src="https://snapcraft.io/ghostscript-printer-app/embedded?button=black&summary=true" frameborder="0" width="100%" height="300px" style="border: 1px solid #CCC; border-radius: 2px;"></iframe>
Tweaked version of Daniel Gordini's "lxm3200" driver for
the Lexmark 3200. Boer Attila (boera at unitbv dot ro) and Tomas
Groth (tomasgroth at hotmail dot com) discovered that this driver
works also on the Z12 and the Z31 when one does some small
tweaking on it. So they have made a modified version of the
original driver, with an additional
"<tt>-dmodel=</tt><i>n</i>"
(Lexmark 3200: <i>n</i><tt> = 0</tt>, Z12:
<i>n</i><tt> = 1</tt>, Z31:
<i>n</i><tt> = 2</tt>) option to fit the
driver to the appropriate model.<p>
Notes:<p>
The 1200 dpi will come out somewhat dark, correct this by the
gamma correction of CUPS, or use the 600dpi resolution (native
resolution of the printer).<p>
Unidirectional printing on the Z12 and the Z31 is possible and gives a
much higher printout quality.<p>
From the Z31 there came out models which need different margin
settings. If the print head of your Z31 goes over the end of its
rails and makes strange noise, use the
"<tt>-dz31m=</tt><i>x</i>"
option where <i>x</i> is an integer number adjusting
the margins. Default (when not using the option) is 100, You
should try something like 300, but other values can also
apply.<p>
The Compaq IJ750 is a rebadged Lexmark 3200, so use it with
"<tt>-dmodel=0</tt>".<p>
The Z22 and Z32 have protocols similar to the Lexmark 3200 and
work partially with this driver
("<tt>-dmodel=0</tt>"). Note that you have
to turn off and on the Z22/Z32 after the job has finished. For
black text printing this driver is usable on the Z22/Z32. But note
that these printers are not officially supported by this
driver. Use Lexmark's drivers for the Z22/Z32.<p>
This driver is also in the CVS of <a
href="http://www.cups.org/ghostscript.php">ESP
Ghostscript</a> ("lxm3200" device). When one does
not use the
"<tt>-dmodel=</tt><i>n</i>"
option, the driver behaves as the original "lxm3200"
driver.<p>
Alternative download place (probably not the newest version):
<a
href="http://www.distantvoices.org/">http://www.distantvoices.org/</a>
</en>
</comments>
<printers>
<printer>
<id>printer/Compaq-IJ750</id>
</printer>
<printer>
<id>printer/Lexmark-3200</id>
</printer>
<printer>
<id>printer/Lexmark-Z12</id>
<comments>
<en>
To avoid that the printer makes strange noise, print only in
bidirectional mode ("-dbidir=1"). This printer is only
tested with the black cartridge.
</en>
</comments>
</printer>
<printer>
<id>printer/Lexmark-Z22</id>
<comments>
<en>
You have to turn off and on the printer after the job has
finished. For black text printing this driver is usable on the
Z22/Z32.
</en>
</comments>
</printer>
<printer>
<id>printer/Lexmark-Z31</id>
</printer>
<printer>
<id>printer/Lexmark-Z32</id>
<comments>
<en>
You have to turn off and on the printer after the job has
finished. For black text printing this driver is usable on the
Z22/Z32.
</en>
</comments>
</printer>
</printers>
</driver>
|