VirtualBox

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

Last change on this file was 98634, checked in by vboxsync, 15 months ago

Add/VBoxVideoEarlyNT.inf: Document that r155932 fixed the problems on W2K.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1; $Id: VBoxVideoEarlyNT.inf 98634 2023-02-19 12:30:41Z 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; For Windows 2000 and NT4, this section must be called 'Model' it seems.
48; Calling it VBoxVideo like VBoxVideo.inf does, results in
49; ERROR_NON_WINDOWS_NT_DRIVER (0xe000022d). See r155932.
50[Model]
51%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
52
53[VBoxVideo]
54;amd64 FeatureScore = F8
55CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
56
57[VBoxVideo.Miniport]
58VBoxVideo.sys,,,0x100
59
60[VBoxVideo.Display]
61VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
62
63[VBoxVideo.Services]
64AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
65
66[vboxvideo_Service_Inst]
67ServiceType=1 ; SERVICE_KERNEL_DRIVER
68StartType=1 ; SERVICE_SYSTEM_START (required, old non-PnP Windows versions need it)
69ErrorControl=0 ; SERVICE_ERROR_IGNORE
70LoadOrderGroup=Video
71ServiceBinary=%12%\VBoxVideo.sys
72
73[vboxvideo_EventLog_Inst]
74AddReg = vboxvideo_EventLog_AddReg
75
76[vboxvideo_EventLog_AddReg]
77HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
78HKR,,TypesSupported,0x00010001,7
79
80[VBoxVideo.SoftwareSettings]
81AddReg = vboxvideo_SoftwareDeviceSettings
82
83[vboxvideo_SoftwareDeviceSettings]
84HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
85; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
86HKR,, Acceleration.Level, %REG_DWORD%, 0
87HKR,, VgaCompatible, %REG_DWORD%, 0
88
89[VBoxVideo.OpenGLSoftwareSettings]
90
91;x86 [SourceDisksNames]
92;amd64 [SourceDisksNames.amd64]
931 = %VBoxVideo.Disk%,,,""
94
95[SourceDisksFiles]
96VBoxVideo.sys = 1
97VBoxDisp.dll = 1
98
99[Strings]
100REG_SZ = 0x00000000
101REG_MULTI_SZ = 0x00010000
102REG_EXPAND_SZ = 0x00020000
103REG_BINARY = 0x00000001
104REG_DWORD = 0x00010001
105
106ORACLE = "Oracle Corporation"
107VBoxVideo.Disk = "VirtualBox Video Driver Disk"
108VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use