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
|
<printer id="printer/HP-ThinkJet">
<make>HP</make>
<model>ThinkJet</model>
<mechanism>
<inkjet/><!--not "color"-->
<resolution>
<dpi>
<x>150</x>
<y>150</y>
</dpi>
</resolution>
<consumables>
<comments>
<en>Cartridge is about $25</en>
</comments>
<!--one or more "partno" elements.--></consumables>
</mechanism><!--no "url"-->
<lang><!--no pjl-->
<text>
<charset>us-ascii</charset>
</text>
</lang>
<autodetect>
<!--no known parport probe information--></autodetect>
<functionality>D</functionality><!--unknown preferred "driver"-->
<!--no "contrib_url"-->
<comments>
<en>
This printer was made in 1984. It's basicly a dot matrix
printer with an inkjet print head. It takes tractor feed paper. I
set it up as text only in printtool.<p>
In CUPS set up a raw (=unfiltered) queue with:<p>
<tt>lpadmin -p thinkjet -E -v
parallel:/dev/lp0</tt><p>
Note that you get a raw queue when you do not provide a PPD
file.<p>
It is rated as "Partially" working because there must be
a possibility to print graphics with it.
</en>
</comments>
</printer>
|