VirtualBox

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

Last change on this file since 82396 was 82396, checked in by vboxsync, 5 years ago

Additions: revert VBoxVideo back to start on boot, because old, not really PnP capable Windows versions will not get the driver going at the right time if it's set to demand start.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1; $Id: VBoxVideo.inf 82396 2019-12-04 20:01:55Z vboxsync $
2;; @file
3; VirtualBox Video miniport driver
4;
5
6;
7; Copyright (C) 2011-2019 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18[Version]
19Signature="$WINDOWS NT$"
20Provider=%ORACLE%
21ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
22Class=Display
23DriverPackageType=PlugAndPlay
24;edit-DriverVer=08/26/2008,2.00.0000
25;cat CatalogFile = VBoxVideo.cat
26
27[DestinationDirs]
28DefaultDestDir=11
29VBoxVideo.Miniport = 12 ; drivers
30VBoxVideo.Display = 11 ; system32
31
32[Manufacturer]
33;x86 %ORACLE%=Model
34;amd64 %ORACLE%=Model, NTamd64, NTamd64.6.0
35
36;x86 [Model]
37;amd64 [Model.NTamd64]
38%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
39
40;amd64 [Model.NTamd64.6.0]
41;amd64 %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
42
43[VBoxVideo]
44;amd64 FeatureScore = F8
45CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
46
47[VBoxVideo.Miniport]
48VBoxVideo.sys,,,0x100
49
50[VBoxVideo.Display]
51VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
52
53[VBoxVideo.Services]
54AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
55
56[vboxvideo_Service_Inst]
57ServiceType=1 ; SERVICE_KERNEL_DRIVER
58StartType=1 ; SERVICE_SYSTEM_START (required, old non-PnP Windows versions need it)
59ErrorControl=0 ; SERVICE_ERROR_IGNORE
60LoadOrderGroup=Video
61ServiceBinary=%12%\VBoxVideo.sys
62
63[vboxvideo_EventLog_Inst]
64AddReg = vboxvideo_EventLog_AddReg
65
66[vboxvideo_EventLog_AddReg]
67HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
68HKR,,TypesSupported,0x00010001,7
69
70[VBoxVideo.SoftwareSettings]
71AddReg = vboxvideo_SoftwareDeviceSettings
72
73[vboxvideo_SoftwareDeviceSettings]
74HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
75; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
76HKR,, Acceleration.Level, %REG_DWORD%, 0
77HKR,, VgaCompatible, %REG_DWORD%, 0
78
79[VBoxVideo.OpenGLSoftwareSettings]
80
81;x86 [SourceDisksNames]
82;amd64 [SourceDisksNames.amd64]
831 = %VBoxVideo.Disk%,,,""
84
85[SourceDisksFiles]
86VBoxVideo.sys = 1
87VBoxDisp.dll = 1
88
89[Strings]
90REG_SZ = 0x00000000
91REG_MULTI_SZ = 0x00010000
92REG_EXPAND_SZ = 0x00020000
93REG_BINARY = 0x00000001
94REG_DWORD = 0x00010001
95
96ORACLE = "Oracle Corporation"
97VBoxVideo.Disk = "VirtualBox Video Driver Disk"
98VBoxVideo.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