summaryrefslogtreecommitdiff
path: root/miniport/qxl.inf
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-10-25 15:54:46 +0200
committerAlon Levy <alevy@redhat.com>2012-10-25 15:54:46 +0200
commit03a2959e46c8729b41168bf71b985ec41c5e6845 (patch)
tree113a7a483ce9f60d8a61e3a024c7aeb754e54605 /miniport/qxl.inf
parent5020ad9f4a54d632daca3ccbc5522e3d44909c33 (diff)
move xddm driver to xddm subdir
Diffstat (limited to 'miniport/qxl.inf')
-rw-r--r--miniport/qxl.inf97
1 files changed, 0 insertions, 97 deletions
diff --git a/miniport/qxl.inf b/miniport/qxl.inf
deleted file mode 100644
index 9b17575..0000000
--- a/miniport/qxl.inf
+++ /dev/null
@@ -1,97 +0,0 @@
-
-; Installation inf for qxl driver
-
-[Version]
-Signature = "$CHICAGO$"
-DriverVer = 08/15/2012,1.4.2.3
-Provider = %RHAT%
-CatalogFile = qxl.cat
-Class = Display
-ClassGUID = {4d36e968-e325-11ce-bfc1-08002be10318}
-
-[DestinationDirs]
-DefaultDestDir = 11 ; system32
-qxl.Miniport = 12 ; drivers
-qxl.Display = 11 ; system32
-
-[Manufacturer]
-%RHAT% = q, NTx86, NTamd64, NTx86.6.0, NTamd64.6.0
-
-; WinXP x86 and up
-[q.NTx86]
-%RHAT% %QXL% = qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-; WinXP x64 and up
-[q.NTamd64]
-%RHAT% %QXL% = qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-; Vista x86 and up
-[q.NTx86.6.0]
-%RHAT% %QXL% = qxl_vista, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-; Vista x64 and up
-[q.NTamd64.6.0]
-%RHAT% %QXL% = qxl_vista, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-
-[ControlFlags]
-ExcludeFromSelect = *
-
-[qxl]
-CopyFiles = qxl.Miniport, qxl.Display
-
-[qxl_vista]
-FeatureScore = FC
-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_vista.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_vista.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