/usr/share/cups/drv/c2espC.drv is in printer-driver-c2esp 23-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | //
//
// Driver info file for PPDs. For ESP Cxxx series and for Hero series
//
// Include necessary files...
#include <font.defs>
#include <media.defs>
// Common stuff for all drivers...
Attribute "cupsVersion" "" "1.4"
Attribute "FileSystem" "" "False"
Attribute "LandscapeOrientation" "" "Plus90"
Attribute "TTRasterizer" "" "Type42"
Copyright "Copyright 2011 by Paul Newall"
Font *
Version "1.4"
// Kodak
{
Manufacturer "Eastman Kodak"
DriverType custom
ManualCopies Yes
ColorDevice Yes
Throughput 8
Attribute "cupsSNMPSupplies" "" "False" // hope to stop the "may not be connected" message
VariablePaperSize Yes
MinSize 36 36
MaxSize 1080 86400
Filter application/vnd.cups-raster 50 /usr/lib/cups/filter/c2espC
Filter application/vnd.cups-command 50 /usr/lib/cups/filter/command2esp
Attribute "cupsCommands" "" "Clean PrintSelfTestPage PrintAlignmentPage ReportLevels"
ColorDevice Yes
Attribute DefaultColorSpace "" "CMY"
// HWMargins 14.03 14.25 14.03 14.25 //5mm all round
HWMargins 3 3 3 3 //1mm all round
// option "MediaSize" PickOne AnySetup 30
MediaSize Executive
MediaSize Letter
MediaSize Legal
*MediaSize A4
MediaSize A5
MediaSize A6
MediaSize 8x10
MediaSize Photo4x6
MediaSize EnvISOB5
MediaSize EnvC5
MediaSize DL
MediaSize Env10
option "Resolution" PickOne AnySetup 20
Choice 300x300dpi/300x300 "<</HWResolution[300 300]/cupsBitsPerColor 8>>setpagedevice"
*Choice 600x600dpi/600x600 "<</HWResolution[600 600]/cupsBitsPerColor 8>>setpagedevice"
//res/media dens gamma 3x3matrix
ColorProfile 300x300dpi/- 1.0 1.0
1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
ColorProfile 600x600dpi/- 1.0 1.0 //gamma 1.5 to 1.7 was good for dithered in ESP5250
1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
Attribute "marker-colors" "" "black magenta"
option "ColorModel" PickOne AnySetup 10
//ColorModel name colorspace colororder compression
// Choice CMY/Color "<</cupsBitsPerColor 8/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 6/cupsColorOrder 0/cupsCompression 1>>setpagedevice"
// *Choice Gray/BlackAndWhite "<</cupsBitsPerColor 8/cupsRowCount 0/cupsRowFeed 0/cupsRowStep 0/cupsColorSpace 3/cupsColorOrder 0/cupsCompression 1>>setpagedevice"
ColorModel Gray/Grayscale k chunky 0
*ColorModel CMY/Color cmy chunky 0
// Kodak ESP C110 Series without duplex or photo tray
{
ModelName "Kodak ESP C110 Series AiO"
Attribute NickName "" "Kodak ESP C110" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(Kodak ESP C110 Series AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK ESP C110 Series AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_ESP_C11x_Series.ppd"
PCFileName "KESPC11x.ppd"
ModelNumber C110
}
// Kodak ESP C310 Series without duplex or photo tray
{
ModelName "Kodak ESP C310 Series AiO"
Attribute NickName "" "Kodak ESP C310" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(Kodak ESP C310 Series AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK ESP C310 Series AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_ESP_C31x_Series.ppd"
PCFileName "KESPC31x.ppd"
ModelNumber C310
}
// Kodak ESP Hero Series without duplex or photo tray
{
ModelName "KODAK HERO 3.1 AiO"
Attribute NickName "" "KODAK HERO 3.1 AiO" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(KODAK HERO 3.1 AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK HERO 3.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_Hero_3.1.ppd"
PCFileName "KHERO31.ppd"
ModelNumber Hero3.1
}
// Kodak ESP Hero Series with duplex and without photo tray
{
ModelName "KODAK HERO 5.1 AiO"
Attribute NickName "" "KODAK HERO 5.1 AiO" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(KODAK HERO 5.1 AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK HERO 5.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_Hero_5.1.ppd"
PCFileName "KHERO51.ppd"
ModelNumber Hero5.1
Duplex rotated
}
// Kodak ESP Hero Series with duplex and photo tray. 6.1, 7.1, 9.1
{
ModelName "KODAK HERO 6.1 AiO"
Attribute NickName "" "KODAK HERO 6.1 AiO" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(KODAK HERO 6.1 AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK HERO 6.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_Hero_6.1.ppd"
PCFileName "KHERO61.ppd"
ModelNumber Hero6.1
Duplex rotated
InputSlot 0 MainTray
InputSlot 1 PhotoTray
}
// Kodak ESP Hero Series with duplex and photo tray. 6.1, 7.1, 9.1
{
ModelName "KODAK HERO 7.1 AiO"
Attribute NickName "" "KODAK HERO 7.1 AiO" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(KODAK HERO 7.1 AiO)"
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK HERO 7.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_Hero_7.1.ppd"
PCFileName "KHERO71.ppd"
ModelNumber Hero9.1
Duplex rotated
InputSlot 0 MainTray
InputSlot 1 PhotoTray
}
// Kodak ESP Hero Series with duplex and photo tray. 6.1, 7.1, 9.1
{
ModelName "KODAK HERO 9.1 AiO"
Attribute NickName "" "KODAK HERO 9.1 AiO" //The NickName is used in ubuntu to make the printer database
Attribute Product "" "(KODAK HERO 9.1 AiO)"
// MFG:Eastman Kodak Company;MDL:KODAK HERO 9.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;SN:Z004009;
Attribute 1284DeviceID "" "MFG:Eastman Kodak Company;MDL:KODAK HERO 9.1 AiO;CMD:OPL V1.00;CLS:PRINTER;DES:AIO;VER:1.00;"
FileName "Kodak_Hero_9.1.ppd"
PCFileName "KHERO91.ppd"
ModelNumber Hero9.1
Duplex rotated
InputSlot 0 MainTray
InputSlot 1 PhotoTray
}
}
|