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 / lpstyl.xml < prev    next >
Encoding:
Text File  |  2003-03-27  |  2.2 KB  |  60 lines

  1. <driver id="driver/lpstyl">
  2.  <name>lpstyl</name>
  3.  <url>http://homepage.mac.com/monroe/styl/</url>
  4.  <execution>
  5.   <filter />
  6.   <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -r360x360 %E%F</prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.  
  11.     This driver is a little bit special, the printer is connected by
  12.     the serial port and the driver asks the printer which model it
  13.     is. So the connection between driver and printer must be
  14.     bidirectional. With LPD this is no problem, it issues the command
  15.     line shown here under "Execution Details" plus a "
  16.     &gt; DEVICE" where DEVICE is the /dev file for the serial port
  17.     where the printer is connected to. CUPS passes the output of the
  18.     driver command line shown here through a backend filter which does
  19.     not support bidirectional access. Use the "Device" option to send
  20.     the output directly to the /dev file. Give read/write access to
  21.     the user "lp" to make this possible. If the desired device is not
  22.     under the choices, use the "Link stylewriter in dev ..."  option
  23.     and set a link of your device file to /dev/stylewriter.<p>
  24.     
  25.   </en>
  26.  </comments>
  27.  <printers>
  28.   <printer>
  29.    <id>printer/Apple-Color_StyleWriter_1500</id><!-- Apple Color StyleWriter 1500 -->
  30.    <comments>
  31.     <en>Listed as working in lpstyl documentation</en>
  32.    </comments>
  33.   </printer>
  34.   <printer>
  35.    <id>printer/Apple-Color_StyleWriter_2200</id><!-- Apple Color StyleWriter 2200 -->
  36.   </printer>
  37.   <printer>
  38.    <id>printer/Apple-Color_StyleWriter_2400</id><!-- Apple Color StyleWriter 2400 -->
  39.   </printer>
  40.   <printer>
  41.    <id>printer/Apple-Color_StyleWriter_2500</id><!-- Apple Color StyleWriter 2500 -->
  42.   </printer>
  43.   <printer>
  44.    <id>printer/Apple-StyleWriter_1200</id><!-- Apple StyleWriter 1200 -->
  45.    <comments>
  46.     <en>AKA StyleWriter III
  47. <br>Listed as working in lpstyl docuemtation.</en>
  48.    </comments>
  49.   </printer>
  50.   <printer>
  51.    <id>printer/Apple-StyleWriter_I</id><!-- Apple StyleWriter I -->
  52.   </printer>
  53.   <printer>
  54.    <id>printer/Apple-StyleWriter_II</id><!-- Apple StyleWriter II -->
  55.    <comments>
  56.     <en>Listed as supported in lpstyl documentation.</en>
  57.    </comments>
  58.   </printer>
  59.  </printers>
  60. </driver>