/usr/share/metview/etc/DeviceDriverDef is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | DEVICE_DRIVER ; Driver Controls; Device Driver
{
FORMAT
{
POSTSCRIPT
JPEG
PNG
SCREEN
} = POSTSCRIPT
DESTINATION
{
PREVIEW
PRINTER
FILE
} = FILE
PREVIEW_PROGRAM
{
gv ; gv
xv ; xv
ghostview ; ghostview
display ; display
} = gv
PRINT_OPTION {
VISIBLE
ALL
} = VISIBLE
# PRINT_SELECTION [ visible = false ] {
# VISIBLE
# ALL
# } = ALL
NCOPIES {
*
} = 1
FILE_NAME {
@
}
# FILE_AUTO_NUMBERING [ interface = toggle ] {
# ON
# OFF
# } = ON
# Magics DEVICE_WIDTH:
WIDTH_IN_PIXELS
{
*
} = 800
# Magics DEVICE_QUALITY_LEVEL:
JPEG_QUALITY_LEVEL
{
*
} = -1
# PRINTER definition is customised into a separate file!
#%include PlotModPrinterList
#FAMI062010 Included here temporarily. The idea is to delete
# DeviceDriverDef and DeviceDriverRules files. They are Metview 3
# related and should be replaced when we provide a function to
# convert Metview3 drivers to Metview4 drivers.
PRINTER {
ps_vax_c
ps_oa_c
ps_vax_a3_c
ps_oa_a3_c
ps_user_area
ps_ua
ps_workshop
ps_vax_a3
ps_oa_a3
ps_vax_c_t
ps_oa_c_t
ps_vax
ps_oa
ps_oa_d
ps_floor0
ps_floor1
ps_floor2
ps_floor3
ps_sys
ps_sys_d
ps_comp_ops
ps_artwork
gs
ps_small
ps_floor0_c
ps_floor0_c_t
ps_floor1_c
ps_floor1_c_t
ps_floor2_c
ps_floor2_c_t
ps_floor3_c
ps_floor3_c_t
ps_cabin
ps_cabin_c
ps_graphics
ps_metops
ps_ext0
ps_ext1
ps_a0
ps_a1
ps_a2
ps_a3
ps_a4
} = ps_vax_c
PRINTER_CUSTOMIZE
{
YES
NO
} = NO
PRINTER_TYPE
[ label = 'Printer Colour Model' ]
{
Default
RGB
CMYK
MONOCHROME
GRAY
} = Default
PRINTER_RESOLUTION
{
Default
72
300
400
600
} = Default
PRINTER_SCALE_FACTOR
{
@
Default
} = Default
PRINTER_PATH_SIZE
{
*
Default
} = Default
PRINTER_STACK_SIZE
{
*
Default
} = Default
PRINTER_MITER
{
Default
ON
OFF
} = Default
PRINT_COMMAND
[ help = help_script, help_script_command = print-command-help ]
{
@
} = 'lpr -P%p -#%n %f'
#
# if your system uses 'lp' instead of 'lpr'
# then replace the line above with the
# following line (remove comment):
# } = 'lp -d%p -n%n %f'
ICON_IDENTIFICATION_FILE
{
YES
NO
} = YES
# PATH
# [ visible = false ]
# {
# @
# }
CLASS [visible=false]
{
@
} = DRIVER
}
|