VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxVideoEarlyNT.inf@ 98633

Last change on this file since 98633 was 98633, checked in by vboxsync, 2 years ago

Add/VBoxVideoEarlyNT.inf: Made it identical to a known working one (r155060) to see if this fixes the ERROR_NON_WINDOWS_NT_DRIVER (0xe000022d) problem.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1; $Id: VBoxVideoEarlyNT.inf 98633 2023-02-19 00:57:03Z vboxsync $
2;; @file
3; VirtualBox Video miniport driver, Windows 2000 and NT4 edition.
4;
5
6;
7; Copyright (C) 2011-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28[Version]
29Signature="$WINDOWS NT$"
30Provider=%ORACLE%
31ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
32Class=Display
33DriverPackageType=PlugAndPlay
34;edit-DriverVer=08/26/2008,2.00.0000
35;cat CatalogFile = VBoxVideoEarlyNT.cat
36
37[DestinationDirs]
38DefaultDestDir=11
39VBoxVideo.Miniport = 12 ; drivers
40VBoxVideo.Display = 11 ; system32
41
42; Windows 2000 and NT4 treats entries here as pure 'name=section' and will not
43; split the value on commas. Newer InfVerif.exe requires the comma stuff here.
44[Manufacturer]
45%ORACLE%=Model
46
47[Model]
48%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
49
50[VBoxVideo]
51;amd64 FeatureScore = F8
52CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
53
54[VBoxVideo.Miniport]
55VBoxVideo.sys,,,0x100
56
57[VBoxVideo.Display]
58VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
59
60[VBoxVideo.Services]
61AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
62
63[vboxvideo_Service_Inst]
64ServiceType=1 ; SERVICE_KERNEL_DRIVER
65StartType=1 ; SERVICE_SYSTEM_START (required, old non-PnP Windows versions need it)
66ErrorControl=0 ; SERVICE_ERROR_IGNORE
67LoadOrderGroup=Video
68ServiceBinary=%12%\VBoxVideo.sys
69
70[vboxvideo_EventLog_Inst]
71AddReg = vboxvideo_EventLog_AddReg
72
73[vboxvideo_EventLog_AddReg]
74HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
75HKR,,TypesSupported,0x00010001,7
76
77[VBoxVideo.SoftwareSettings]
78AddReg = vboxvideo_SoftwareDeviceSettings
79
80[vboxvideo_SoftwareDeviceSettings]
81HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
82; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
83HKR,, Acceleration.Level, %REG_DWORD%, 0
84HKR,, VgaCompatible, %REG_DWORD%, 0
85
86[VBoxVideo.OpenGLSoftwareSettings]
87
88;x86 [SourceDisksNames]
89;amd64 [SourceDisksNames.amd64]
901 = %VBoxVideo.Disk%,,,""
91
92[SourceDisksFiles]
93VBoxVideo.sys = 1
94VBoxDisp.dll = 1
95
96[Strings]
97REG_SZ = 0x00000000
98REG_MULTI_SZ = 0x00010000
99REG_EXPAND_SZ = 0x00020000
100REG_BINARY = 0x00000001
101REG_DWORD = 0x00010001
102
103ORACLE = "Oracle Corporation"
104VBoxVideo.Disk = "VirtualBox Video Driver Disk"
105VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette