home *** CD-ROM | disk | FTP | other *** search
- ;
- ; 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 = 10/23/2008,2.0.4
- CatalogFile = VBoxVideo.cat
-
- [DestinationDirs]
- DefaultDestDir=11
- VBoxVideo.Miniport = 12 ; drivers
- VBoxVideo.Display = 11 ; system32
-
- [Manufacturer]
- %SUN%=Model
-
- [Model]
- %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
-
- %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
-
- [VBoxVideo]
- 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]
-
- [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"
-