From 2fd541c0468723b4fc4cc71c4cbcfeed510efaf1 Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Sat, 14 Oct 2017 21:53:45 +0200 Subject: [PATCH] Clean up brlaser.drv.in --- brlaser.drv.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/brlaser.drv.in b/brlaser.drv.in index afb7359..f51accd 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -33,6 +33,9 @@ Filter application/vnd.cups-raster 33 rastertobrlaser // The 1200dpi mode is weird: we need to send 1200x1200dpi raster // data, but Brother only advertises 1200x600dpi. I wonder what // is going on there. +// The 300dpi mode is reportedly not supported on all printers, so +// it's listed in individual printer blocks where we believe it works. +// Resolution k 1 0 0 0 "300dpi/300 DPI" *Resolution k 1 0 0 0 "600dpi/600 DPI" Resolution k 1 0 0 0 "1200dpi/1200HQ" @@ -78,6 +81,7 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 ModelName "DCP-1510" Attribute "NickName" "" "Brother DCP-1510 series, using @PACKAGE@ v@VERSION@" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,XL2HB;MDL:DCP-1510 series;CLS:PRINTER;CID:Brother Laser Type1;" + Resolution k 1 0 0 0 "300dpi/300 DPI" PCFileName "br1510.ppd" } @@ -85,23 +89,23 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 ModelName "DCP-7030" Attribute "NickName" "" "Brother DCP-7030, using @PACKAGE@ v@VERSION@" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7030;CLS:PRINTER;" - PCFileName "br7030.ppd" Resolution k 1 0 0 0 "300dpi/300 DPI" + PCFileName "br7030.ppd" } { ModelName "DCP-7055" Attribute "NickName" "" "Brother DCP-7055, using @PACKAGE@ v@VERSION@" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7055;CLS:PRINTER;CID:Brother Laser Type1;" - PCFileName "br7055.ppd" Resolution k 1 0 0 0 "300dpi/300 DPI" + PCFileName "br7055.ppd" } { ModelName "DCP-7055W" Attribute "NickName" "" "Brother DCP-7055W, using @PACKAGE@ @VERSION@" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7055W;CLS:PRINTER;CID:Brother Laser Type1;" - + Resolution k 1 0 0 0 "300dpi/300 DPI" PCFileName "br7055w.ppd" } @@ -109,6 +113,6 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 ModelName "DCP-7065DN" Attribute "NickName" "" "Brother DCP-7065DN, using @PACKAGE@ v@VERSION@" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7065DN;CLS:PRINTER;CID:Brother Laser Type1;" - PCFileName "br7065dn.ppd" Duplex rotated + PCFileName "br7065dn.ppd" }