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
|
<driver id="driver/eplaser">
<name>eplaser</name>
<url>http://www.avasys.jp/english/linux_e/lpd_e.html</url>
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE %A%Z -sOutputFile=- -</prototype>
</execution>
<comments>
<en>
All the Epson laser printers understand PCL 5e, PCL 6, and/or
PostScript and so they should work with standard drivers, but this
driver provided by Epson uses the printer's own language Esc/Page
and gives some additional options to the supported
printers.<p>
The driver serves for black-and-white laser printers (GhostScript
output devices "eplXXXX") as well as for color laser printers
("alcXXXX"). It does not support the Epson EPL "L" series. There
you have to use the third-party driver "<a
href="http://sourceforge.net/projects/epsonepl/">epsonepl</a>".<p>
Here some hints for older versions of the driver:<p>
Version 1.0.4 of this driver works only with GhostScript 5.50, not
with GhostScript 6.5x and newer. For the new GhostScript versions
use <a
href="http://www.linuxprinting.org/download/printing/ghostscript-6.51-Epson_eplaseren.patch">this
patch</a> from Crutcher Dunnavant (Red Hat).<p>
Version 3.0.2 is prepared for both GhostScript 5.x and 6.x. For
GhostScript 7.x or newer a small fix is needed: Execute the
following command line in the main directory of the unpacked
driver source package:<p>
<tt>perl -p -i -e
"s/GS_VERSION_MAJOR\s*==\s*6/GS_VERSION_MAJOR &gt;=
6/" gdevescv.c gdevesmv.c</tt><p>
Then the driver also compiles with these versions of
GhostScript.<p>
</en>
</comments>
<printers>
<printer><id>printer/Epson-AcuLaser_C1900</id></printer>
<printer><id>printer/Epson-AcuLaser_C1900PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C2000</id></printer>
<printer><id>printer/Epson-AcuLaser_C2000PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C4000</id></printer>
<printer><id>printer/Epson-AcuLaser_C4000PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C4100</id></printer>
<printer><id>printer/Epson-AcuLaser_C4100PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C8500</id></printer>
<printer><id>printer/Epson-AcuLaser_C8500PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C8600</id></printer>
<printer><id>printer/Epson-AcuLaser_C8600PS</id></printer>
<printer><id>printer/Epson-AcuLaser_C9100</id></printer>
<printer><id>printer/Epson-EPL-5800</id></printer>
<printer><id>printer/Epson-EPL-5800PS</id></printer>
<printer><id>printer/Epson-EPL-5900</id></printer>
<printer><id>printer/Epson-EPL-5900PS</id></printer>
<printer><id>printer/Epson-EPL-6100</id></printer>
<printer><id>printer/Epson-EPL-6100PS</id></printer>
<printer><id>printer/Epson-EPL-N2050</id></printer>
<printer><id>printer/Epson-EPL-N2050PS</id></printer>
<printer><id>printer/Epson-EPL-N2050PSplus</id></printer>
<printer><id>printer/Epson-EPL-N2050plus</id></printer>
<printer><id>printer/Epson-EPL-N2120</id></printer>
<printer><id>printer/Epson-EPL-N2500</id></printer>
<printer><id>printer/Epson-EPL-N2500PS</id></printer>
<printer><id>printer/Epson-EPL-N2750</id></printer>
<printer><id>printer/Epson-EPL-N2750PS</id></printer>
</printers>
</driver>
|