home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / foomatic / db / source / driver / oki4drv.xml < prev    next >
Encoding:
Text File  |  2005-02-24  |  2.7 KB  |  72 lines

  1. <driver id="driver/oki4drv">
  2.  <name>oki4drv</name>
  3.  <url>http://www.picante.com/~gtaylor/download/printing/</url>
  4.  <execution>
  5.   <filter />
  6.   <prototype>(echo -n "%F%A"; cat) 1>/dev/oki4drv 2>/dev/null</prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.     Version 2.0 of this driver was developed in mid-2000 by Marcin
  11.     Dalecki, with cooperation from Okidata, who sent him a printer and
  12.     some protocol help.  (Heck, they sent me (Grant) one, too!)  <p>
  13.  
  14.     The driver comes with all sorts of performance warnings and is
  15.     structured such that, if used according to the directions, it is
  16.     slightly awkward to fit into normal print spoolers.  This weakness
  17.     aside, it does work. The only flaw was that version 2.0 ejected a
  18.     blank page after every job. This is fixed in version 2.1.<p>
  19.  
  20.     I (Grant) have constructed a framework that lets you use this
  21.     driver under normal spoolers. The execution data and Foomatic
  22.     support here assumes that you are using this framework. To use it,
  23.     obtain oki4linux-2.1gst.tar.gz from the <a
  24.     href="download/printing/">download area</a>.<p>
  25.  
  26.     Note that when you use these foomatic config files the printer
  27.     must be always on the first parallel port. Any output device set
  28.     in the spooler will be ignored. So the best is to choose
  29.     <tt>/dev/null</tt> as the destination device to not
  30.     block the real device. In CUPS you do this with the URI
  31.     "<tt>file:/dev/null</tt>" and in LPD and
  32.     LPRng with the entry "<tt>lp=/dev/null</tt>"
  33.     in the <tt>/etc/printcap</tt> file.<p>
  34.  
  35.     Fl&aacute;vio Coelho (fccoelho at uerj dot br) reports that the
  36.     Okipage 6w only works with the old 2.0 version of the driver.
  37.   </en>
  38.  </comments>
  39.  <printers>
  40.   <printer>
  41.    <id>printer/Okidata-OL400w</id><!-- Okidata OL 400w -->
  42.   </printer>
  43.   <printer>
  44.    <id>printer/Okidata-Okipage_4w</id><!-- Okidata Okipage 4w -->
  45.   </printer>
  46.   <printer>
  47.    <id>printer/Okidata-Okipage_4wplus</id><!-- Okidata Okipage 4w+ -->
  48.   </printer>
  49.   <printer>
  50.    <id>printer/Okidata-Okipage_6w</id><!-- Okidata Okipage 6w -->
  51.   </printer>
  52.   <printer>
  53.    <id>printer/Okidata-Okipage_8w</id><!-- Okidata Okipage 8w -->
  54.    <comments>
  55.     <en>This printer works mostly with with oki4drv by Martin Dalecki.</en>
  56.    </comments>
  57.   </printer>
  58.   <printer>
  59.    <id>printer/Okidata-Okipage_8w_Lite</id><!-- Okidata Okipage 8w Lite -->
  60.    <comments>
  61.     <en>This printer works mostly with with oki4drv by Martin Dalecki.</en>
  62.    </comments>
  63.   </printer>
  64.   <printer>
  65.    <id>printer/Okidata-Okipage_8z</id><!-- Okidata Okipage 8z -->
  66.    <comments>
  67.     <en>Requires version 2 of oki4linux?</en>
  68.    </comments>
  69.   </printer>
  70.  </printers>
  71. </driver>
  72.