File: device_classes.html

package info (click to toggle)
hplip 1.6.10-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 35,140 kB
  • ctags: 10,985
  • sloc: ansic: 48,004; cpp: 40,938; python: 29,973; xml: 14,675; sh: 9,841; perl: 4,257; makefile: 786
file content (701 lines) | stat: -rw-r--r-- 27,170 bytes parent folder | download | duplicates (2)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

 <head>
  <title>HPLIP Device Classes</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <!-- <link rel="stylesheet" href="../styles/style.css" type="text/css" /> -->
  <link rel="stylesheet" href="../styles/rest.css" type="text/css" /> 
  <link rel="stylesheet" href="../styles/default.css" type="text/css" /> 
       <meta name="author" content="" />
       <meta name="email" content="" />
  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
  <META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jul 2002 11:12:01 GMT">
 </head>

 <body>
    <table border="0" width="100%" cellspacing="0">
        <tr>
            <td align="left" valign="top">
                <a href="../index.html"><img src="../images/hp-tux-printer.png" alt="HP Linux Imaging and Printing" align="left" border="0"/></a>
                <h1>HP Linux Imaging and Printing (HPLIP)</h1>
            </td>
        </tr>
    </table>

    <table  border="0" width="100%" cellspacing="4">
        <tr>
            <td colspan="3"><hr noshade="noshade" size="1"/></td>
        </tr>
        <tr>
        <!-- LEFT SIDE NAVIGATION -->
            <td  valign="top" class="navleft" width="5%"> <!-- nowrap="nowrap" -->
                <div class="menuheader">About</div> 
                <menu compact="compact">
                    <li><a href="../features.html" title="">Features</a></li> 
                    <li><a href="../screenshots.html" title="">Screenshots</a></li> 
                    <li><a href="../faqs.html" title="FAQs">FAQs</a></li> 
                </menu>

                <div class="menuheader">Setup and Installation</div> 
                <menu compact="compact">

                    <li><a href="../downloads.html" title="Downloads"><b>Download HPLIP</b></a></li>
                    <li><a href="../system_requirements.html" title="System Requirements">System Requirements</a></li> 
                    <li><a href="../supported_devices/index.html" title="Supported Devices">Supported Devices</a></li> 
                    <!-- <li><a href="http://sourceforge.net/project/showfiles.php?group_id=149981" title="Downloads">Downloads</a></li>  -->
                    <li><a href="../install/index.html" title="Installation Instructions">Installation Instructions</a></li> 
                </menu>

                <div class="menuheader">Usage and Support</div> 
                <menu compact="compact">
                    <li><a href="../mailing_lists.html" title="Mailing Lists">Mailing Lists</a></li>
                    <li><a href="../howtos/index.html" title="How-Tos">How-Tos</a></li> 
                    <li><a href="../troubleshooting/index.html" title="Troubleshooting">Troubleshooting</a></li>
                    <li><a href="../release_notes.html" title="Release Notes">Release Notes</a></li>
                    <!-- <li><a href="" title="Software Patches">Software Patches</a></li> -->
                </menu>

                <div class="menuheader">Resources</div>
                <menu compact="compact">
                    <li><a href="../tech_docs/index.html" title="">Technical Documentation</a></li> 
                    <li><a href="http://sourceforge.net/projects/hplip/" title="Our project page on Sourceforge.net">Sourceforge Project Page</a></li> 
                    <li><a href="../license.html" title="Software License">Software License</a></li>
                    <li><a a href="../other_support.html" title="Other Support Information">Other Support Information</a></li>
                    <li><a a href="../about.html" title="About">About HPLIP</a></li>
                    <li><a href="../contacts.html" title="Contacts">Contacts</a></li>
                </menu>
            </td>

        <!-- CONTENT -->

        <a href="../index.html">Home</a>
&gt;
<a href="index.html">Technical Documentation</a>
&gt;
Printer Device Classes


        <td align="left" valign="top" class="content">
        <div class="document" id="printer-device-classes">
<h1 class="title">Printer Device Classes</h1>
<p>HPIJS is a monolithic driver that supports many different printers. Common printers are divided into different device classes. Each device class share common printer attributes such as print modes and paper sizes. HPIJS will automatically map the DeviceModel parameter to one of the devices classes.</p>
<p>The following devices classes are currently supported by HPIJS. Each device class support 300x300dpi unless specified otherwise. The DeviceModel parameters listed for each device class are case sensitive.</p>
<ul class="simple">
<li><strong>DeskJet 350 series (DJ350)</strong> - The DJ350 device class only supports one pen at a time. Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 350

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=1
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=0
</pre>
<ul class="simple">
<li><strong>DeskJet 540 series (DJ540)</strong> - The DJ540 device class targets the DeskJet 540, but it should work for any DeskJet 500 and Deskjet 400 series. OfficeJet LX and OfficeJet Series 300 only support grayscale. This device class only supports one pen at a time. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 540
  OfficeJet (OfficeJet LX)
  OfficeJet Series 300

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=1
</pre>
<ul class="simple">
<li><strong>DeskJet 630C series (DJ630)</strong> - The DJ630 device class will support single pen printing. Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 630
  DESKJET 632
  DESKJET 656

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=0
Photo
  Quality=2 ColorMode=2 MediaType=1 PenSet=4
</pre>
<ul class="simple">
<li><strong>DeskJet 600C series (DJ6xx)</strong> - Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 600
  DESKJET 660
  DESKJET 670
  DESKJET 672
  DESKJET 670
  DESKJET 680
  DESKJET 682
  e-printer e20
  OfficeJet Series 500
  OfficeJet Series 600
  OfficeJet Series 700
  Printer/Scanner/Copier 300

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=2
</pre>
<ul class="simple">
<li><strong>DeskJet 600C series photo (DJ6xxPhoto)</strong> - Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 610
  DESKJET 612
  DESKJET 640
  DESKJET 648
  DESKJET 690
  DESKJET 692
  DESKJET 693
  DESKJET 694
  DESKJET 695
  DESKJET 697

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=1 PenSet=4
</pre>
<ul class="simple">
<li><strong>DeskJet 800C series (DJ8xx)</strong> - Resolution setting 600x600 is available for Normal Grayscale and Photo modes. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 810
  DESKJET 812
  DESKJET 815
  DESKJET 816
  DESKJET 830
  DESKJET 832
  DESKJET 840
  DESKJET 842
  DESKJET 880
  DESKJET 882
  DESKJET 895
  OFFICEJET R
  OfficeJet T
  PSC 500

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul class="simple">
<li><strong>Deskjet 825 series (DJ8x5)</strong> - Resolution setting 600x600 is available for Normal Grayscale and Photo modes. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 825
  DESKJET 845

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=1
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul class="simple">
<li><strong>DeskJet 850C series (DJ850)</strong> - Resolution setting 600x600 is available for Normal Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 850
  DESKJET 855
  DESKJET 870
  OFFICEJET PRO 1150

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
</pre>
<ul class="simple">
<li><strong>DeskJet 890C series (DJ890)</strong> - Resolution setting 600x600 is available for Normal Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 890
  OFFICEJET PRO 1170/1175

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
</pre>
<ul>
<li><p class="first"><strong>DeskJet 900C series (DJ9xx)</strong> - For the DJ9xx device class, HiRes is another photo mode which supports 1200x1200 dpi. Resolution setting 600x600 is available for Normal Grayscale, Best Color and Photo modes. Resolution setting 1200x1200 is available for HiRes mode.</p>
<p>Duplex printing is supported. Duplex is not available in Photo mode or HiRes.</p>
<p>Note, the Deskjet 1120/1125 series does not suport Best Color, Photo or HiRes modes.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 916
  DESKJET 920
  DESKJET 930
  DESKJET 932
  DESKJET 940
  DESKJET 948
  DESKJET 950
  DESKJET 952
  DESKJET 957
  DESKJET 959
  DESKJET 970
  DESKJET 975
  DESKJET 1120
  DESKJET 1125
  DESKJET 1220
  DESKJET 3810
  DESKJET 3816
  DESKJET 3820
  DESKJET 3822
  hp deskjet 9300
  PHOTOSMART P1000
  PHOTOSMART P1100
  OfficeJet K
  OfficeJet V
  OfficeJet G
  officejet 5100 series
  PSC 750
  PSC 900

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Color
  Quality=2 ColorMode=2 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
HiRes
  Quality=3 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul>
<li><p class="first"><strong>DeskJet 990C series (DJ9xxVIP)</strong> - In Draft and Normal modes the DJ9xxVIP device class will detect photo paper and automatically print in Photo mode. HiRes is another photo mode which supports the maximum resolution of the printer. HiRes mode does not do auto media detection. Resolution setting 600x600 is available for Normal modes. Resolution setting 1200x1200 is available for HiRes mode.</p>
<p>Duplex printing is supported. Duplex is not available in HiRes mode.</p>
<p>Note, the HP Business Inkjet 2200 series does not support HiRes mode and auto media detection. Photo mode was added for these printers.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  DESKJET 960
  DESKJET 980
  DESKJET 990
  DESKJET 995
  deskjet 6122
  deskjet 6127
  PHOTOSMART 1115
  PHOTOSMART 1215
  PHOTOSMART 1218
  PHOTOSMART 1315
  cp1160
  HP Color Inkjet CP1700
  HP BUSINESS INKJET 2200
  HP BUSINESS INKJET 2230
  HP BUSINESS INKJET 2250
  HP BUSINESS INKJET 2280
  officejet d
  officejet 7100

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
HiRes
  Quality=3 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul>
<li><p class="first"><strong>DeskJet 3320 series (DJ3320)</strong> - The DJ3320 device class will support single pen printing. Resolution setting 600x600 is available for Normal and Photo modes.</p>
<p>The 3320 series handles pen alignment parameters differently than normal HP inkjet printers. Most inkjets store pen alignment parameters in the printer and any pen alignment values would be used by printer firmware. For the 3320 pen alignment parameters are stored in the printer, but any pen alignment would be performed by the device class.</p>
<p>The DJ3320 device class stores pen alignment parameters in the printer. In uni-di mode, the pen alignment parameter are not available. This could be a issue with two pen color print modes - Draft Color and Normal Color (KCMY). This is not a problem for two pen Photo mode (mostly CMY). Pen alignment parameters are not needed for single pen print modes (ie: PenSet=1).</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  deskjet 3320
  deskjet 3420
  deskjet 3425
  deskjet 3500
  officejet 4100
  officejet 4200
  psc 1100 series
  psc 1200 series

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1
  Quality=0 ColorMode=2 MediaType=0 PenSet=2 (default)
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=1
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul>
<li><p class="first"><strong>DeskJet 3600 series (DJ3600)</strong> - The DJ3600 device class supports full bleed (borderless) printing. DJ3600 is backward compatable with DJ3320. This means all DJ3320 caveats apply to DJ3600. Resolution setting 600x600 is available for Normal and Photo modes. The photo pen is also supported.</p>
<p>Full bleed support is paper size specific. Full bleed is only available for paper sizes Oufuku-Hagaki or smaller.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  deskjet 3600
  officejet 5500
  psc 1300
  psc 1310

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1
  Quality=0 ColorMode=2 MediaType=0 PenSet=2 (default)
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=1
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
  Quality=2 ColorMode=2 MediaType=2 PenSet=4
</pre>
<ul>
<li><p class="first"><strong>DeskJet 5550 series (DJGenericVIP)</strong> - The DJGenericVIP device class supports full bleed (borderless) printing. Single pen printing is supported, but this is independent of the driver. DJGenericVIP is backward compatable with DJ9xxVIP.</p>
<p>In Draft and Normal modes the DJGenericVIP device class will detect photo paper and automatically print in Photo mode. HiRes is another photo mode which supports the maximum resolution of the printer. HiRes mode does not do auto media detection. Resolution setting 600x600 is available for Normal modes. Resolution setting 1200x1200 is available for HiRes mode.</p>
<p>Duplex printing is supported. Duplex is not available in HiRes mode.</p>
<p>Note, the Deskjet 450 does not support auto media detection and full bleed. Use Photo or HiRes mode for photo media.</p>
<p>The HP Business Inkjet 1100/1200 do not support full bleed.</p>
<p>On older printers full bleed support is paper size specific and is only available for paper sizes Oufuku-Hagaki or smaller.</p>
<p>In uni-di mode only 3-sided full bleed support is available. With bi-di support 4-sided full bleed is available.</p>
<p>Some newer printers support a FastDraft printmode that prints at 300x300 resolution. The Draft Color and Draft Grayscale modes produce higher quality output than FastDraft. Those printers in this class that do not support a FastDraft mode will exhibit no difference in FastDraft and the regular Draft modes.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  dj450
  deskjet 5100
  deskjet 5550
  deskjet 5551
  deskjet 5600
  deskjet 5800
  deskjet 9600
  Photosmart 320
  Photosmart 330
  Photosmart 370
  Photosmart 380
  photosmart 7150
  photosmart 7260
  photosmart 7268
  photosmart 7345
  photosmart 7350
  photosmart 7550
  photosmart 7660
  photosmart 7760
  photosmart 7960
  OfficeJet 6100
  OfficeJet 6150
  PSC 2100
  PSC 2150
  PSC 2170
  PSC 2200
  psc 2300
  psc 2400
  psc 2500
  hp business inkjet 1100
  HP Business Inkjet 1200

FastDraft Grayscale
  Quality=4 ColorMode=0 MediaType=0 PenSet=2
Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
FastDraft Color
  Quality=4 ColorMode=2 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=2 PenSet=2
HiRes
  Quality=3 ColorMode=2 MediaType=2 PenSet=2
</pre>
<ul class="simple">
<li><strong>Apollo 2000 series (AP2xxx)</strong> - The AP2xxx device class will support single <strong>color</strong> pen printing. Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  APOLLO P-22 (Apollo 2200/2250)

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=1 PenSet=4
</pre>
<ul class="simple">
<li><strong>Apollo 2100 series (AP21xx)</strong> - The AP21xx device class will support single <strong>color</strong> pen printing. Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  P-2000U (Apollo 2100/2150)

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=1 PenSet=4
</pre>
<ul class="simple">
<li><strong>Apollo 2560 series (AP2560)</strong> - The AP2560 device class will support single <strong>color</strong> pen printing. Resolution setting 600x300 is required for Best Grayscale mode. The following options can be selected with Ghostscript commands.</li>
</ul>
<pre class="literal-block">
DeviceModel
  APOLLO P2500/2600

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=1
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Grayscale
  Quality=2 ColorMode=0 MediaType=0 PenSet=2
Photo
  Quality=2 ColorMode=2 MediaType=1 PenSet=4
</pre>
<ul>
<li><p class="first"><strong>Photosmart 100 series (PS100)</strong> - The PS100 device class supports full bleed (borderless) photo printing and only uses the color pen. In Normal mode the 100 series printers will detect photo paper and automatically print in Photo mode. HiRes is another photo mode which supports the maximum resolution of the printer. HiRes mode does not do auto media detection like Normal mode. Resolution setting 600x600 is available for Normal mode. Resolution setting 1200x1200 is available for HiRes mode.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  PHOTOSMART 100
  PHOTOSMART 130
  photosmart 140
  PHOTOSMART 230
  photosmart 240

Normal (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=1 FullBleed=1
HiRes
  Quality=3 ColorMode=2 MediaType=2 PenSet=1 FullBleed=1
</pre>
<ul>
<li><p class="first"><strong>LaserJet Monochrome series (LJMono)</strong> - This device class provides PCL monochrome support for HP LaserJets. The LJMono device class targets PCL only HP LaserJets, but it should work on all HP LaserJets that support PCL.</p>
<p>The paper input tray can be selected with the MediaPosition command. Duplex printing is supported.</p>
<p>Resolution setting 600x600 is available for Normal mode.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  hp LaserJet 1015
  HP LaserJet 1100
  hp LaserJet 1150
  HP LaserJet 2100
  HP LaserJet 4
  HP LaserJet 5
  HP LaserJet 6
  HP LaserJet 3200

Draft
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Normal (default)
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
</pre>
<ul>
<li><p class="first"><strong>LaserJet Color series (LJColor)</strong> - This device class provides PCL color HP LaserJet support. The LJColor device class targets PCL only HP LaserJets, but it should work on all HP Color LaserJets that support PCL.</p>
<p>The paper input tray can be selected with the MediaPosition command. Duplex printing is supported.</p>
<p>Maximum resolution setting for Draft Color is 150x150. Resolution setting 600x600 is available for Normal Grayscale and Best Color modes.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  hp color LaserJet 5500
  hp business inkjet 2300
  hp business inkjet 3000
  hp officejet 9100

Draft Grayscale
  Quality=1 ColorMode=0 MediaType=0 PenSet=2
Draft Color
  Quality=1 ColorMode=2 MediaType=0 PenSet=2
Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
Best Color
  Quality=2 ColorMode=2 MediaType=0 PenSet=2
</pre>
<ul>
<li><p class="first"><strong>LaserJet Monochrome series (LJFastRaster)</strong> - This device class provides host based monochrome support (pseudo PCL) for HP LaserJets.</p>
<p>Only Resolution setting 600x600 is available.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  hp LaserJet 1010
  hp LaserJet 1012

Draft
  Quality=1 ColorMode=0 MediaType=0 PenSet=0
Normal (default)
  Quality=0 ColorMode=0 MediaType=0 PenSet=0
</pre>
<ul>
<li><p class="first"><strong>LaserJet Color series (LJJetReady)</strong> - This device class provides host based color support (pseudo PCL) for HP LaserJets. The LJJetReady device class requires libjpeg for compression.</p>
<p>Only Resolution setting 600x600 is available.</p>
<p>The following options can be selected with Ghostscript commands.</p>
</li>
</ul>
<pre class="literal-block">
DeviceModel
  hp color LaserJet 3500
  hp color LaserJet 3550

Normal Grayscale
  Quality=0 ColorMode=0 MediaType=0 PenSet=2
Normal Color (default)
  Quality=0 ColorMode=2 MediaType=0 PenSet=2
</pre>
<p>Note, some DeviceModel parameters listed above for each device class are not the full Model string returned by a IEEE 1284 Device ID query. When HPIJS maps the DeviceModel to a device class, the match is wild-carded and trailing characters are ignored.</p>
<p>For example, a Device ID query on a Deskjet 990Cxi will return &quot;DESKJET 990C&quot;. If DeviceModel=&quot;DESKJET 990C&quot;, HPIJS will match to &quot;DESKJET 99&quot;, ignore the &quot;0C&quot; and select the DJ9xxVIP device class. See the proxy table for each device class (ie: dj9xxvip.h) for a list of model strings and how they are wild-carded.</p>
</div>


        <hr size="1"/>
        <small>Last update: Tue May  2 13:40:36 2006; HPLIP Version: 1.6.10</small>

        <!-- FOOTER -->
    </table>
    <table border="0" width="100%" cellspacing="0">
        <tr>
            <td colspan="3"><hr noshade="noshade" size="1"/></td>
        </tr>
        <!-- <tr><td colspan="3" class="footer"></td> -->
        <tr>
            <td class="footer"><a href="../legal.html">Legal Notices</a></td>
            <td class="footer">Copyright &#169; 2003-2006, Hewlett-Packard Development Company, L.P.</td>
            <td class="footer"><a href="mailto:hplip@hp.com">Contact Site Maintainer</a></td>
        </tr>
        <tr>
            <td colspan="3" class="footer"><a href="http://sourceforge.net/" alt="Hosted by Sourceforge.net"><img src="../images/sflogo.png" border="0"></a></td>
        </tr>
    
    </table>
</body>

</html>