;************************************************************************* ; Wildcat Automated Display Driver Installation Program ini file. ;************************************************************************* ; NOTE: If the KeepCurrentSettings field is set to 0, ; XResolution, YResolution, and VRefresh fields must ; all be valid settings for the driver. If any one ; of these fields is invalid, the driver will default ; to 640x480 @60Hz ; ; NOTE: All values are case sensitive. ;************************************************************************* ; Do we keep current Display Settings? ; KeepCurrentSettings=0 for No ; KeepCurrentSettings=1 for Yes KeepCurrentSettings=0 ;************************************************************************* ;************************************************************************* ; Horizontal and Vertical Resolutions must be paired correctly ; Examples: ; 1024x768 ; XResolution=1024 ; YResolution=768 ; 800x600 ; XResolution=800 ; YResolution=600 ; Horizontal Resolution XResolution=1280 ; Vertical Resolution YResolution=1024 ;************************************************************************* ;************************************************************************* ; Vertical Refresh Rate ; These must be valid refresh rates for the driver. ; Examples: ; VRefresh=60 ; VRefresh=70 VRefresh=60 ;************************************************************************* ;************************************************************************* ; Error Reporting Mode ; ErrorMode=0 Indicates that errors are only reported to the log file. ; ErrorMode=1 Indicates that errors are written to the log file and that ; errors generate a Messagebox containing information ; on the error. ErrorMode=0 ;************************************************************************* ;************************************************************************* ; Reboot the machine after install? ; Reboot=0 for No ; Reboot=1 for Yes Reboot=0 ;************************************************************************* ;************************************************************************* ; What is the desired Font Size ; FontSize=0 for Do not Change ; FontSize=1 for Small ; FontSize=2 for Large FontSize=0 ; NOTE: Font size changes will be ignored if an Wildcat Display ; driver is not already running. Windows NT does not allow ; font size changes while the Standard VGA driver is running. ;************************************************************************* ;************************************************************************* ; We have to have a location for the font files. ; This will most likely be the distribution point from which NT was ; installed. ; If the required files are already located on the target computer, ; the installer will not use this field. ; FontFileLocation=d:\i386 FontFileLocation=d:\i386 ;************************************************************************* ;************************************************************************* ; This flag enables a gui mode that first asks the user to close ; applications and save information before continuing. After installing ; the driver, the program will then prompt the user to select whether or ; not to reboot the system. ; GuiModeEnable = 0 to disable the gui interface ; GuiModeEnable = 1 to enable the gui interface GuiModeEnable=0 ; ;*************************************************************************