;
; VirtualBox Video miniport driver
;
; Copyright (C) 2011 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the terms of the GNU
; General Public License (GPL) as published by the Free Software
; 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"