[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#642960: foomatic-db: Xerox Phaser 6180MFP-D Foomatic/Postscript PPD file should have color but is grayscale instead



tags 642960 +pending
thanks

Le lundi, 26 septembre 2011 01.06:28, Brent Goodrick a écrit :
> Package: foomatic-db
> Version: 20100630-1
> Severity: normal
> 
> I have a Xerox Phaser 6180MFP printer that is hooked up over the
> network.  I am setting up a new printer and am expecting to select the
> "MFP" variety of the printer and see that it is set up properly to
> print color. When I add a new printer and select this make:
> 
> (…)
> 
> Since this is a MFP printer, I believe the act of selecting "Xerox
> Phaser 6180MFP-D Foomatic/Postscript" should provide color
> capabilities.

Hi Brent, and thanks for your bugreport,

I just talked with upstream developer Till Kamppeter and we agreed upon the 
attached patch, that will be part of the next upload, due today.

This will probably get included at the upstream side when kernel.org comes 
back.

Cheers,

-- 
OdyX
Description: Make sure all Xerox Phaser 6180 printers have correct
 declaration of mechanisms, in particular of color capabilities.
Author: Didier Raboud <odyx@debian.org>
Last-Update: 2011-09-26
Bug-Debian: #642960
--- a/db/source/printer/Xerox-Phaser_6180DN.xml
+++ b/db/source/printer/Xerox-Phaser_6180DN.xml
@@ -1,6 +1,16 @@
 <printer id="printer/Xerox-Phaser_6180DN">
   <make>Xerox</make>
   <model>Phaser 6180DN</model>
+  <mechanism>
+    <laser />
+    <color />
+    <resolution>
+      <dpi>
+        <x>600</x>
+        <y>600</y>
+      </dpi>
+    </resolution>
+  </mechanism>
   <lang>
     <postscript level="3" />
     <pcl level="5e" />
--- a/db/source/printer/Xerox-Phaser_6180MFP-D.xml
+++ b/db/source/printer/Xerox-Phaser_6180MFP-D.xml
@@ -1,6 +1,16 @@
 <printer id="printer/Xerox-Phaser_6180MFP-D">
   <make>Xerox</make>
   <model>Phaser 6180MFP-D</model>
+  <mechanism>
+    <laser />
+    <color />
+    <resolution>
+      <dpi>
+        <x>600</x>
+        <y>600</y>
+      </dpi>
+    </resolution>
+  </mechanism>
   <lang>
     <postscript level="3" />
     <pcl level="5e" />

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: