diff options
author | Manuel Schneider | 2014-09-30 14:58:15 +0200 |
---|---|---|
committer | Manuel Schneider | 2014-09-30 14:58:15 +0200 |
commit | d201ff60599f4c41beaeab22da072c5df569dbaf (patch) | |
tree | d1c47399db9109ae5cc7b05af7f9ec85e7dbd75f /server | |
parent | [pvs2] Move pvs2.ini in its in directory (diff) | |
download | tm-scripts-d201ff60599f4c41beaeab22da072c5df569dbaf.tar.gz tm-scripts-d201ff60599f4c41beaeab22da072c5df569dbaf.tar.xz tm-scripts-d201ff60599f4c41beaeab22da072c5df569dbaf.zip |
[cups] Do not accept color jobs on BW printers
Diffstat (limited to 'server')
-rw-r--r-- | server/modules/cups-freiburg/etc/cups/ppd/RZBLACK.ppd | 6 | ||||
-rw-r--r-- | server/modules/cups-freiburg/etc/cups/ppd/UB2BLACK.ppd | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/server/modules/cups-freiburg/etc/cups/ppd/RZBLACK.ppd b/server/modules/cups-freiburg/etc/cups/ppd/RZBLACK.ppd index ac6ccd57..a5186847 100644 --- a/server/modules/cups-freiburg/etc/cups/ppd/RZBLACK.ppd +++ b/server/modules/cups-freiburg/etc/cups/ppd/RZBLACK.ppd @@ -59,6 +59,12 @@ *% =============== Device Capabilities =============== *LanguageLevel: "3" *Protocols: BCP PJL TBCP +*ColorDevice: False +*DefaultColorSpace: Gray +*AccurateScreensSupport: True +*DefaultGuaranteedMaxSeparations: 1 +*ColorModel Gray/Gray: "" +*DefaultColorModel: Gray *1284Modes Parallel: Compat Nibble ECP *1284DeviceID: "MANUFACTURER:XEROX;COMMAND SET:;MODEL:WorkCentre 7545;CLASS:PRINTER;COMPATIBLE ID:;DESCRIPTION:Xerox WorkCentre 7545;" diff --git a/server/modules/cups-freiburg/etc/cups/ppd/UB2BLACK.ppd b/server/modules/cups-freiburg/etc/cups/ppd/UB2BLACK.ppd index 794b31b3..212fa606 100644 --- a/server/modules/cups-freiburg/etc/cups/ppd/UB2BLACK.ppd +++ b/server/modules/cups-freiburg/etc/cups/ppd/UB2BLACK.ppd @@ -59,6 +59,12 @@ *% =============== Device Capabilities =============== *LanguageLevel: "3" *Protocols: BCP PJL TBCP +*ColorDevice: False +*DefaultColorSpace: Gray +*AccurateScreensSupport: True +*DefaultGuaranteedMaxSeparations: 1 +*ColorModel Gray/Gray: "" +*DefaultColorModel: Gray *1284Modes Parallel: Compat Nibble ECP *1284DeviceID: "MANUFACTURER:XEROX;COMMAND SET:;MODEL:WorkCentre 7545;CLASS:PRINTER;COMPATIBLE ID:;DESCRIPTION:Xerox WorkCentre 7545;" |