xref: /reactos/boot/bootdata/hiveinst.inf (revision c2c66aff)
1[Version]
2Signature = "$ReactOS$"
3
4[AddReg]
5; Enable _one_ driver per section by removing the leading semicolon.
6
7;
8; Display driver section
9;
10
11; VBE SVGA driver
12HKLM,"SYSTEM\CurrentControlSet\Services\VBE","Start",0x00010001,0x00000001
13HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.VRefresh",0x00010001,1
14HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.BitsPerPel",0x00010001,32
15HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.XResolution",0x00010001,800
16HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.YResolution",0x00010001,600
17
18; VGA miniport driver
19HKLM,"SYSTEM\CurrentControlSet\Services\Vga","Start",0x00010001,0x00000001
20