; DAVEMON.INF ; ; This is a Setup information file for monitors ; supported in the Windows 98 product. ; It was hacked out of MONITOR6.INF ; I was annoyed that my plug & play monitor was only supported up to 1600x1200 after I discovered ; accidentally that it could display well over 1900x1200. I found this from the default driver ; but that only supported refresh rates of 60Hz. ; ; I decided to create my own "no limits" driver, which simply enables all the modes of my GeForce2Pro card. ; ; ; Copyright (c) 2002, David Pietromonaco [version] LayoutFile= Layout.inf, Layout1.inf, Layout2.inf signature="$CHICAGO$" Class=Monitor ;ClassGUID={4d36e96e-e325-11ce-bfc1-08002be10318} Provider=%DAVE% ; Manufacturers ;------------------------------------------------- [Manufacturer] %NoLimits%=NoLimits ; Manufacturer sections ;------------------------------------------------- [NoLimits] %UltraMon%=UltraMon.Install, Monitor\BIGMON ; Install sections ;------------------------------------------------- ; -------------- NoLimits [UltraMon.Install] DelReg=DEL_CURRENT_REG AddReg=UltraMon.AddReg, 2048, DPMS ; AddReg sections ;------------------------------------------------- ; -------------- Ultimate Monitor [UltraMon.AddReg] ;HKR,"MODES\1920,1200",Mode1,,"30.0-96.0,48.0-160.0,+,+" ;HKR,"MODES\2048,1536",Mode1,,"30.0-96.0,48.0-160.0,+,+" ;timing mode1 override, horizontal freq range, vertical freq range HKR,"MODES\2048,1536",Mode1,,"31.5-166.0,60.0-240.0,+,+" ; Common AddReg/DelReg sections ;------------------------------------------------- [DEL_CURRENT_REG] HKR,MODES HKR,,MaxResolution HKR,,DPMS HKR,,ICMProfile [640] HKR,,MaxResolution,,"640,480" [800] HKR,,MaxResolution,,"800,600" [1024] HKR,,MaxResolution,,"1024,768" [1280] HKR,,MaxResolution,,"1280,1024" [1600] HKR,,MaxResolution,,"1600,1200" [1800] HKR,,MaxResolution,,"1800,1440" [1920] HKR,,MaxResolution,,"1920,1440" [2048] HKR,,MaxResolution,,"2048,1536" [DPMS] HKR,,DPMS,,1 [ICM10] HKR,,ICMProfile,1,a [ICM11] HKR,,ICMProfile,1,b [ICM12] HKR,,ICMProfile,1,c [ICM13] HKR,,ICMProfile,1,d ; User visible strings ;------------------------------------------------- [Strings] MS="Microsoft" DAVE="Dave Pietromonaco" UltraMon="NoLimits monitor for GeForce2Ti/Pro/GTS" NoLimits="http://www.videoi.com/~pietro/monitor/"