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
|
<printer id="printer/HP-ThinkJet">
<make>HP</make>
<model>ThinkJet</model>
<mechanism>
<inkjet />
<resolution>
<dpi>
<x>150</x>
<y>150</y>
</dpi>
</resolution>
</mechanism>
<lang>
<text>
<charset>us-ascii</charset>
</text>
</lang>
<functionality>D</functionality>
<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.<p>
Consumables/Refills: Cartridge is about $25<p>
</en>
</comments>
</printer>
|