From ec81f99348c56e2e18ad4dd69a7b278ef43c0c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 17 Sep 2007 09:35:31 +0000 Subject: [PATCH] No need to create a service group only for VBE driver. By using tags, VBE driver can be installed as the first one in the "Video Save" group svn path=/trunk/; revision=29078 --- reactos/media/inf/display.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/media/inf/display.inf b/reactos/media/inf/display.inf index 3a85b0da856..9f34892bd82 100644 --- a/reactos/media/inf/display.inf +++ b/reactos/media/inf/display.inf @@ -46,7 +46,7 @@ framebuf.dll [VGA_Inst.NT.Services] AddService = VGA, , VGA_Service_Inst -AddService = VBE, 0x00000002, VBE_Service_Inst +AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE [VGA_Service_Inst] ServiceType = 1 @@ -60,7 +60,7 @@ ServiceType = 1 StartType = 1 ErrorControl = 0 ServiceBinary = %12%\vbemp.sys -LoadOrderGroup = Video SVGA Save +LoadOrderGroup = Video Save ;-------------------------------- STRINGS -------------------------------