~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to XpConfig/C/print/attributes/document

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Xorg: document,v 1.3 2000/08/17 19:48:03 cpqbld Exp $
 
2
# Document DPA-Object initial attribute values
 
3
 
 
4
# Attribute IDs must be qualified by using one of the following
 
5
# (listed in order of precedence):
 
6
#
 
7
#   printer-name
 
8
#       Set this attribute for a specific printer.
 
9
#       Example: "dj_1.plex: duplex"
 
10
#
 
11
#   printer-model
 
12
#       Set this attribute for all printers of a specific model.
 
13
#       Example: "HPDJ1600C.plex: duplex"
 
14
#
 
15
#   '*'
 
16
#       Set this attribute for all printers.
 
17
#       Example: "*.plex: duplex"
 
18
 
 
19
 
 
20
*content-orientation: portrait
 
21
*copy-count: 1
 
22
*default-medium: iso-a4
 
23
*default-printer-resolution: 600
 
24
 
 
25
# "PSspooldir" jobs should always be 300 DPI
 
26
# (to be compatible to DPS-based PostScript viewers such as sdtimage)
 
27
PSspooldir.default-printer-resolution: 300
 
28
 
 
29
# "PS2PDFspooldir-GS" jobs should always be 600 DPI
 
30
PS2PDFspooldir-GS.default-printer-resolution: 600
 
31
 
 
32
# Some resolution defaults to make applications happy which are too lazy
 
33
# to pick an own default in absence of "default-printer-resolution"
 
34
HPLJ4050-PS.default-printer-resolution: 600
 
35
SPSPARC2.default-printer-resolution: 300
 
36
CANONBJ10E-GS.default-printer-resolution: 360
 
37
CANONC3200-PS.default-printer-resolution: 600
 
38
 
 
39
# EXAMPLES
 
40
#
 
41
# *content-orientation: landscape
 
42
# *copy-count: 3
 
43
# *default-input-tray: main
 
44
# *default-medium: iso-a4
 
45
# *default-printer-resolution: 600
 
46
# *document-format: {PCL 5}
 
47
# *plex: simplex
 
48
# *xp-listfonts-modes: xp-list-internal-printer-fonts
 
49