VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf@ 8105

Last change on this file since 8105 was 8105, checked in by vboxsync, 17 years ago

Rebranding: Bugfix for Guest Additions graphic driver installation.

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