VirtualBox

Ticket #21982: VBoxVideo.inf

File VBoxVideo.inf, 3.1 KB (added by javispedro, 15 months ago)
Line 
1; $Id: VBoxVideo.inf 156119 2023-03-01 02:49:34Z bird $
2;; @file
3; VirtualBox Video miniport driver, XP+ 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.215389.xyz.
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
34DriverVer = 01/15/2024,7.0.14.11095 ; r161095
35CatalogFile = VBoxVideo.cat
36
37[DestinationDirs]
38DefaultDestDir=11
39VBoxVideo.Miniport = 12 ; drivers
40VBoxVideo.Display = 11 ; system32
41
42[Manufacturer]
43%ORACLE%=VBoxVideo,NTAMD64,NTAMD64.6.0
44
45[VBoxVideo.NTAMD64]
46%VBoxVideo.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF
47
48[VBoxVideo.NTAMD64.6.0]
49%VBoxVideo.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF
50
51[VBoxVideo_Install]
52FeatureScore = F8
53CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
54
55[VBoxVideo.Miniport]
56VBoxVideo.sys,,,0x100
57
58[VBoxVideo.Display]
59VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
60
61[VBoxVideo_Install.Services]
62AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
63
64[vboxvideo_Service_Inst]
65ServiceType=1 ; SERVICE_KERNEL_DRIVER
66StartType=1 ; SERVICE_SYSTEM_START (required, old non-PnP Windows versions need it)
67ErrorControl=0 ; SERVICE_ERROR_IGNORE
68LoadOrderGroup=Video
69ServiceBinary=%12%\VBoxVideo.sys
70
71[vboxvideo_EventLog_Inst]
72AddReg = vboxvideo_EventLog_AddReg
73
74[vboxvideo_EventLog_AddReg]
75HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
76HKR,,TypesSupported,0x00010001,7
77
78[VBoxVideo_Install.SoftwareSettings]
79AddReg = vboxvideo_SoftwareDeviceSettings
80
81[vboxvideo_SoftwareDeviceSettings]
82HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
83; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
84HKR,, Acceleration.Level, %REG_DWORD%, 0
85HKR,, VgaCompatible, %REG_DWORD%, 0
86
87[VBoxVideo_Install.OpenGLSoftwareSettings]
88
89[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"

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