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
|
<printer id="printer/HP-LaserJet_2100M">
<make>HP</make>
<model>LaserJet 2100M</model>
<mechanism>
<laser />
<resolution>
<dpi>
<x>1200</x>
<y>1200</y>
</dpi>
</resolution>
</mechanism>
<url>http://h10010.www1.hp.com/wwpc/us/en/ho/WF13b/18972-236251-236263-14638-236263-25469-14914-14915.html</url>
<lang>
<postscript level="2" />
<pjl />
<text>
<charset>us-ascii</charset>
</text>
</lang>
<autodetect>
<parallel>
<commandset>PJL,MLC,PCL,PCLXL,POSTSCRIPT</commandset>
<description>Hewlett-Packard LaserJet 2100 Series</description>
<manufacturer>Hewlett-Packard</manufacturer>
<model>HP LaserJet 2100 Series</model>
</parallel>
</autodetect>
<functionality>A</functionality>
<driver>hplip</driver>
<drivers>
<driver>
<id>hplip</id>
</driver>
</drivers>
<comments>
<en>
For basic printing functionality use the Postscript PPD. For advanced functionality such
as printer status and maintenance features, use the
<a href="http://hplipopensource.com/">
HPLIP driver</a> (which includes HPIJS). <p>
PostScript level 2 printer, 1200dpi...
that's all what is needed.<p>
Note: The recommended driver is set to "pxlmono" here
because the printer returns the same answer to auto-detection
requests as its little PostScript-less brother, LaserJet 2100
(without "M"). So Foomatic frontends which choose the
printer model by the auto-detection info will not fail when the
user has only the printer without PostScript.<p>
</en>
</comments>
</printer>
|