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