~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/model-config

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Xorg: model-config,v 1.3 2000/08/17 19:48:04 cpqbld Exp $
 
2
# This is the configuration file for the HP LaserJet 4 Printers.
 
3
#
 
4
# Though not a deliverable for the CDEnext SI, the XP-PCL-MONO
 
5
# driver should be able to support the LaserJet 4 printers.
 
6
#
 
7
# Attribute IDs must be qualified using either the printer-model
 
8
# identifier or an asterisk ('*').  For example, if "HPLJ4family" is the
 
9
# printer-model, then to initialize the 'plexes-supported' attribute
 
10
# to 'simplex', use: "HPLJ4family.plexes-supported: simplex". For the
 
11
# asterisk, use: "*.plexes-supported: simplex". If the same attribute
 
12
# is specified using each method, the printer-model qualified entry
 
13
# takes precedence.
 
14
 
 
15
HPLJ4family.printer-model: "Hewlett-Packard LaserJet 4 Series"
 
16
HPLJ4family.printer-resolutions-supported: 300 600
 
17
HPLJ4family.content-orientations-supported: portrait landscape
 
18
HPLJ4family.document-formats-supported: {PCL 5} {PostScript 2}
 
19
HPLJ4family.plexes-supported: simplex duplex
 
20
HPLJ4family.xp-ddx-identifier: XP-PCL-MONO
 
21
HPLJ4family.xp-embedded-formats-supported: { PCL 5 } { PostScript 2 }
 
22
HPLJ4family.xp-setup-proviso: setup-optional
 
23
 
 
24
# 1/4" unprintable margins
 
25
HPLJ4family.medium-source-sizes-supported:\
 
26
{ '' \
 
27
    {na-letter                  FALSE {6.35 209.55 6.35 273.05}}\
 
28
    {executive                  FALSE {6.35 177.75 6.35 260.35}}\
 
29
    {na-legal                   FALSE {6.35 209.55 6.35 349.25}}\
 
30
    {iso-a3                     FALSE {6.35 290.65 6.35 413.35}}\
 
31
    {iso-a4                     FALSE {6.35 203.65 6.35 290.65}}\
 
32
    {jis-b4                     FALSE {6.35 251.65 6.35 367.65}}\
 
33
    {jis-b5                     FALSE {6.35 175.65 6.35 250.65}}\
 
34
    {monarch-envelope           FALSE {6.35  91.94 6.35 184.15}}\
 
35
    {iso-designated-long        FALSE {6.35 103.65 6.35 213.65}}\
 
36
    {iso-c5                     FALSE {6.35 155.65 6.35 222.65}}\
 
37
    {na-number-10-envelope      FALSE {6.35  98.45 6.35 234.95}}\
 
38
    {hp-tabloid                 FALSE {6.35 273.05 6.35 425.45}}\
 
39
    {ledger                     FALSE {6.35 273.05 6.35 425.45}}\
 
40
    {b                          FALSE {6.35 273.05 6.35 425.45}}\
 
41
    {hp-japanese-postcard       FALSE {6     94    6    142   }}\
 
42
    {hp-japanese-doublepostcard FALSE {6    142    6    194   }}\
 
43
}
 
44