VBoxVideo.inf revision 3b26e35411990c04b609cc979aef3310c39f6dce
;
; VirtualBox Video miniport driver
;
; Copyright (C) 2006-2007 Sun Microsystems, Inc.
;
; 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.
;
; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
; Clara, CA 95054 USA or visit http://www.sun.com if you need
; additional information or have any questions.
;
[Version]
Signature="$WINDOWS NT$"
Provider=%SUN%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer = 05/17/2007,1.04.0000
;cat CatalogFile = VBoxVideo.cat
[DestinationDirs]
DefaultDestDir=11
VBoxVideo.Miniport = 12 ; drivers
VBoxVideo.Display = 11 ; system32
[Manufacturer]
;x86 %SUN%=VBoxVideo
;amd64 %SUN%=VBoxVideo, NTamd64
;x86 [VBoxVideo]
;amd64 [VBoxVideo.NTamd64]
%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
[VBoxVideo]
CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
[VBoxVideo.Miniport]
VBoxVideo.sys
[VBoxVideo.Display]
VBoxDisp.dll
[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]
[SourceDisksNames]
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
SUN = "Sun Microsystems, Inc."
VBoxVideo.Disk = "VirtualBox Video Driver Disk"
VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"