summaryrefslogtreecommitdiff
path: root/miniport/qxl.inf
blob: 63afd2afc53b520eedccd0b015ee85e761c7ae1b (plain)
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

; Installation inf for qxl driver

[Version]
Signature = "$CHICAGO$"
DriverVer = 09/29/2010,1.4.1.0 
Provider = %RHAT%
Class = Display
ClassGUID = {4d36e968-e325-11ce-bfc1-08002be10318}

[DestinationDirs]
DefaultDestDir = 11	; system32
qxl.Miniport = 12		; drivers
qxl.Display = 11		; system32

[Manufacturer]
%RHAT% = q.Mfg

[q.Mfg]
%RHAT% %QXL% = qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4&REV_02

[ControlFlags]
ExcludeFromSelect = *

[qxl]
CopyFiles = qxl.Miniport, qxl.Display

[qxl.Miniport]
qxl.sys

[qxl.Display]
qxldd.dll

[SourceDisksNames]
1 = %DiskId%

[SourceDisksFiles]
qxl.sys = 1
qxldd.dll = 1

[qxl.SoftwareSettings]
AddReg = qxl_SoftwareDeviceSettings

[qxl_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, qxldd
HKR,, VgaCompatible,                  %REG_DWORD%,    0
HKR,, DefaultSettings.BitsPerPel,     %REG_DWORD%,    32
HKR,, DefaultSettings.XResolution,    %REG_DWORD%,    800
HKR,, DefaultSettings.YResolution,    %REG_DWORD%,    600
HKR,, Acceleration.Level,             %REG_DWORD%,    0

[qxl.Services]
AddService = qxl, 0x00000002, qxl_Service_Inst	; Assign the named service as the PnP function driver

[qxl_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\qxl.sys

[Strings]
RHAT = "Red Hat"
QXL = "QXL GPU"
DiskId = "Windows 2000 Driver Installation Disk"

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
FLG_ADDREG_DELVAL = 0x00000004