home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-05-19 | 24.2 KB | 441 lines |
- ;****************************************************************************
- ; Name : OEMSETUP.INF
- ; Project : miro.plus high-speed drivers
- ; Function : driver installation script file
- ; (C) 1994 by : miro Computer Products AG
- ; : Carl-Miele-Str. 4, D-38112 Braunschweig
- ;****************************************************************************/
-
- [Identification]
- OptionType = VIDEO
-
- [LanguagesSupported]
- ENG
-
- [Identify]
- read-syms Identification
- set Status = STATUS_SUCCESSFUL
- set Identifier = $(OptionType)
- set Media = #("Source Media Descriptions", 1, 1)
- Return $(Status) $(Identifier) $(Media)
-
- [ReturnOptions]
- set Status = STATUS_FAILED
- set OptionList = {}
- set OptionTextList = {}
- set LanguageList = ^(LanguagesSupported, 1)
- Ifcontains(i) $($0) in $(LanguageList)
- goto returnoptions
- else
- set Status = STATUS_NOLANGUAGE
- goto finish_ReturnOptions
- endif
- returnoptions = +
- set OptionList = ^(Options, 0)
- set OptionTextList = ^(OptionsText$($0), 1)
- set Status = STATUS_SUCCESSFUL
- finish_ReturnOptions = +
- Return $(Status) $(OptionList) $(OptionTextList)
-
- [ServicesEntry]
- CurrentEntry = "" ? $(!LIBHANDLE) GetDevicemapValue Video \Device\Video0
-
- [InstallOption]
- set Status = STATUS_FAILED
- set DrivesToFree = {}
- Debug-Output "We are entering Install Option here."
- set Option = $($1)
- set SrcDir = $($2)
- set AddCopy = $($3)
- set DoCopy = $($4)
- set DoConfig = $($5)
- set LanguageList = ^(LanguagesSupported, 1)
- Ifcontains(i) $($0) in $(LanguageList)
- else
- set Status = STATUS_NOLANGUAGE
- goto finish_InstallOption
- endif
- read-syms Strings$($0)
- set OptionList = ^(Options, 0)
- ifcontains $(Option) in $(OptionList)
- else
- goto finish_InstallOption
- endif
- set OptionList = ""
- set MiniportDriver = #(Options, $(Option), 1)
- set BitsPerPel = #(Options, $(Option), 2)
- set XResolution = #(Options, $(Option), 3)
- set YResolution = #(Options, $(Option), 4)
- set VRefresh = #(Options, $(Option), 5)
- set Interlaced = #(Options, $(Option), 6)
- set Type = $(#(MiniportDrivers, $(MiniportDriver), 1))
- set Group = #(MiniportDrivers, $(MiniportDriver), 2)
- set ErrorControl = $(#(MiniportDrivers, $(MiniportDriver), 3))
- set Tag = #(MiniportDrivers, $(MiniportDriver), 4)
- set InstalledDisplays = #(MiniportDrivers, $(MiniportDriver), 5)
- set VgaCompatible = #(MiniportDrivers, $(MiniportDriver), 6)
- set EventMessageFile = #(MiniportDrivers, $(MiniportDriver), 7)
- set TypesSupported = #(MiniportDrivers, $(MiniportDriver), 8)
- read-syms ServicesEntry
- detect ServicesEntry
- installtheoption = +
- ifstr(i) $(AddCopy) == "YES"
- set DoActualCopy = NO
- set FileToCheck = #(Files-DisplayMiniportDrivers, $(MiniportDriver), 2)
- LibraryProcedure STATUS,$(!LIBHANDLE),CheckFileExistance $(!STF_WINDOWSSYSPATH)"\drivers\"$(FileToCheck)
- ifstr(i) $(STATUS) == NO
- set DoActualCopy = YES
- goto addfiles
- endif
- ForListDo $(InstalledDisplays)
- set FileToCheck = #(Files-DisplayDLLs, $($), 2)
- LibraryProcedure STATUS,$(!LIBHANDLE),CheckFileExistance $(!STF_WINDOWSSYSPATH)"\"$(FileToCheck)
- ifstr(i) $(STATUS) == NO
- set DoActualCopy = YES
- endif
- EndForListDo
- addfiles = +
- ifstr(i) $(DoActualCopy) == NO
- shell "subroutn.inf" DriversExist $($0) $(String1)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "OEMSETUP.INF: shelling DriversExist failed"
- goto finish_InstallOption
- endif
- ifstr(i) $($R0) == STATUS_CURRENT
- else-ifstr(i) $($R0) == STATUS_NEW
- set DoActualCopy = YES
- else-ifstr(i) $($R0) == STATUS_USERCANCEL
- Debug-Output "OEMSETUP.INF: User cancelled video installation"
- goto finish_InstallOption
- else
- Debug-Output "OEMSETUP.INF: Error reported in DriversExist routine in SUBROUTN.INF"
- goto finish_InstallOption
- endif
- endif
- ifstr(i) $(DoActualCopy) == YES
- shell "subroutn.inf" DoAskSourceEx $(SrcDir) $(String2)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "OEMSETUP.INF: shelling DoAskSourceEx failed"
- goto finish_InstallOption
- endif
- ifstr(i) $($R0) == STATUS_SUCCESSFUL
- set SrcDir = $($R1)
- ifstr(i) $($R2) != ""
- set DrivesToFree = >($(DrivesToFree), $($R2))
- endif
- else
- Debug-Output "OEMSETUP.INF: User cancelled asking source."
- goto finish_InstallOption
- endif
- install Install-AddCopyOption
- ifstr(i) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
- Debug-Output "OEMSETUP.INF: Adding video files to copy list failed"
- goto finish_InstallOption
- endif
- else
- set DoCopy = NO
- endif
- endif
- ifstr(i) $(DoCopy) == "YES"
- read-syms ProgressCopy$($0)
- install Install-DoCopyOption
- ifstr(i) $(STF_INSTALL_OUTCOME) == "STF_FAILURE"
- Debug-Output "Copying files failed"
- goto finish_InstallOption
- else-ifstr(i) $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
- set Status = STATUS_USERCANCEL
- goto finish_InstallOption
- endif
- endif
- ifstr(i) $(DoConfig) == "YES"
- shell "registry.inf" CheckSetupModify
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- goto finish_InstallOption
- endif
- ifstr(i) $($R0) != STATUS_SUCCESSFUL
- goto finish_InstallOption
- endif
- set ServiceNode = $(MiniportDriver)
- set ServiceBinary = %SystemRoot%\System32\drivers\#(Files-DisplayMiniportDrivers, $(MiniportDriver), 2)
- set ServicesValues = { +
- {Type, 0, $(!REG_VT_DWORD), $(Type) }, +
- {Start, 0, $(!REG_VT_DWORD), $(!SERVICE_SYSTEM_START) }, +
- {Group, 0, $(!REG_VT_SZ), $(Group) }, +
- {ErrorControl, 0, $(!REG_VT_DWORD), $(ErrorControl) }, +
- {Tag, 0, $(!REG_VT_DWORD), $(Tag) }, +
- {BinaryPathName, 0, $(!REG_VT_EXPAND_SZ), $(ServiceBinary) } +
- }
- set ParametersValues = { +
- {InstalledDisplayDrivers, 0, $(!REG_VT_MULTI_SZ), $(InstalledDisplays) }, +
- {VgaCompatible, 0, $(!REG_VT_DWORD), $(VgaCompatible) }, +
- {DefaultSettings.BitsPerPel, 0, $(!REG_VT_DWORD), $(BitsPerPel) }, +
- {DefaultSettings.VRefresh, 0, $(!REG_VT_DWORD), $(VRefresh) }, +
- {DefaultSettings.Interlaced, 0, $(!REG_VT_DWORD), $(Interlaced) }, +
- {DefaultSettings.XResolution, 0, $(!REG_VT_DWORD), $(XResolution) }, +
- {DefaultSettings.YResolution, 0, $(!REG_VT_DWORD), $(YResolution) } +
- }
- ifstr(i) $(VRefresh) != ""
- set VRefreshValue = {DefaultSettings.VRefresh, 0, $(!REG_VT_DWORD), $(VRefresh)}
- set ParametersValue = >($(ParametersValue), $(VRefreshValue))
- endif
- ifstr(i) $(Interlaced) != ""
- set InterlacedValue = {DefaultSettings.Interlaced, 0, $(!REG_VT_DWORD), $(Interlaced)}
- set ParametersValue = >($(ParametersValue), $(InterlacedValue))
- endif
- set DeviceValues = {}
- set EventLogValues = { +
- {EventMessageFile, 0, $(!REG_VT_EXPAND_SZ), $(EventMessageFile) }, +
- {TypesSupported, 0, $(!REG_VT_DWORD), $(TypesSupported) } +
- }
- shell "registry.inf" MakeServicesEntry $(ServiceNode) +
- $(ServicesValues) +
- $(ParametersValues) +
- $(DeviceValues) +
- $(EventLogValues) +
- Device0
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "Couldn't execute MakeServicesEntry in registry.inf"
- goto finish_InstallOption
- endif
- ifstr(i) $($R0) != STATUS_SUCCESSFUL
- Debug-Output "MakeServicesEntry failed for video"
- goto finish_InstallOption
- endif
- ifstr(i) $(CurrentEntry) != $(MiniportDriver)
- ifstr(i) $(CurrentEntry) != VGA
- ifstr(i) $(CurrentEntry) != ""
- shell "registry.inf" ModifyServicesEntry $(CurrentEntry) $(!SERVICE_DISABLED)
- ifint $($ShellCode) != $(!SHELL_CODE_OK)
- Debug-Output "Couldn't find DisableServicesEntry in registry.inf"
- goto errorconfig
- endif
- ifstr(i) $($R0) != STATUS_SUCCESSFUL
- Debug-Output "DisableServices entry failed"
- endif
- endif
- endif
- endif
- goto configdone
- errorconfig = +
- ifstr(i) $(CurrentEntry) != $(MiniportDriver)
- shell "registry.inf" ModifyServicesEntry $(MiniportDriver) $(!SERVICE_DISABLED)
- ifstr(i) $(CurrentEntry) != ""
- shell "registry.inf" ModifyServicesEntry $(CurrentEntry) $(!SERVICE_SYSTEM_START)
- endif
- endif
- goto finish_InstallOption
- configdone = +
- endif
- set Status = STATUS_SUCCESSFUL
- finish_InstallOption = +
- ForListDo $(DrivesToFree)
- LibraryProcedure STATUS,$(!LIBHANDLE), DeleteNetConnection $($) "TRUE"
- EndForListDo
- Return $(Status)
-
- [Install-AddCopyOption]
- set STF_VITAL = ""
- AddSectionKeyFileToCopyList Files-DisplayMiniportDrivers +
- $(MiniportDriver) +
- $(SrcDir) +
- $(!STF_WINDOWSSYSPATH)\drivers
- ForListDo $(InstalledDisplays)
- AddSectionKeyFileToCopyList Files-DisplayDLLs +
- $($) +
- $(SrcDir) +
- $(!STF_WINDOWSSYSPATH)
- EndForListDo
- exit
-
- [Install-DoCopyOption]
- CopyFilesInCopyList
- exit
-
- [ProgressCopyENG]
- ProCaption = "Windows NT Setup"
- ProCancel = "Cancel"
- ProCancelMsg = "Windows NT is not correcly installed. Are you sure you want "+
- "to cancel copying files?"
- ProCancelCap = "Setup Message"
- ProText1 = "Copying:"
- ProText2 = "To:"
-
- [StringsENG]
- String1 = "Display"
- String2 = "Please enter the full path to the miro.plus "+
- "high-speed drivers files. Then choose Continue."
-
- [Source Media Descriptions]
- 1 = "miro.plus high-speed drivers setup disk #1.00", TAGFILE = miro100
-
- [OptionsTextENG]
- "miroCRYSTAL 40SV 640x480x8x60" = "miroCRYSTAL 40SV #1.00 640 x 480, 256 col., 60Hz"
- "miroCRYSTAL 40SV 640x480x8x75" = "miroCRYSTAL 40SV #1.00 640 x 480, 256 col., 75Hz"
- "miroCRYSTAL 40SV 800x600x8x60" = "miroCRYSTAL 40SV #1.00 800 x 600, 256 col., 60Hz"
- "miroCRYSTAL 40SV 800x600x8x75" = "miroCRYSTAL 40SV #1.00 800 x 600, 256 col., 75Hz"
- "miroCRYSTAL 40SV 1024x768x8x60" = "miroCRYSTAL 40SV #1.00 1024 x 768, 256 col., 60Hz"
- "miroCRYSTAL 40SV 1024x768x8x75" = "miroCRYSTAL 40SV #1.00 1024 x 768, 256 col., 75Hz"
- "miroCRYSTAL 40SV 1280x1024x8x60" = "miroCRYSTAL 40SV #1.00 1280 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 40SV 1280x1024x8x75" = "miroCRYSTAL 40SV #1.00 1280 x 1024, 256 col., 75Hz"
- "miroCRYSTAL 40SV 1408x1024x8x60" = "miroCRYSTAL 40SV #1.00 1408 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 40SV 1408x1024x8x75" = "miroCRYSTAL 40SV #1.00 1408 x 1024, 256 col., 75Hz"
- "miroCRYSTAL 40SV 640x480x16x60" = "miroCRYSTAL 40SV #1.00 640 x 480, 65k col., 60Hz"
- "miroCRYSTAL 40SV 640x480x16x75" = "miroCRYSTAL 40SV #1.00 640 x 480, 65k col., 75Hz"
- "miroCRYSTAL 40SV 800x600x16x60" = "miroCRYSTAL 40SV #1.00 800 x 600, 65k col., 60Hz"
- "miroCRYSTAL 40SV 800x600x16x75" = "miroCRYSTAL 40SV #1.00 800 x 600, 65k col., 75Hz"
- "miroCRYSTAL 40SV 1024x768x16x60" = "miroCRYSTAL 40SV #1.00 1024 x 768, 65k col., 60Hz"
- "miroCRYSTAL 40SV 1024x768x16x75" = "miroCRYSTAL 40SV #1.00 1024 x 768, 65k col., 75Hz"
- "miroCRYSTAL 40SV 1280x1024x16x60" = "miroCRYSTAL 40SV #1.00 1280 x 1024, 65k col., 60Hz"
- "miroCRYSTAL 40SV 1280x1024x16x75" = "miroCRYSTAL 40SV #1.00 1280 x 1024, 65k col., 75Hz"
- "miroCRYSTAL 40SV 1408x1024x16x60" = "miroCRYSTAL 40SV #1.00 1408 x 1024, 65k col., 60Hz"
- "miroCRYSTAL 40SV 1408x1024x16x70" = "miroCRYSTAL 40SV #1.00 1408 x 1024, 65k col., 70Hz"
- "miroCRYSTAL 40SV 640x480x32x60" = "miroCRYSTAL 40SV #1.00 640 x 480, 16M col., 60Hz"
- "miroCRYSTAL 40SV 640x480x32x75" = "miroCRYSTAL 40SV #1.00 640 x 480, 16M col., 75Hz"
- "miroCRYSTAL 40SV 800x600x32x60" = "miroCRYSTAL 40SV #1.00 800 x 600, 16M col., 60Hz"
- "miroCRYSTAL 40SV 800x600x32x75" = "miroCRYSTAL 40SV #1.00 800 x 600, 16M col., 75Hz"
- "miroCRYSTAL 40SV 1024x768x32x60" = "miroCRYSTAL 40SV #1.00 1024 x 768, 16M col., 60Hz"
- "miroCRYSTAL 40SV 1024x768x32x75" = "miroCRYSTAL 40SV #1.00 1024 x 768, 16M col., 75Hz"
-
- "miroCRYSTAL 20SV 640x480x8x60" = "miroCRYSTAL 20SV #1.00 640 x 480, 256 col., 60Hz"
- "miroCRYSTAL 20SV 640x480x8x75" = "miroCRYSTAL 20SV #1.00 640 x 480, 256 col., 75Hz"
- "miroCRYSTAL 20SV 800x600x8x60" = "miroCRYSTAL 20SV #1.00 800 x 600, 256 col., 60Hz"
- "miroCRYSTAL 20SV 800x600x8x75" = "miroCRYSTAL 20SV #1.00 800 x 600, 256 col., 75Hz"
- "miroCRYSTAL 20SV 1024x768x8x60" = "miroCRYSTAL 20SV #1.00 1024 x 768, 256 col., 60Hz"
- "miroCRYSTAL 20SV 1024x768x8x75" = "miroCRYSTAL 20SV #1.00 1024 x 768, 256 col., 75Hz"
- "miroCRYSTAL 20SV 1280x1024x8x60" = "miroCRYSTAL 20SV #1.00 1280 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 20SV 1280x1024x8x75" = "miroCRYSTAL 20SV #1.00 1280 x 1024, 256 col., 75Hz"
- "miroCRYSTAL 20SV 1408x1024x8x60" = "miroCRYSTAL 20SV #1.00 1408 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 20SV 1408x1024x8x75" = "miroCRYSTAL 20SV #1.00 1408 x 1024, 256 col., 75Hz"
- "miroCRYSTAL 20SV 640x480x16x60" = "miroCRYSTAL 20SV #1.00 640 x 480, 65k col., 60Hz"
- "miroCRYSTAL 20SV 640x480x16x75" = "miroCRYSTAL 20SV #1.00 640 x 480, 65k col., 75Hz"
- "miroCRYSTAL 20SV 800x600x16x60" = "miroCRYSTAL 20SV #1.00 800 x 600, 65k col., 60Hz"
- "miroCRYSTAL 20SV 800x600x16x75" = "miroCRYSTAL 20SV #1.00 800 x 600, 65k col., 75Hz"
- "miroCRYSTAL 20SV 1024x768x16x60" = "miroCRYSTAL 20SV #1.00 1024 x 768, 65k col., 60Hz"
- "miroCRYSTAL 20SV 1024x768x16x75" = "miroCRYSTAL 20SV #1.00 1024 x 768, 65k col., 75Hz"
- "miroCRYSTAL 20SV 640x480x32x60" = "miroCRYSTAL 20SV #1.00 640 x 480, 16M col., 60Hz"
- "miroCRYSTAL 20SV 640x480x32x75" = "miroCRYSTAL 20SV #1.00 640 x 480, 16M col., 75Hz"
- "miroCRYSTAL 20SV 800x600x32x60" = "miroCRYSTAL 20SV #1.00 800 x 600, 16M col., 60Hz"
- "miroCRYSTAL 20SV 800x600x32x75" = "miroCRYSTAL 20SV #1.00 800 x 600, 16M col., 75Hz"
-
- "miroCRYSTAL 20SD 640x480x8x60" = "miroCRYSTAL 20SD #1.00 640 x 480, 256 col., 60Hz"
- "miroCRYSTAL 20SD 640x480x8x75" = "miroCRYSTAL 20SD #1.00 640 x 480, 256 col., 75Hz"
- "miroCRYSTAL 20SD 800x600x8x60" = "miroCRYSTAL 20SD #1.00 800 x 600, 256 col., 60Hz"
- "miroCRYSTAL 20SD 800x600x8x75" = "miroCRYSTAL 20SD #1.00 800 x 600, 256 col., 75Hz"
- "miroCRYSTAL 20SD 1024x768x8x60" = "miroCRYSTAL 20SD #1.00 1024 x 768, 256 col., 60Hz"
- "miroCRYSTAL 20SD 1024x768x8x75" = "miroCRYSTAL 20SD #1.00 1024 x 768, 256 col., 75Hz"
- "miroCRYSTAL 20SD 1280x1024x8x60" = "miroCRYSTAL 20SD #1.00 1280 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 20SD 1280x1024x8x75" = "miroCRYSTAL 20SD #1.00 1280 x 1024, 256 col., 75Hz"
- "miroCRYSTAL 20SD 640x480x16x60" = "miroCRYSTAL 20SD #1.00 640 x 480, 65k col., 60Hz"
- "miroCRYSTAL 20SD 640x480x16x75" = "miroCRYSTAL 20SD #1.00 640 x 480, 65k col., 75Hz"
- "miroCRYSTAL 20SD 800x600x16x60" = "miroCRYSTAL 20SD #1.00 800 x 600, 65k col., 60Hz"
- "miroCRYSTAL 20SD 800x600x16x75" = "miroCRYSTAL 20SD #1.00 800 x 600, 65k col., 75Hz"
- "miroCRYSTAL 20SD 1024x768x16x60" = "miroCRYSTAL 20SD #1.00 1024 x 768, 65k col., 60Hz"
- "miroCRYSTAL 20SD 1024x768x16x75" = "miroCRYSTAL 20SD #1.00 1024 x 768, 65k col., 75Hz"
- "miroCRYSTAL 20SD 640x480x32x60" = "miroCRYSTAL 20SD #1.00 640 x 480, 16M col., 60Hz"
- "miroCRYSTAL 20SD 640x480x32x75" = "miroCRYSTAL 20SD #1.00 640 x 480, 16M col., 75Hz"
- "miroCRYSTAL 20SD 800x600x32x60" = "miroCRYSTAL 20SD #1.00 800 x 600, 16M col., 60Hz"
- "miroCRYSTAL 20SD 800x600x32x75" = "miroCRYSTAL 20SD #1.00 800 x 600, 16M col., 75Hz"
-
- "miroCRYSTAL 10SD 640x480x8x60" = "miroCRYSTAL 10SD #1.00 640 x 480, 256 col., 60Hz"
- "miroCRYSTAL 10SD 640x480x8x72" = "miroCRYSTAL 10SD #1.00 640 x 480, 256 col., 72Hz"
- "miroCRYSTAL 10SD 800x600x8x60" = "miroCRYSTAL 10SD #1.00 800 x 600, 256 col., 60Hz"
- "miroCRYSTAL 10SD 800x600x8x72" = "miroCRYSTAL 10SD #1.00 800 x 600, 256 col., 72Hz"
- "miroCRYSTAL 10SD 1024x768x8x60" = "miroCRYSTAL 10SD #1.00 1024 x 768, 256 col., 60Hz"
- "miroCRYSTAL 10SD 1024x768x8x70" = "miroCRYSTAL 10SD #1.00 1024 x 768, 256 col., 70Hz"
- "miroCRYSTAL 10SD 1024x768x8x87" = "miroCRYSTAL 10SD #1.00 1024 x 768, 256 col., 87Hz(i)"
- "miroCRYSTAL 10SD 1280x1024x8x60" = "miroCRYSTAL 10SD #1.00 1280 x 1024, 256 col., 60Hz"
- "miroCRYSTAL 10SD 1280x1024x8x87" = "miroCRYSTAL 10SD #1.00 1280 x 1024, 256 col., 87Hz(i)"
-
- [Options]
- "miroCRYSTAL 40SV 640x480x8x60" = miro8BPP, 8, 640, 480, 60 , 0
- "miroCRYSTAL 40SV 640x480x8x75" = miro8BPP, 8, 640, 480, 75 , 0
- "miroCRYSTAL 40SV 800x600x8x60" = miro8BPP, 8, 800, 600, 60 , 0
- "miroCRYSTAL 40SV 800x600x8x75" = miro8BPP, 8, 800, 600, 75 , 0
- "miroCRYSTAL 40SV 1024x768x8x60" = miro8BPP, 8, 1024, 768, 60 , 0
- "miroCRYSTAL 40SV 1024x768x8x75" = miro8BPP, 8, 1024, 768, 75 , 0
- "miroCRYSTAL 40SV 1280x1024x8x60" = miro8BPP, 8, 1280, 1024, 60 , 0
- "miroCRYSTAL 40SV 1280x1024x8x75" = miro8BPP, 8, 1280, 1024, 75 , 0
- "miroCRYSTAL 40SV 1408x1024x8x60" = miro8BPP, 8, 1408, 1024, 60 , 0
- "miroCRYSTAL 40SV 1408x1024x8x70" = miro8BPP, 8, 1408, 1024, 70 , 0
- "miroCRYSTAL 40SV 640x480x16x60" = miroFlatModel, 16, 640, 480, 60 , 0
- "miroCRYSTAL 40SV 640x480x16x75" = miroFlatModel, 16, 640, 480, 75 , 0
- "miroCRYSTAL 40SV 800x600x16x60" = miroFlatModel, 16, 800, 600, 60 , 0
- "miroCRYSTAL 40SV 800x600x16x75" = miroFlatModel, 16, 800, 600, 75 , 0
- "miroCRYSTAL 40SV 1024x768x16x60" = miroFlatModel, 16, 1024, 768, 60 , 0
- "miroCRYSTAL 40SV 1024x768x16x75" = miroFlatModel, 16, 1024, 768, 75 , 0
- "miroCRYSTAL 40SV 1280x1024x16x60" = miroFlatModel, 16, 1280, 1024, 60 , 0
- "miroCRYSTAL 40SV 1280x1024x16x75" = miroFlatModel, 16, 1280, 1024, 75 , 0
- "miroCRYSTAL 40SV 1408x1024x16x60" = miroFlatModel, 16, 1408, 1024, 60 , 0
- "miroCRYSTAL 40SV 1408x1024x16x70" = miroFlatModel, 16, 1408, 1024, 70 , 0
- "miroCRYSTAL 40SV 640x480x32x60" = miroFlatModel, 32, 640, 480, 60 , 0
- "miroCRYSTAL 40SV 640x480x32x75" = miroFlatModel, 32, 640, 480, 75 , 0
- "miroCRYSTAL 40SV 800x600x32x60" = miroFlatModel, 32, 800, 600, 60 , 0
- "miroCRYSTAL 40SV 800x600x32x75" = miroFlatModel, 32, 800, 600, 75 , 0
- "miroCRYSTAL 40SV 1024x768x32x60" = miroFlatModel, 32, 1024, 768, 60 , 0
- "miroCRYSTAL 40SV 1024x768x32x75" = miroFlatModel, 32, 1024, 768, 75 , 0
-
- "miroCRYSTAL 20SV 640x480x8x60" = miro8BPP, 8, 640, 480, 60 , 0
- "miroCRYSTAL 20SV 640x480x8x75" = miro8BPP, 8, 640, 480, 75 , 0
- "miroCRYSTAL 20SV 800x600x8x60" = miro8BPP, 8, 800, 600, 60 , 0
- "miroCRYSTAL 20SV 800x600x8x75" = miro8BPP, 8, 800, 600, 75 , 0
- "miroCRYSTAL 20SV 1024x768x8x60" = miro8BPP, 8, 1024, 768, 60 , 0
- "miroCRYSTAL 20SV 1024x768x8x75" = miro8BPP, 8, 1024, 768, 75 , 0
- "miroCRYSTAL 20SV 1280x1024x8x60" = miro8BPP, 8, 1280, 1024, 60 , 0
- "miroCRYSTAL 20SV 1280x1024x8x75" = miro8BPP, 8, 1280, 1024, 75 , 0
- "miroCRYSTAL 20SV 1408x1024x8x60" = miro8BPP, 8, 1408, 1024, 60 , 0
- "miroCRYSTAL 20SV 1408x1024x8x75" = miro8BPP, 8, 1408, 1024, 75 , 0
- "miroCRYSTAL 20SV 640x480x16x60" = miroFlatModel, 16, 640, 480, 60 , 0
- "miroCRYSTAL 20SV 640x480x16x75" = miroFlatModel, 16, 640, 480, 75 , 0
- "miroCRYSTAL 20SV 800x600x16x60" = miroFlatModel, 16, 800, 600, 60 , 0
- "miroCRYSTAL 20SV 800x600x16x75" = miroFlatModel, 16, 800, 600, 75 , 0
- "miroCRYSTAL 20SV 1024x768x16x60" = miroFlatModel, 16, 1024, 768, 60 , 0
- "miroCRYSTAL 20SV 1024x768x16x75" = miroFlatModel, 16, 1024, 768, 75 , 0
- "miroCRYSTAL 20SV 640x480x32x60" = miroFlatModel, 32, 640, 480, 60 , 0
- "miroCRYSTAL 20SV 640x480x32x75" = miroFlatModel, 32, 640, 480, 75 , 0
- "miroCRYSTAL 20SV 800x600x32x60" = miroFlatModel, 32, 800, 600, 60 , 0
- "miroCRYSTAL 20SV 800x600x32x75" = miroFlatModel, 32, 800, 600, 75 , 0
-
- "miroCRYSTAL 20SD 640x480x8x60" = miro8BPP, 8, 640, 480, 60 , 0
- "miroCRYSTAL 20SD 640x480x8x75" = miro8BPP, 8, 640, 480, 75 , 0
- "miroCRYSTAL 20SD 800x600x8x60" = miro8BPP, 8, 800, 600, 60 , 0
- "miroCRYSTAL 20SD 800x600x8x75" = miro8BPP, 8, 800, 600, 75 , 0
- "miroCRYSTAL 20SD 1024x768x8x60" = miro8BPP, 8, 1024, 768, 60 , 0
- "miroCRYSTAL 20SD 1024x768x8x75" = miro8BPP, 8, 1024, 768, 75 , 0
- "miroCRYSTAL 20SD 1280x1024x8x60" = miro8BPP, 8, 1280, 1024, 60 , 0
- "miroCRYSTAL 20SD 1280x1024x8x75" = miro8BPP, 8, 1280, 1024, 75 , 0
- "miroCRYSTAL 20SD 640x480x16x60" = miroFlatModel, 16, 640, 480, 60 , 0
- "miroCRYSTAL 20SD 640x480x16x75" = miroFlatModel, 16, 640, 480, 75 , 0
- "miroCRYSTAL 20SD 800x600x16x60" = miroFlatModel, 16, 800, 600, 60 , 0
- "miroCRYSTAL 20SD 800x600x16x75" = miroFlatModel, 16, 800, 600, 75 , 0
- "miroCRYSTAL 20SD 1024x768x16x60" = miroFlatModel, 16, 1024, 768, 60 , 0
- "miroCRYSTAL 20SD 1024x768x16x75" = miroFlatModel, 16, 1024, 768, 75 , 0
- "miroCRYSTAL 20SD 640x480x32x60" = miroFlatModel, 32, 640, 480, 60 , 0
- "miroCRYSTAL 20SD 640x480x32x75" = miroFlatModel, 32, 640, 480, 75 , 0
- "miroCRYSTAL 20SD 800x600x32x60" = miroFlatModel, 32, 800, 600, 60 , 0
- "miroCRYSTAL 20SD 800x600x32x75" = miroFlatModel, 32, 800, 600, 75 , 0
-
- "miroCRYSTAL 10SD 640x480x8x60" = s3, 8, 640, 480, 2, 0
- "miroCRYSTAL 10SD 640x480x8x72" = s3, 8, 640, 480, 3, 0
- "miroCRYSTAL 10SD 800x600x8x60" = s3, 8, 800, 600, 2, 0
- "miroCRYSTAL 10SD 800x600x8x72" = s3, 8, 800, 600, 3, 0
- "miroCRYSTAL 10SD 1024x768x8x60" = s3, 8, 1024, 768, 2, 0
- "miroCRYSTAL 10SD 1024x768x8x70" = s3, 8, 1024, 768, 3, 0
- "miroCRYSTAL 10SD 1024x768x8x87" = s3, 8, 1024, 768, 1, 0
- "miroCRYSTAL 10SD 1280x1024x8x60" = s3, 8, 1280, 1024, 2, 0
- "miroCRYSTAL 10SD 1280x1024x8x87" = s3, 8, 1280, 1024, 1, 0
-
- [MiniportDrivers]
- miro8BPP = !SERVICE_KERNEL_DRIVER, Video, !SERVICE_ERROR_IGNORE, 11, {crystal}, 0, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\crystal.sys", 7
- miroFlatModel = !SERVICE_KERNEL_DRIVER, Video, !SERVICE_ERROR_IGNORE, 13, {fcrystal}, 0, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\fcrystal.sys", 7
- s3 = !SERVICE_KERNEL_DRIVER, Video, !SERVICE_ERROR_IGNORE, 12, {s3}, 0, "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\s3.sys", 7
-
- [Files-DisplayDLLs]
- crystal = 1, CRYSTAL.DLL , SIZE=120000
- fcrystal = 1, FCRYSTAL.DLL , SIZE=60000
- s3 = 1, S3.DLL , SIZE=120000
-
- [Files-DisplayMiniportDrivers]
- miro8BPP = 1, CRYSTAL.SYS , SIZE=40000
- miroFlatModel = 1, FCRYSTAL.SYS , SIZE=45000
- s3 = 1, S3.SYS , SIZE=40000
-