File: dell.drv.in

package info (click to toggle)
splix 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,608 kB
  • sloc: cpp: 4,907; makefile: 424; ansic: 42; sh: 38; xml: 34; python: 8
file content (46 lines) | stat: -rw-r--r-- 945 bytes parent folder | download | duplicates (2)
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
/*
 *      dell.drv                       (C) 2007, Aurélien Croc (AP²C)
 * 
 * Contains the Dell printers drivers
 *
 * $Id$
 */

Manufacturer "Dell"

#import "version.defs"
#import "spl2.defs"
#import "filter.defs"
#import "altitude.defs"

//
// Specific black & white printer definition
//
{
    #import "monochrome-v1.defs"
    #import "powersave.defs"
    #import "tonerdensity.defs"
    #import "tonersave.defs"
    #import "jamrecovery.defs"
    #import "manualduplex.defs"

    // QPDL Version 1
    {
        Attribute QPDL QPDLVersion "1"
        Attribute General DocHeaderValues "<0><0><0>"

        {
            Resolution k 1 0 0 0 "300dpi/300 DPI"
            {
                ModelName "1100"
                PCFileName "1100.ppd"
            } {
                ModelName "1110"
                PCFileName "1110.ppd"
            }
        }
    }
}

/* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 enc=utf8: */