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 / lm1100.xml < prev    next >
Encoding:
Text File  |  2006-05-23  |  2.0 KB  |  62 lines

  1. <driver id="driver/lm1100">
  2.  <name>lm1100</name>
  3.  <url>http://www.linuxprinting.org/download/printing/lm1100/</url>
  4.  <execution>
  5.   <filter />
  6.   <prototype>gs -q -sDEVICE=ppmraw -r300 %A -dBATCH -dNOPAUSE -dPARANOIDSAFER %Z -sOutputFile=- - | lm1100 %B -</prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.  
  11.     Tim Engler's Lexmark 1100 driver, released March 2000. Tim does
  12.     not continue the development any more, someone overtaking the
  13.     project is welcome. The original web site,
  14.     <tt>http://www.burntcouch.com/lexmark/</tt> is not
  15.     available anymore, but the driver can be downloaded here from
  16.     linuxprinting.org<p>
  17.  
  18.     <i>Important:</i> If you use gcc 3.1 or later for
  19.     compiling this driver you should apply a little correction by
  20.     running the command<p>
  21.  
  22.     <tt>perl -p -i -e 
  23.     's/friend Lexmark/friend class Lexmark/'
  24.     *.h</tt><p>
  25.  
  26.     in the source directory of the driver before you compile the
  27.     driver with the "<tt>make</tt>"
  28.     command.<p>
  29.  
  30.     To use gcc 3.4 or later, you need to apply <a
  31.     href="http://www.linuxprinting.org/download/printing/lm1100/lm1100.1.0.2a-fix-compile-gcc-3.4.patch.gz">this
  32.     patch</a>.<p>
  33.  
  34.     For gcc 4.1 or later, you need to run the command<p>
  35.  
  36.     <tt>perl -p -i -e 
  37.     's/\b[^\s:]+:://'
  38.     *.h</tt><p>
  39.  
  40.     in the source directory of the driver before compiling. This
  41.     removes the now deprecated extra qualifications
  42.     "&lt;class&gt;::&lt;member&gt;" on class
  43.     members.<p>
  44.  
  45.   </en>
  46.  </comments>
  47.  <printers>
  48.   <printer>
  49.    <id>printer/Lexmark-1000</id><!-- Lexmark 1000 -->
  50.   </printer>
  51.   <printer>
  52.    <id>printer/Lexmark-1020</id><!-- Lexmark 1020 -->
  53.    <comments>
  54.     <en>It might work with this 1000/1100 driver?  Someone try and let me know.</en>
  55.    </comments>
  56.   </printer>
  57.   <printer>
  58.    <id>printer/Lexmark-1100</id><!-- Lexmark 1100 -->
  59.   </printer>
  60.  </printers>
  61. </driver>
  62.