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 / gdi.xml < prev    next >
Encoding:
Text File  |  2005-01-21  |  3.5 KB  |  111 lines

  1. <driver id="driver/gdi">
  2.  <name>gdi</name>
  3.  <url>http://www.linuxprinting.org/download/printing/samsung-gdi/</url>
  4.  <execution>
  5.   <ghostscript />
  6.   <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=gdi%A%Z -sOutputFile=- - | perl -p -e '%E'</prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.  
  11.     The name of this driver is very confusing, it is not a driver for
  12.     all GDI printers, it only works with the so-called
  13.     "SmartGDI" or "PrinThru" printers of
  14.     Samsung.
  15.  
  16.     The original driver published under the GPL by Samsung some years
  17.     ago has a bug which prevents some files from being printed. Grant
  18.     Taylor has implemented a workaround.  On the driver's download
  19.     page (it is here on linuxprinting.org, Samsung does not provide
  20.     this driver any more) you will find a patch and an already fixed
  21.     version.<p>
  22.  
  23.     And <a
  24.     href="http://www.linuxprinting.org/download/printing/ghostscript-8.x/drivers/gdi/">here</a>
  25.     you get the version for GPL/AFPL GhostScript 8.x, also with
  26.     Grant's fixes. In ESP GhostScript 8.x this driver is already
  27.     included. If you want to add it to your GhostScript, put the
  28.     <tt>gdevgdi.c</tt> file into the
  29.     <tt>src/</tt> subdirectory of the GhostScript source
  30.     package, append <tt>gdevgdi-gdi.mak</tt> to
  31.     <tt>src/contrib.mak</tt>, and add
  32.     "<tt>$(DD)gdi.dev</tt>" to one of the
  33.     "<tt>DEVICE_DEVS...</tt>" lines of
  34.     <tt>src/Makefile.in</tt>. Then compile as
  35.     ususal.<p>
  36.  
  37.     This Foomatic entry gives access to all options which the Windows
  38.     driver provides for Samsung's GDI printers. As this was not
  39.     forseen by the original GhostScript driver from Samsung, a hack
  40.     was applied in this Foomatic entry. The driver does not need to be
  41.     patched for that.<p>
  42.  
  43.     If you are using MagicFilter 1.2, you can use <a
  44.     href="http://www.linuxprinting.org/download/printing/samsung-gdi/gdi-filter.gz">this
  45.     filter</a> with the driver (developed on Debian Potato,
  46.     contributed by Felix E. Klee, felix dot klee at inka dot de). To
  47.     install you have to uncompress it and to copy it into your
  48.     MagicFilter directory (<tt>/etc/magicfilter</tt> on
  49.     Debian). This file does not work with newer versions of
  50.     MagicFilter.
  51.  
  52.   </en>
  53.  </comments>
  54.  <printers>
  55.   <printer>
  56.    <id>printer/Generic-GDI_Printer</id>
  57.   </printer>
  58.   <printer>
  59.    <id>printer/Samsung-ML-200</id>
  60.   </printer>
  61.   <printer>
  62.    <id>printer/Samsung-ML-210</id>
  63.   </printer>
  64.   <printer>
  65.    <id>printer/Samsung-ML-1000</id>
  66.   </printer>
  67.   <printer>
  68.    <id>printer/Samsung-ML-1010</id>
  69.   </printer>
  70.   <printer>
  71.    <id>printer/Samsung-ML-1020</id>
  72.   </printer>
  73.   <printer>
  74.    <id>printer/Samsung-ML-1200</id>
  75.   </printer>
  76.   <printer>
  77.    <id>printer/Samsung-ML-1210</id>
  78.   </printer>
  79.   <printer>
  80.    <id>printer/Samsung-ML-1220</id>
  81.   </printer>
  82.   <printer>
  83.    <id>printer/Samsung-ML-1410</id>
  84.   </printer>
  85.   <printer>
  86.    <id>printer/Samsung-ML-1430</id>
  87.   </printer>
  88.   <printer>
  89.    <id>printer/Samsung-ML-1440</id>
  90.   </printer>
  91.   <printer>
  92.    <id>printer/Samsung-ML-1510</id>
  93.   </printer>
  94.   <printer>
  95.    <id>printer/Samsung-ML-1710</id>
  96.   </printer>
  97.   <printer>
  98.    <id>printer/Samsung-ML-4500</id><!-- Samsung ML-4500 -->
  99.   </printer>
  100.   <printer>
  101.    <id>printer/Samsung-ML-5080</id>
  102.   </printer>
  103.   <printer>
  104.    <id>printer/Samsung-ML-6040</id>
  105.   </printer>
  106.   <printer>
  107.    <id>printer/Lexmark-E210</id>
  108.   </printer>
  109.  </printers>
  110. </driver>
  111.