Fix installation of VMware display driver

svn path=/trunk/; revision=19326
This commit is contained in:
Hervé Poussineau
2005-11-18 18:48:14 +00:00
parent e253c1b277
commit f3e17583dd
+12
View File
@@ -631,6 +631,18 @@ HKLM,"SYSTEM\CurrentControlSet\Enum\Root\*PNP0A03\0000\LogConf","BasicConfigVect
01,00,00,00,01,00,01,00,01,00,00,00, \
00,06,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
; We need the PCI bus to be installed at 3rd boot to enumerate display cards and to
; not have the "CsrServerInitialization: failed to initialize video (Status=c0000001)"
; error when a custom driver (as the VMware one) is installed. At the moment,
; StartServiceW is not implemented, so PlugPlay service can't start during
; second stage setup. => We have to code PCI bus parameters it in registry...
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\*PNP0A03\0000","Service",0x00000000,"pci"
HKLM,"SYSTEM\CurrentControlSet\Services\PCI","ErrorControl",0x00010001,0x00000003
HKLM,"SYSTEM\CurrentControlSet\Services\PCI","Group",0x00000000,"Boot Bus Extender"
HKLM,"SYSTEM\CurrentControlSet\Services\PCI","ImagePath",0x00020000,"system32\drivers\pci.sys"
HKLM,"SYSTEM\CurrentControlSet\Services\PCI","Start",0x00010001,0x00000000
HKLM,"SYSTEM\CurrentControlSet\Services\PCI","Type",0x00010001,0x00000001
; ACPI bus
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\*PNP0C08\0000","HardwareID",0x00010000,"*PNP0C08"
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\*PNP0C08\0000","DeviceDesc",0x00000000,"ACPI bus"