home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 January / maximum-cd-2009-01.iso / DiscContents / VirtualBox-2.0.4-38406-Win_x86.msi / vboxguest / 64Bit / Windows / Drivers / VBoxVideo / VBoxVideo.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2008-10-23  |  2.8 KB  |  97 lines

  1. ;
  2. ; VirtualBox Video miniport driver
  3. ;
  4. ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
  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. ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
  15. ; Clara, CA 95054 USA or visit http://www.sun.com if you need
  16. ; additional information or have any questions.
  17. ;
  18.  
  19. [Version]
  20. Signature="$WINDOWS NT$"
  21. Provider=%SUN%
  22. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  23. Class=Display
  24. DriverVer = 10/23/2008,2.0.4
  25. CatalogFile = VBoxVideo.cat
  26.  
  27. [DestinationDirs]
  28. DefaultDestDir=11
  29. VBoxVideo.Miniport = 12 ; drivers
  30. VBoxVideo.Display  = 11 ; system32
  31.  
  32. [Manufacturer]
  33. %SUN%=Model, NTamd64, NTamd64.6.0
  34.  
  35. [Model.NTamd64]
  36. %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
  37.  
  38. [Model.NTamd64.6.0]
  39. %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
  40.  
  41. [VBoxVideo]
  42. FeatureScore = F8
  43. CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
  44.  
  45. [VBoxVideo.Miniport]
  46. VBoxVideo.sys,,,0x100
  47.  
  48. [VBoxVideo.Display]
  49. VBoxDisp.dll,,,0x00004000  ; COPYFLG_IN_USE_TRY_RENAME
  50.  
  51. [VBoxVideo.Services]
  52. AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
  53.  
  54. [vboxvideo_Service_Inst]
  55. ServiceType=1                   ; SERVICE_KERNEL_DRIVER
  56. StartType=1                     ; SERVICE_SYSTEM_START
  57. ErrorControl=0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup=Video
  59. ServiceBinary=%12%\VBoxVideo.sys
  60.  
  61. [vboxvideo_EventLog_Inst]
  62. AddReg = vboxvideo_EventLog_AddReg
  63.  
  64. [vboxvideo_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68. [VBoxVideo.SoftwareSettings]
  69. AddReg = vboxvideo_SoftwareDeviceSettings
  70.  
  71. [vboxvideo_SoftwareDeviceSettings]
  72. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
  73. ; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
  74. HKR,, Acceleration.Level, %REG_DWORD%, 0
  75. HKR,, VgaCompatible, %REG_DWORD%, 0
  76.  
  77. [VBoxVideo.OpenGLSoftwareSettings]
  78.  
  79. [SourceDisksNames.amd64]
  80. 1 = %VBoxVideo.Disk%,,,""
  81. 2 = %VBoxVideo.Disk%,,,""
  82.  
  83. [SourceDisksFiles]
  84. VBoxVideo.sys = 1
  85. VBoxDisp.dll = 2
  86.  
  87. [Strings]
  88. REG_SZ = 0x00000000
  89. REG_MULTI_SZ = 0x00010000
  90. REG_EXPAND_SZ = 0x00020000
  91. REG_BINARY = 0x00000001
  92. REG_DWORD = 0x00010001
  93.  
  94. SUN = "Sun Microsystems, Inc."
  95. VBoxVideo.Disk = "VirtualBox Video Driver Disk"
  96. VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
  97.