File: lpstyl.xml

package info (click to toggle)
foomatic-db 20100630-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 206,696 kB
  • ctags: 15
  • sloc: xml: 205,635; sh: 297; makefile: 103; python: 8
file content (65 lines) | stat: -rw-r--r-- 2,279 bytes parent folder | download
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
<driver id="driver/lpstyl">
  <name>lpstyl</name>
  <url>http://homepage.mac.com/monroe/styl/</url>
  <thirdpartysupplied />
  <execution>
    <filter />
    <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -r360x360 %E%F</prototype>
  </execution>
  <comments>
    <en>

    This driver is a little bit special, the printer is connected by
    the serial port and the driver asks the printer which model it
    is. So the connection between driver and printer must be
    bidirectional. With LPD this is no problem, it issues the command
    line shown here under &quot;Execution Details&quot; plus a &quot;
    &amp;gt; DEVICE&quot; where DEVICE is the /dev file for the serial port
    where the printer is connected to. CUPS passes the output of the
    driver command line shown here through a backend filter which does
    not support bidirectional access. Use the &quot;Device&quot; option to send
    the output directly to the /dev file. Give read/write access to
    the user &quot;lp&quot; to make this possible. If the desired device is not
    under the choices, use the &quot;Link stylewriter in dev ...&quot;  option
    and set a link of your device file to /dev/stylewriter.&lt;p&gt;

    See also &lt;a
    href=&quot;https://www.linuxfoundation.org/en/CUPS_and_the_lpstyl_filter&quot;&gt;these
    instructions&lt;/a&gt;.&lt;p&gt;

  </en>
  </comments>
  <printers>
    <printer>
      <id>printer/Apple-Color_StyleWriter_1500</id>
      <comments>
        <en>Listed as working in lpstyl documentation</en>
      </comments>
    </printer>
    <printer>
      <id>printer/Apple-Color_StyleWriter_2200</id>
    </printer>
    <printer>
      <id>printer/Apple-Color_StyleWriter_2400</id>
    </printer>
    <printer>
      <id>printer/Apple-Color_StyleWriter_2500</id>
    </printer>
    <printer>
      <id>printer/Apple-StyleWriter_1200</id>
      <comments>
        <en>AKA StyleWriter III
&lt;br&gt;Listed as working in lpstyl docuemtation.</en>
      </comments>
    </printer>
    <printer>
      <id>printer/Apple-StyleWriter_I</id>
    </printer>
    <printer>
      <id>printer/Apple-StyleWriter_II</id>
      <comments>
        <en>Listed as supported in lpstyl documentation.</en>
      </comments>
    </printer>
  </printers>
</driver>