<br><br><div class="gmail_quote">On Tue, Aug 3, 2010 at 3:48 AM, Janez Kosmrlj <span dir="ltr"><<a href="mailto:postnalista@googlemail.com">postnalista@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Has anyone an idea, how to force users to print b/w on a color printer.<br>We are in the process to deploy color printers to some of our offices where they use centos 5.5 as their OS. They need the printers to print some advertisement material. But for everything else, they don't need it. And because of the costs of the color printing we would like to force them to use B/W where not explicitly necessary. Is there a way to force  a printer driver to be just B/W even if it is a color printer. So i could install a second color printer which would only be available to a special print user. <br>
</blockquote><div><br>I assume that this is printer dependent.  So I'd look at<br>  man lpoptions<br>and try listing the various options available<br>  lpoption -p <printer> -l<br>and look at storing the needed options in<br>
  ~/.cups/lpoptions<br>or<br>  /etc/cups/lpoptions <br><br>For example, on my HP L7590 (color all-in-one):<br><br>$ lpoptions -p home-printer -l<br>PrintoutMode/Printout Mode: Draft Draft.Gray *Normal Normal.Gray High High.Gray PhotoBest PhotoHigh PhotoNormal<br>
InputSlot/Media Source: *Default PhotoTray Upper Lower CDDVDTray Envelope LargeCapacity Manual MPTray<br>PageSize/Page Size: Custom.WIDTHxHEIGHT *Letter A4 Photo Photo5x7 PhotoTearOff 3x5 5x8 A5 A6 A6TearOff B5JIS CDDVD80 CDDVD120 Env10 EnvC5 EnvC6 EnvDL EnvISOB5 EnvMonarch Executive FLSA Hagaki Legal Oufuku w558h774 w612h935<br>
Duplex/Double-Sided Printing: DuplexNoTumble DuplexTumble *None<br>Quality/Resolution, Quality, Ink Type, Media Type: *FromPrintoutMode 300ColorCMYK 300DraftColorCMYK 300DraftGrayscaleCMYK 300FastDraftColorCMYK 300FastDraftGrayscaleCMYK 300GrayscaleCMYK 600ColorCMYK 600GrayscaleCMYK 600PhotoCMYK 600PhotoNormalCMYK 1200PhotoCMYK<br>
<br>So I assume that setting option Normal.Gray instead of Normal (the defaullt) would give me gray-scale<br>printing.<br></div></div><br>YMMV, of course.<br><br>-- <br>Dale Dellutri<br>