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
|
<driver id="driver/chp2200">
<name>chp2200</name>
<url>http://www.openprinting.org/download/printing/gs-hp2200.tar.bz2</url>
<thirdpartysupplied />
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE -sDEVICE=chp2200%A%Z -sOutputFile=- -</prototype>
<margins>
<general>
<unit>in</unit>
<relative />
<top>0.08</top>
<left>0.25</left>
<right>0.25</right>
<bottom>0.46</bottom>
</general>
</margins>
</execution>
<comments>
<en>
This driver is a GPL DeskJet 2200 driver provided by HP (!). It's
based on Uli and Matthew's <a
href="show_driver.cgi?driver=cdj850">cdj850</a> and <a
href="show_driver.cgi?driver=cdj880">cdj880</a> drivers,
with a new front-end to speak the different RGB-encoded PCL flavor
used by these printers.<p>
The original source package is not provided any more on HP's web
sites. You can download it here from
OpenPrinting. Installation instructions you find in the
package.<p>
The provided source is for gs 6.01; it probably works against
anything at all recent. It is also contained in ESP Ghostscript
7.07, 8.15, and later and GPL Ghostscript 8.60 and later. So all
distributions using these Ghostscript versions and perhaps also
others will ship this driver.<p>
After getting a tip from the driver's author I (Till) succeeded to
compile it for GNU Ghostscript 5.50. You must copy the function
"gdev_pcl_mode9compress" from the gdevcd8.c file of the <a
href="show_driver.cgi?driver=cdj880">cdj880</a> driver
into the end of the gdevcd8.c of HP's "chp2200" driver. Then you
follow the instructions in HP's source package and Ghostscript
will compile.<p>
(Former) Maintainer: siow-kiat_tan-at-hp.com.<p>
</en>
</comments>
<printers>
<printer>
<id>printer/HP-Business_Inkjet_2200</id>
<comments>
<en>This driver does only 600x600, not 1200x600 in presentation quality.</en>
</comments>
</printer>
<printer>
<id>printer/HP-DesignJet_100</id>
</printer>
<printer>
<id>printer/HP-DesignJet_100plus</id>
</printer>
<printer>
<id>printer/HP-DesignJet_110</id>
</printer>
<printer>
<id>printer/HP-DesignJet_120</id>
</printer>
<printer>
<id>printer/HP-DesignJet_130</id>
</printer>
<printer>
<id>printer/HP-DesignJet_30</id>
</printer>
<printer>
<id>printer/HP-DesignJet_5000</id>
</printer>
<printer>
<id>printer/HP-DesignJet_5500</id>
</printer>
<printer>
<id>printer/HP-DesignJet_70</id>
</printer>
<printer>
<id>printer/HP-DesignJet_90</id>
</printer>
<printer>
<id>printer/HP-DeskJet_960C</id>
<comments>
<en>This driver published by HP under the GPL (!) sends RGB data to the
printer. This makes the printer transferring the data to CMYK by
itself and so it gives a colour quality as good as under Windows.</en>
</comments>
</printer>
<printer>
<id>printer/HP-DeskJet_990C</id>
<comments>
<en>This driver published by HP under the GPL (!) sends RGB data to the printer. This makes the printer
transferring the data to CMYK by itself and so it gives a colour quality as
good as under Windows.</en>
</comments>
</printer>
</printers>
</driver>
|