diff options
Diffstat (limited to 'XpConfig/C/print/models/HPDJ1600C/model-config')
-rw-r--r-- | XpConfig/C/print/models/HPDJ1600C/model-config | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/XpConfig/C/print/models/HPDJ1600C/model-config b/XpConfig/C/print/models/HPDJ1600C/model-config new file mode 100644 index 000000000..f3bd8af3a --- /dev/null +++ b/XpConfig/C/print/models/HPDJ1600C/model-config @@ -0,0 +1,44 @@ +# $Xorg: model-config,v 1.3 2000/08/17 19:48:04 cpqbld Exp $ +# This is the configuration file for the HP DeskJet 1600C printer. +# +# The CDEnext SI supports two 1600C drivers XP-PCL-MONO and +# XP-PCL-COLOR, which work with this configuration file. +# +# Attribute IDs must be qualified using either the printer-model +# identifier or an asterisk ('*'). For example, if "HPDJ1600C" is the +# printer-model, then to initialize the 'plexes-supported' attribute +# to 'simplex', use: "HPDJ1600C.plexes-supported: simplex". For the +# asterisk, use: "*.plexes-supported: simplex". If the same attribute +# is specified using each method, the printer-model qualified entry +# takes precedence. + +HPDJ1600C.printer-model: "Hewlett-Packard DeskJet 1600C" +HPDJ1600C.printer-resolutions-supported: 300 +HPDJ1600C.content-orientations-supported: portrait landscape +HPDJ1600C.document-formats-supported: {PCL 5} {PostScript 2} +HPDJ1600C.plexes-supported: simplex duplex +HPDJ1600C.xp-ddx-identifier: XP-PCL-COLOR +HPDJ1600C.xp-embedded-formats-supported: { PCL 5 } { PostScript 2 } +HPDJ1600C.xp-setup-proviso: setup-optional + +# 1/4" unprintable margins +HPDJ1600C.medium-source-sizes-supported:\ +{ '' \ + {na-letter FALSE {6.35 209.55 6.35 273.05}}\ + {executive FALSE {6.35 177.75 6.35 260.35}}\ + {na-legal FALSE {6.35 209.55 6.35 349.25}}\ + {iso-a3 FALSE {6.35 290.65 6.35 413.35}}\ + {iso-a4 FALSE {6.35 203.65 6.35 290.65}}\ + {jis-b4 FALSE {6.35 251.65 6.35 367.65}}\ + {jis-b5 FALSE {6.35 175.65 6.35 250.65}}\ + {monarch-envelope FALSE {6.35 91.94 6.35 184.15}}\ + {iso-designated-long FALSE {6.35 103.65 6.35 213.65}}\ + {iso-c5 FALSE {6.35 155.65 6.35 222.65}}\ + {na-number-10-envelope FALSE {6.35 98.45 6.35 234.95}}\ + {hp-tabloid FALSE {6.35 273.05 6.35 425.45}}\ + {ledger FALSE {6.35 273.05 6.35 425.45}}\ + {b FALSE {6.35 273.05 6.35 425.45}}\ + {hp-japanese-postcard FALSE {6 94 6 142 }}\ + {hp-japanese-doublepostcard FALSE {6 142 6 194 }}\ +} + |