home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / resource / xprinter / ppds / vt600p1.ps < prev    next >
Encoding:
PostScript Printer Description  |  1997-07-08  |  10.1 KB  |  310 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *PCFileName: "VT600P1.PPD"
  12. *LanguageVersion: English
  13.  
  14. *Product: "(Varityper VT-600)"
  15. *PSVersion: "(48.0) 5"
  16. *ModelName: "Varityper VT-600P"
  17. *NickName: "Varityper VT-600P"
  18.  
  19. *% General Information and Defaults ===============
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *FreeVM: "1259626"
  23. *LanguageLevel: "1"
  24. *Extensions: FileSystem CMYK
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "save
  28.   statusdict /diskstatus get exec
  29.   exch pop 0 eq {(False)}{(True)}ifelse = flush restore
  30. "
  31. *End
  32.  
  33. *Throughput: "10"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true 
  38.   }{
  39.     dup    % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse 
  42.   {  %  if no password or not valid 
  43.     (WARNING : Cannot perform the exitserver command.) = 
  44.     (Password supplied is not valid.) = 
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if 
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true 
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse 
  59.   {  %  if no password or not valid 
  60.     (WARNING : Cannot reset printer.) = 
  61.     (Password supplied is not valid.) = 
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if 
  65.   serverdict /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 600dpi
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 0 moveto currentpoint matrix defaultmatrix transform
  76.   0 72 lineto currentpoint matrix defaultmatrix transform
  77.   3 -1 roll sub dup mul
  78.   3 1 roll exch sub dup mul
  79.   add sqrt round cvi
  80.   (          ) cvs print  (dpi) = flush
  81. restore
  82. "
  83. *End
  84.  
  85. *% Halftone Information ===============
  86. *ScreenFreq: "75.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  91. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102.  
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "letter"
  109. *PageSize Legal: "legal"
  110. *PageSize A4: "a4"
  111. *PageSize B4: "b4"
  112. *PageSize ISOB4: "729.72 1031.46 1 statusdict /setpage get exec"
  113. *CloseUI: *PageSize
  114.  
  115. *% These entries will set up the frame buffer. Usually used with manual feed.
  116. *OpenUI *PageRegion: PickOne
  117. *OrderDependency: 40 AnySetup *PageRegion
  118. *DefaultPageRegion: Letter
  119. *PageRegion Letter: "letter"
  120. *PageRegion Legal: "legal"
  121. *PageRegion A4: "a4"
  122. *PageRegion B4: "b4"
  123. *PageRegion ISOB4: "729.72 1031.46 1 statusdict /setpage get exec"
  124. *CloseUI: *PageRegion
  125.  
  126. *% The following entries provide information about specific paper keywords.
  127. *DefaultImageableArea: Letter
  128. *ImageableArea Letter: "18 18 593 772 "
  129. *ImageableArea Legal: "18 19 593 990 "
  130. *ImageableArea A4: "17 19 577 822 "
  131. *ImageableArea B4: "48 48 680 983 "
  132. *ImageableArea ISOB4: "48 48 680 983 "
  133. *?ImageableArea: "
  134.   save
  135.    /cvp { (                ) cvs print ( ) print } bind def
  136.    /upperright {10000 mul floor 10000 div} bind def
  137.    /lowerleft {10000 mul ceiling 10000 div} bind def
  138.    newpath clippath pathbbox
  139.    4 -2 roll exch 2 {lowerleft cvp} repeat
  140.    exch 2 {upperright cvp} repeat flush
  141.  restore"
  142. *End
  143.  
  144. *% These provide the physical dimensions of the paper (by keyword)
  145. *DefaultPaperDimension: Letter
  146. *PaperDimension Letter: "612 792"
  147. *PaperDimension Legal: "612 1008"
  148. *PaperDimension A4: "595 842"
  149. *PaperDimension B4: "729 1032"
  150. *PaperDimension ISOB4: "729.72 1031.46"
  151.  
  152. *DefaultOutputBin: Upper
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Cassette
  156. *InputSlot Cassette: ""
  157. *CloseUI: *InputSlot
  158.  
  159. *DefaultOutputOrder: Normal
  160.  
  161. *% Font Information =====================
  162.  
  163. *DefaultFont: Courier
  164. *Font Courier: Standard "(001.004)" Standard ROM
  165. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  166. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  167. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  168. *Font Symbol: Special "(001.001)" Special ROM
  169. *Font Varitimes#Bold: Standard "(001.000)" Standard ROM
  170. *Font Varitimes#BoldItalic: Standard "(001.000)" Standard ROM
  171. *Font Varitimes#Italic: Standard "(001.000)" Standard ROM
  172. *Font Varitimes#Roman: Standard "(001.000)" Standard ROM
  173. *?FontQuery: "
  174. save
  175. {
  176.   count 1 gt {
  177.   exch dup 128 string cvs (/) print print (:) print
  178.   dup FontDirectory exch known {pop (Yes)}
  179.   {
  180.     (fonts/                              )
  181.       dup 3 -1 roll 128 string cvs dup length /len exch def
  182.       6 exch putinterval
  183.       0 len 6 add getinterval mark exch
  184.       { } 128 string filenameforall counttomark 0 gt {
  185.       cleartomark (Yes)}{cleartomark (No)}ifelse
  186.       }ifelse =
  187.       }{ exit } ifelse
  188.   } bind loop
  189.   (*) = flush
  190. restore
  191. "
  192. *End
  193.  
  194. *?FontList: "
  195. save
  196.   FontDirectory { pop == } bind forall flush
  197.   /filenameforall where {
  198.     pop (fonts/*) {
  199.     dup length 6 sub 6 exch getinterval cvn ==
  200.     } bind
  201.     128 string filenameforall flush
  202.   } if
  203.   (*) = flush
  204. restore
  205. "
  206. *End
  207.  
  208. *% Printer Messages (verbatim from printer):
  209. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  210. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  211. *Message: "\FontName\ not found, using Courier"
  212.  
  213. *% Status (format: %%[ status: <one of these> ]%% )
  214. *Status: "idle"
  215. *Status: "busy"
  216. *Status: "waiting"
  217. *Status: "printing"
  218. *Status: "warming up"
  219. *Status: "initializing"
  220. *Status: "PrinterError: PE not responding"
  221. *Status: "PrinterError: paper jam"
  222. *Status: "PrinterError: PE sync error"
  223. *Status: "PrinterError: PE scan motor error"
  224. *Status: "PrinterError: PE laser power error"
  225. *Status: "PrinterError: PE drum motor error"
  226. *Status: "PrinterError: PE fuser error"
  227. *Status: "PrinterError: PE laser adjustment error"
  228. *Status: "PrinterError: PE needs attention"
  229. *Status: "PrinterError: out of paper"
  230. *Status: "PrinterError: no paper tray"
  231. *Status: "PrinterError: heater not ready"
  232. *Status: "PrinterError: door open"
  233.  
  234. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  235. *Source: "serial9"
  236. *Source: "serial25"
  237. *Source: "AppleTalk"
  238. *Source: "Centronics"
  239.  
  240. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  241. *PrinterError: "PE not responding"
  242. *PrinterError: "paper jam"
  243. *PrinterError: "PE sync error"
  244. *PrinterError: "PE scan motor error"
  245. *PrinterError: "PE laser power error"
  246. *PrinterError: "PE drum motor error"
  247. *PrinterError: "PE fuser error"
  248. *PrinterError: "PE laser adjustment error"
  249. *PrinterError: "PE needs attention"
  250. *PrinterError: "out of paper"
  251. *PrinterError: "no paper tray"
  252. *PrinterError: "heater not ready"
  253. *PrinterError: "door open"
  254.  
  255. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  256.  
  257. *% Color Separation Information =====================
  258. *% Accuratescreen angles/freqs added to bottom of file
  259.  
  260. *DefaultColorSep: ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi
  261.  
  262. *InkName: ProcessBlack/Process Black
  263. *InkName: CustomColor/Custom Color
  264. *InkName: ProcessCyan/Process Cyan
  265. *InkName: ProcessMagenta/Process Magenta
  266. *InkName: ProcessYellow/Process Yellow
  267.  
  268. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) ===============================
  269.  
  270. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  271. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  272. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  273. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  274. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  275.  
  276. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  277. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  278. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  279. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  280. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  281.  
  282. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  283. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  284. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  285. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  286. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  287. *End
  288.  
  289. *% For 71 lpi / 600 dpi =====================================================
  290.  
  291. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  292. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  293. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  294. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  295. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  298. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  299. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  300. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  301. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  302.  
  303. *% For "Varityper VT-600P" version 48.0
  304. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  305. *% Converted to meet 4.0 specification
  306. *% Last Edit Date: May 27 1992
  307. *% The byte count of this file should be exactly 009985 or 010294
  308. *% depending on the filesystem it resides in.
  309. *% end of PPD file for Varityper VT-600P
  310.