VBoxVideo.inf revision 9055f61bb57d2a625c6434d55beac7565c3b3c0d
7ec25bb9d03acb929519aa84287da437e3d4d10cCampbell Barton;
096dfde2c1cb7bb1e0a4b76e21f2abf548b900d5Campbell Barton; VirtualBox Video miniport driver
096dfde2c1cb7bb1e0a4b76e21f2abf548b900d5Campbell Barton;
543d06f3604dd894bba2e9ed6d0d93f971c5b573verbalshadow; Copyright (C) 2011 Oracle Corporation
543d06f3604dd894bba2e9ed6d0d93f971c5b573verbalshadow;
543d06f3604dd894bba2e9ed6d0d93f971c5b573verbalshadow; This file is part of VirtualBox Open Source Edition (OSE), as
3e4ce0a261d36cd7f5c132e06640721bf485f3d6Campbell Barton; available from http://www.virtualbox.org. This file is free software;
874cad03a8450ed3464f6dfae2eb16108bec5bbdCampbell Barton; you can redistribute it and/or modify it under the terms of the GNU
874cad03a8450ed3464f6dfae2eb16108bec5bbdCampbell Barton; General Public License (GPL) as published by the Free Software
874cad03a8450ed3464f6dfae2eb16108bec5bbdCampbell Barton; Foundation, in version 2 as it comes in the "COPYING" file of the
; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
;
[Version]
Signature="$WINDOWS NT$"
Provider=%ORACLE%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverPackageType=PlugAndPlay
;edit-DriverVer=08/26/2008,2.00.0000
;cat CatalogFile = VBoxVideo.cat
[DestinationDirs]
DefaultDestDir=11
VBoxVideo.Miniport = 12 ; drivers
VBoxVideo.Display = 11 ; system32
[Manufacturer]
;x86 %ORACLE%=Model
;amd64 %ORACLE%=Model, NTamd64, NTamd64.6.0
;x86 [Model]
;amd64 [Model.NTamd64]
%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
;amd64 [Model.NTamd64.6.0]
;amd64 %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
[VBoxVideo]
;amd64 FeatureScore = F8
CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
[VBoxVideo.Miniport]
VBoxVideo.sys,,,0x100
[VBoxVideo.Display]
VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
[VBoxVideo.Services]
AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
[vboxvideo_Service_Inst]
ServiceType=1 ; SERVICE_KERNEL_DRIVER
StartType=1 ; SERVICE_SYSTEM_START
ErrorControl=0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup=Video
ServiceBinary=%12%\VBoxVideo.sys
[vboxvideo_EventLog_Inst]
AddReg = vboxvideo_EventLog_AddReg
[vboxvideo_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
HKR,,TypesSupported,0x00010001,7
[VBoxVideo.SoftwareSettings]
AddReg = vboxvideo_SoftwareDeviceSettings
[vboxvideo_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
HKR,, Acceleration.Level, %REG_DWORD%, 0
HKR,, VgaCompatible, %REG_DWORD%, 0
[VBoxVideo.OpenGLSoftwareSettings]
;x86 [SourceDisksNames]
;amd64 [SourceDisksNames.amd64]
1 = %VBoxVideo.Disk%,,,""
2 = %VBoxVideo.Disk%,,,""
[SourceDisksFiles]
VBoxVideo.sys = 1
VBoxDisp.dll = 2
[Strings]
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
ORACLE = "Oracle Corporation"
VBoxVideo.Disk = "VirtualBox Video Driver Disk"
VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"