home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / pnm2ppa / examples / lpd / README.lpd < prev   
Encoding:
Text File  |  2000-10-28  |  1.0 KB  |  34 lines

  1. printcap contains  BSD-style lpd printer descriptions for these printers:
  2.  
  3. color            (best quality color)
  4. coloreco         (normal quality color)
  5. bw               (best quality black)
  6. bweco            (economy quality black)
  7. ascii            (filter for printing ascii text files)
  8.  
  9.  
  10. The printcap entries say:
  11. use  a log file (lf) and an accounting file (af), suppress form feeds (sf), 
  12. suppress printing of burst page header (sh) and the maximum file size is 
  13. unlimited (mx#0).   Edit these if necessary.
  14.  
  15. Then edit your /etc/printcap file to add the contents of printcap
  16. to it.  (Just copy printcap to /etc/printcap, if no other printers
  17. are defined).
  18.  
  19. Now Run the shell script lpdsetup, specifying your desired paper size, e.g.:  
  20. ./lpdsetup  letter
  21. ./lpdsetup  legal
  22. ./lpdsetup  a4
  23. ./lpdsetup  a3
  24.  
  25. This installs the filters in /usr/local/bin and creates the corresponding 
  26. spool directories /var/spool/lpd/color, etc, You must be root to do this.
  27.  
  28. You may wish to edit the options specified in the filter files 
  29. color.if
  30. coloreco.if
  31. bw.if
  32. bweco.if
  33. ascii.if
  34.