home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / knowhow / monitory / sony / sony.inf < prev   
Windows Setup INFormation  |  1997-07-02  |  22KB  |  739 lines

  1. ; #######################################
  2. ;      [SONY MONTOR].INF
  3. ;
  4. ;      Revision 2.0   July 2, 1997
  5. ;      SONY Corporation
  6. ; #######################################
  7.  
  8. [Version]
  9. signature="$CHICAGO$"
  10. Class=Monitor
  11. ClassGuid={4D36E96E-E325-11CE-BFC1-08002BE10318}
  12. Provider=%SONY% ;change Provider = %ACME% to a short version of
  13.                 ;your company name for example: Provider = %MYMONCO%
  14.                 ;HINT: use search and replace
  15.  
  16. ;Monitor class install (required for forward 
  17. ;compatibility with Windows NT do not remove!
  18. ;-------------------------------------------------
  19. [ClassInstall32]
  20. AddReg=ClassAddReg32
  21.  
  22. [ClassAddReg32]
  23. HKR,,,,%MonitorClassName%
  24. HKR,,Icon,,"-1"
  25. HKR,,NoInstallClass,,1
  26.  
  27. ; Destination Directory section 
  28. ; 23 is the LDID for the \windows\color directory
  29. ; If the profile files can be used for all monitors in the INF then
  30. ; you do not need to have a separate CopyFiles section for each 
  31. ; monitor. In this sample each monitor has it's own unique profile
  32. ; and related CopyFiles section
  33.  
  34. [DestinationDirs]
  35.       ; INF CopyFiles section which lists ICC
  36.       ; profile files for this monitor
  37. DefaultDestDir = 11
  38. CPD-120VS_ICM_FILES = 23
  39. CPD-220VS_ICM_FILES = 23
  40. GDM-W900_ICM_FILES = 23
  41.  
  42. CPD-100GS_ICM_FILES = 23
  43. CPD-200GS_ICM_FILES = 23
  44. CPD-100ES_ICM_FILES = 23
  45. CPD-200ES_ICM_FILES = 23
  46. CPD-100EST_ICM_FILES = 23
  47. CPD-200EST_ICM_FILES = 23
  48. GDM-200PS_ICM_FILES = 23
  49.  
  50. CPD-100GST_ICM_FILES = 23
  51. CPD-200GST_ICM_FILES = 23
  52. CPD-15ES_ICM_FILES = 23
  53. CPD-17C1_ICM_FILES = 23
  54. CPD-17GS_ICM_FILES = 23
  55. GDM-200PST_ICM_FILES = 23
  56. ; SourceDiskNames and SourceDiskFiles section contains information
  57. ; about the ICC Profile files that will be copied to the system
  58.  
  59. [SourceDiskNames]
  60. 1="Windows Monitor Installation Disk",,1
  61.  
  62. [SourceDiskFiles]
  63. ; for CPD-120VS
  64. c513_d93.icm
  65. c513_d65.icm
  66. c513_d50.icm
  67. ; for CPD-220VS
  68. c712_d93.icm
  69. c712_d65.icm
  70. c712_d50.icm
  71. ; for GDM-W900
  72. ge01_d93.icm
  73. ge01_d65.icm
  74. ge01_d50.icm
  75. ; for CPD-100GS
  76. c515_d93.icm
  77. c515_d65.icm
  78. c515_d50.icm
  79. ; for CPD-200GS
  80. c714_d93.icm
  81. c714_d65.icm
  82. c714_d50.icm
  83. ; for CPD-100ES
  84. c514_d93.icm
  85. c514_d65.icm
  86. c514_d50.icm
  87. ; for CPD-200ES
  88. c713_d93.icm
  89. c713_d65.icm
  90. c713_d50.icm
  91. ; for CPD-100EST
  92. c516_d93.icm
  93. c516_d65.icm
  94. c516_d50.icm
  95. ; for CPD-200EST
  96. c715_d93.icm
  97. c715_d65.icm
  98. c715_d50.icm
  99. ; for GDM-200PS
  100. g705_d93.icm
  101. g705_d65.icm
  102. g705_d50.icm
  103. ; for CPD-100GST
  104. c517_d93.icm
  105. c517_d65.icm
  106. c517_d50.icm
  107. ; for CPD-200GST
  108. c716_d93.icm
  109. c716_d65.icm
  110. c716_d50.icm
  111. ; for CPD-15ES
  112. c518_d93.icm
  113. c518_d65.icm
  114. c518_d50.icm
  115. ; for CPD-17C1
  116. c717_d93.icm
  117. c717_d65.icm
  118. c717_d50.icm
  119. ; for CPD-17GS
  120. c718_d93.icm
  121. c718_d65.icm
  122. c718_d50.icm
  123. ; for GDM-200PST
  124. g706_d93.icm
  125. g706_d65.icm
  126. g706_d50.icm
  127.  
  128. ; Manufacturers
  129. ;-------------------------------------------------
  130. ; The [Manufacturer] section contains one line per
  131. ; manufacturer name supported by this INF, in the format:
  132. ;
  133. ;     StringID=MfgSection
  134. ;
  135. ;     StringID is the identifer for the mfg name string,
  136. ;     located in the [Strings] section.
  137. ;
  138. ;     MfgSection is the name of the section which contains
  139. ;     the models supported for this manufacturer. 
  140. ;
  141. [Manufacturer]
  142. %SONY%=SONY ;replace ACME with the same name used in
  143.             ;the Version section above (i.e. MYMONCO)
  144.  
  145.  
  146. ; Manufacturer sections
  147. ;-------------------------------------------------
  148. ; The [ACME] section contains one line per model, in the format:
  149. ;
  150. ; %StringID%=InstallSection, Monitor\DeviceID
  151. ;
  152. ;     StringID is the identifier for the model name string,
  153. ;     located in the [Strings] section. Ususally this would be the
  154. :     model number located on the product's label.
  155. ;
  156. ;     InstallSection is the section name used to install the monitor.
  157. ;     This should also use the model number.
  158. ;     DeviceID is the EDID identifier as created in the registry
  159. ;     under HKEY_LOCAL_MACHINE\Enum\Monitor.  It is in the format:
  160. ;
  161. ;          Monitor\XXXYYZZ, where XXYYZZ is a hex value as follows:
  162. ;
  163. ;           XXX is the EISA manufacturer ID from the EDID
  164. ;                YY is the low  byte of the EDID product ID
  165. ;                ZZ is the high byte of the EDID product ID
  166. ;
  167. ;    NOTE: Product ID must be unique to each model!!
  168. ;
  169. [SONY]
  170. %CPD-15SF2%=CPD-15SF2, Monitor\SNY0000
  171. %CPD-15SF8%=CPD-15SF8, Monitor\SNY0000
  172. %CPD-17SF2%=CPD-17SF2, Monitor\SNY0000
  173. %CPD-17SF8%=CPD-17SF8, Monitor\SNY0000
  174. %CPD-15SX1%=CPD-15SX1, Monitor\SNY0000
  175. %CPD-20SF2%=CPD-20SF2, Monitor\SNY0000
  176. %CPD-20SF2T%=CPD-20SF2T, Monitor\SNY0000
  177. %GDM-17SE2T%=GDM-17SE2T, Monitor\SNY0000
  178. %GDM-20SHT%=GDM-20SHT, Monitor\SNY0000
  179. %CPD-100VS%=CPD-100VS, Monitor\SNY0050
  180. %CPD-100SF%=CPD-100SF, Monitor\SNY0150
  181. %CPD-100SFT%=CPD-100SFT, Monitor\SNY0150
  182. %CPD-100SFB%=CPD-100SFB, Monitor\SNY0150
  183. %CPD-15SF9%=CPD-15SF9, Monitor\SNY0350
  184. %CPD-100SX%=CPD-100SX, Monitor\SNY8050
  185. %CPD-17SF8R%=CPD-17SF8R, Monitor\SNY0070
  186. %GDM-17SE2T5%=GDM-17SE2T5, Monitor\SNY0170
  187. %CPD-200SF%=CPD-200SF, Monitor\SNY0270
  188. %CPD-200SFT%=CPD-200SFT, Monitor\SNY0370
  189. %CPD-17SF9%=CPD-17SF9, Monitor\SNY0470
  190. %CPD-200SX%=CPD-200SX, Monitor\SNY0570
  191. %GDM-17SE2T-NEW%=GDM-17SE2T-NEW, Monitor\SNY0170
  192. %CPD-20SF2T5%=CPD-20SF2T5, Monitor\SNY00A0
  193. %CPD-20SF3%=CPD-20SF3, Monitor\SNY01A0
  194. %CPD-300SFT%=CPD-300SFT, Monitor\SNY03A0
  195. %CPD-300SFT5%=CPD-300SFT5, Monitor\SNY04A0
  196. %GDM-20SE2T5%=GDM-20SE2T5, Monitor\SNY05A0
  197. %GDM-20SE2T%=GDM-20SE2T, Monitor\SNY06A0
  198. %GDM-20SE3T%=GDM-20SE3T, Monitor\SNY06A0
  199. %GDM-20SHT-NEW%=GDM-20SHT-NEW, Monitor\SNY08A0
  200. %VMU-1000%=VMU-1000, Monitor\SNY07A0
  201. %CPD-210SFB%=CPD-210SFB, Monitor\SNY0870
  202. %CPD-17MS%=CPD-17MS, Monitor\SNY0970
  203.  
  204. %CPD-120VS%=CPD-120VS, Monitor\SNY0650
  205. %CPD-220VS%=CPD-220VS, Monitor\SNY0670
  206. %GDM-W900%=GDM-W900, Monitor\SNY00E0
  207.  
  208. %CPD-100GS%=CPD-100GS, Monitor\SNY0550
  209. %CPD-200GS%=CPD-200GS, Monitor\SNY0A70
  210. %CPD-100ES%=CPD-100ES, Monitor\SNY0450
  211. %CPD-100EST%=CPD-100EST, Monitor\SNY0450
  212. %CPD-200ES%=CPD-200ES, Monitor\SNY0770
  213. %CPD-200EST%=CPD-200EST, Monitor\SNY0770
  214. %GDM-200PS%=GDM-200PS, Monitor\SNY0C70
  215.  
  216. %CPD-100GST%=CPD-100GST, Monitor\SNY0550
  217. %CPD-200GST%=CPD-200GST, Monitor\SNY0A70
  218. %CPD-15ES%=CPD-15ES, Monitor\SNY0750
  219. %CPD-17C1%=CPD-17C1, Monitor\SNY0B70
  220. %CPD-17GS%=CPD-17GS, Monitor\SNY0A70
  221. %GDM-200PST%=GDM-200PST, Monitor\SNY0C70
  222.  
  223. ; Install Sections
  224. ;-------------------------------------------------
  225. ; There is one install section per model specified in all of the
  226. ; manufacturer sections (one in this sample).  Valid lines are:
  227. ;
  228. ;     DelReg= Section name of registry keys to delete. Use DEL_CURRENT_REG
  229. ;     AddReg= Section name of registry keys to add. Use model number 
  230. ;             format as above.
  231. ;    
  232. ; There are pre-defined AddReg sections for the most common resolutions
  233. ; (MaxResolution) and DPMS. Use these whenever possible. ACME-1234 shows
  234. ; an example using the pre-defined sections. If your monitor requires
  235. ; special modes not listed in the pre-defined modes you specify these in
  236. ; the AddReg section instead. Model_Number_2 shows an example of a special
  237. ; case monitor.
  238. [CPD-15SF2]
  239. DelReg=DEL_CURRENT_REG
  240. AddReg=CPD-15SF2.AddReg, 1280, DPMS, ICM
  241. [CPD-15SF8]
  242. DelReg=DEL_CURRENT_REG
  243. AddReg=CPD-15SF8.AddReg, 1280, DPMS, ICM
  244. [CPD-17SF2]
  245. DelReg=DEL_CURRENT_REG
  246. AddReg=CPD-17SF2.AddReg, 1280, DPMS, ICM
  247. [CPD-17SF8]
  248. DelReg=DEL_CURRENT_REG
  249. AddReg=CPD-17SF8.AddReg, 1280, DPMS, ICM
  250. [CPD-15SX1]
  251. DelReg=DEL_CURRENT_REG
  252. AddReg=CPD-15SX1.AddReg, 1280, DPMS, ICM
  253. [CPD-20SF2]
  254. DelReg=DEL_CURRENT_REG
  255. AddReg=CPD-20SF2.AddReg, 1280, DPMS, ICM
  256. [CPD-20SF2T]
  257. DelReg=DEL_CURRENT_REG
  258. AddReg=CPD-20SF2T.AddReg, 1280, DPMS, ICM
  259. [GDM-17SE2T]
  260. DelReg=DEL_CURRENT_REG
  261. AddReg=GDM-17SE2T.AddReg, 1280, DPMS, ICM
  262. [GDM-20SHT]
  263. DelReg=DEL_CURRENT_REG
  264. AddReg=GDM-20SHT.AddReg, 1600, DPMS, ICM
  265. [CPD-100VS]
  266. DelReg=DEL_CURRENT_REG
  267. AddReg=CPD-100VS.AddReg, 1280, DPMS, ICM
  268. [CPD-100SF]
  269. DelReg=DEL_CURRENT_REG
  270. AddReg=CPD-100SF.AddReg, 1280, DPMS, ICM
  271. [CPD-100SFT]
  272. DelReg=DEL_CURRENT_REG
  273. AddReg=CPD-100SFT.AddReg, 1280, DPMS, ICM
  274. [CPD-100SFB]
  275. DelReg=DEL_CURRENT_REG
  276. AddReg=CPD-100SFB.AddReg, 1280, DPMS, ICM
  277. [CPD-15SF9]
  278. DelReg=DEL_CURRENT_REG
  279. AddReg=CPD-15SF9.AddReg, 1280, DPMS, ICM
  280. [CPD-100SX]
  281. DelReg=DEL_CURRENT_REG
  282. AddReg=CPD-100SX.AddReg, 1280, DPMS, ICM
  283. [CPD-17SF8R]
  284. DelReg=DEL_CURRENT_REG
  285. AddReg=CPD-17SF8R.AddReg, 1280, DPMS, ICM
  286. [GDM-17SE2T5]
  287. DelReg=DEL_CURRENT_REG
  288. AddReg=GDM-17SE2T5.AddReg, 1280, DPMS, ICM
  289. [CPD-200SF]
  290. DelReg=DEL_CURRENT_REG
  291. AddReg=CPD-200SF.AddReg, 1280, DPMS, ICM
  292. [CPD-200SFT]
  293. DelReg=DEL_CURRENT_REG
  294. AddReg=CPD-200SFT.AddReg, 1280, DPMS, ICM
  295. [CPD-17SF9]
  296. DelReg=DEL_CURRENT_REG
  297. AddReg=CPD-17SF9.AddReg, 1280, DPMS, ICM
  298. [CPD-200SX]
  299. DelReg=DEL_CURRENT_REG
  300. AddReg=CPD-200SX.AddReg, 1280, DPMS, ICM
  301. [GDM-17SE2T-NEW]
  302. DelReg=DEL_CURRENT_REG
  303. AddReg=GDM-17SE2T-NEW.AddReg, 1280, DPMS, ICM
  304. [CPD-20SF2T5]
  305. DelReg=DEL_CURRENT_REG
  306. AddReg=CPD-20SF2T5.AddReg, 1280, DPMS, ICM
  307. [CPD-20SF3]
  308. DelReg=DEL_CURRENT_REG
  309. AddReg=CPD-20SF3.AddReg, 1280, DPMS, ICM
  310. [CPD-300SFT]
  311. DelReg=DEL_CURRENT_REG
  312. AddReg=CPD-300SFT.AddReg, 1280, DPMS, ICM
  313. [CPD-300SFT5]
  314. DelReg=DEL_CURRENT_REG
  315. AddReg=CPD-300SFT5.AddReg, 1280, DPMS, ICM
  316. [GDM-20SE2T5]
  317. DelReg=DEL_CURRENT_REG
  318. AddReg=GDM-20SE2T5.AddReg, 1600, DPMS, ICM
  319. [GDM-20SE2T]
  320. DelReg=DEL_CURRENT_REG
  321. AddReg=GDM-20SE2T.AddReg, 1600, DPMS, ICM
  322. [GDM-20SE3T]
  323. DelReg=DEL_CURRENT_REG
  324. AddReg=GDM-20SE3T.AddReg, 1600, DPMS, ICM
  325. [GDM-20SHT-NEW]
  326. DelReg=DEL_CURRENT_REG
  327. AddReg=GDM-20SHT-NEW.AddReg, 1600, DPMS, ICM
  328. [VMU-1000]
  329. DelReg=DEL_CURRENT_REG
  330. AddReg=VMU-1000.AddReg, 1280, DPMS, ICM
  331. [CPD-210SFB]
  332. DelReg=DEL_CURRENT_REG
  333. AddReg=CPD-210SFB.AddReg, 1280, DPMS, ICM
  334. [CPD-17MS]
  335. DelReg=DEL_CURRENT_REG
  336. AddReg=CPD-17MS.AddReg, 1280, DPMS, ICM
  337.  
  338. [CPD-120VS]
  339. DelReg=DEL_CURRENT_REG
  340. AddReg=CPD-120VS.AddReg, 1280, DPMS
  341. CopyFiles=CPD-120VS_ICM_FILES         
  342. [CPD-220VS]
  343. DelReg=DEL_CURRENT_REG
  344. AddReg=CPD-200VS.AddReg, 1280, DPMS
  345. CopyFiles=CPD-220VS_ICM_FILES         
  346. [GDM-W900]
  347. DelReg=DEL_CURRENT_REG
  348. AddReg=GDM-W900.AddReg, 1920, DPMS
  349. CopyFiles=GDM-W900_ICM_FILES         
  350.  
  351. [CPD-100GS]
  352. DelReg=DEL_CURRENT_REG
  353. AddReg=CPD-100GS.AddReg, 1280, DPMS
  354. CopyFiles=CPD-100GS_ICM_FILES         
  355. [CPD-200GS]
  356. DelReg=DEL_CURRENT_REG
  357. AddReg=CPD-200GS.AddReg, 1280, DPMS
  358. CopyFiles=CPD-200GS_ICM_FILES         
  359. [CPD-100ES]
  360. DelReg=DEL_CURRENT_REG
  361. AddReg=CPD-100ES.AddReg, 1280, DPMS
  362. CopyFiles=CPD-100ES_ICM_FILES         
  363. [CPD-100EST]
  364. DelReg=DEL_CURRENT_REG
  365. AddReg=CPD-100EST.AddReg, 1280, DPMS
  366. CopyFiles=CPD-100EST_ICM_FILES         
  367. [CPD-200ES]
  368. DelReg=DEL_CURRENT_REG
  369. AddReg=CPD-200ES.AddReg, 1280, DPMS
  370. CopyFiles=CPD-200ES_ICM_FILES         
  371. [CPD-200EST]
  372. DelReg=DEL_CURRENT_REG
  373. AddReg=CPD-200EST.AddReg, 1280, DPMS
  374. CopyFiles=CPD-200EST_ICM_FILES         
  375. [GDM-200PS]
  376. DelReg=DEL_CURRENT_REG
  377. AddReg=GDM-200PS.AddReg, 1280, DPMS
  378. CopyFiles=GDM-200PS_ICM_FILES         
  379.  
  380. [CPD-100GST]
  381. DelReg=DEL_CURRENT_REG
  382. AddReg=CPD-100GST.AddReg, 1280, DPMS
  383. CopyFiles=CPD-100GST_ICM_FILES         
  384. [CPD-200GST]
  385. DelReg=DEL_CURRENT_REG
  386. AddReg=CPD-200GST.AddReg, 1280, DPMS
  387. CopyFiles=CPD-200GST_ICM_FILES         
  388. [CPD-15ES]
  389. DelReg=DEL_CURRENT_REG
  390. AddReg=CPD-15ES.AddReg, 1280, DPMS
  391. CopyFiles=CPD-15ES_ICM_FILES         
  392. [CPD-17C1]
  393. DelReg=DEL_CURRENT_REG
  394. AddReg=CPD-17C1.AddReg, 1280, DPMS
  395. CopyFiles=CPD-17C1_ICM_FILES         
  396. [CPD-17GS]
  397. DelReg=DEL_CURRENT_REG
  398. AddReg=CPD-17GS.AddReg, 1280, DPMS
  399. CopyFiles=CPD-17GS_ICM_FILES         
  400. [GDM-200PST]
  401. DelReg=DEL_CURRENT_REG
  402. AddReg=GDM-200PST.AddReg, 1280, DPMS
  403. CopyFiles=GDM-200PST_ICM_FILES         
  404.                          
  405. ; AddReg & DelReg sections
  406. ;-------------------------------------------------
  407. ; The following sections delete & add monitor registry data.
  408. ;
  409. ; Monitor software keys are located in the registry under
  410. ; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Monitor\xxxx,
  411. ; and may contain the following subkeys & values:
  412. ;
  413. ;   \MODES:  
  414. ;          This subkey contains one subkey for each operating mode
  415. ;          supported by the monitor, in the format:
  416. ;
  417. ;          HRes,VRes
  418. ;               \ModeID = "Horizontal, Vertical, HSync, VSync"
  419. ;
  420. ;       Where:
  421. ;           HRes,VRes  = Maximum graphics resolution
  422. ;           ModeID     = Mode identifier, e.g. "Mode1", "Mode2", etc.
  423. ;           Horizontal = [Fixed scan rate | Scan rate range] KHz
  424. ;           Vertical  = [Fixed scan rate | Scan rate range]  Hz
  425. ;           HSync      = Horizontal sync signal polarity [+/-]
  426. ;           VSync      = Vertical   sync signal polarity [+/-]
  427. ;
  428. ;   MaxResolution:  
  429. ;           This value specifies the maximum graphics resolution
  430. ;           of the monitor, in the format "<HRes>,<VRes>".
  431. ;
  432. ;   DPMS:  
  433. ;           This value is 1 if the monitor supports the VESA DPMS
  434. ;           standard.  Otherwise, it is 0.
  435. ;
  436. ;   ICMProfile:
  437. ;           Note: PC97 requires that during monitor installation a
  438. ;                 manufacturer provided ICC profile be installed.
  439. ;                 Using the default profiles previously provided by
  440. ;                 Windows 95 is not permitted. The documentation
  441. ;                 regarding these profile has been removed. The 
  442. ;                 ICM information now presented enables the inst-
  443. ;                 allation of a profile that has been copied to the
  444. ;                 system as part of the monitor installation. This
  445. ;                 information is included in the Model AddReg 
  446. ;                 information below.
  447. ;
  448.  
  449. [DEL_CURRENT_REG]
  450. HKR,MODES
  451. HKR,,MaxResolution
  452. HKR,,DPMS
  453. HKR,,ICMProfile
  454.  
  455. ; Pre-defined AddReg sections
  456. [640]
  457. HKR,,MaxResolution,,"640,480"
  458. [800]
  459. HKR,,MaxResolution,,"800,600"
  460. [1024]
  461. HKR,,MaxResolution,,"1024,768"
  462. [1280]
  463. HKR,,MaxResolution,,"1280,1024"
  464. [1600]
  465. HKR,,MaxResolution,,"1600,1200"
  466.  
  467. [DPMS]
  468. HKR,,DPMS,,1
  469.  
  470. ; Model AddReg sections
  471.  
  472. ; The Acme SuperSync 2000 has a MaxResolution of 1024x768 and 
  473. ; supports DPMS so it uses the pre-defined sections. It operates
  474. ; with horizontal scan range of 27.0 to 57.0 Khz and vertical 
  475. ; scan range of 55.0 to 90.0 Hz with positive sync, and installs
  476. ; a default ICM profile named profile1.icm
  477.  
  478. [CPD-15SF2.AddReg]
  479. HKR,"MODES\1280,1024",Mode1,,"31.0-65.0,50.0-120.0,+,+"
  480. [CPD-15SF8.AddReg]
  481. HKR,"MODES\1280,1024",Mode1,,"24.0-65.0,50.0-120.0,+,+"
  482. [CPD-17SF2.AddReg]
  483. HKR,"MODES\1280,1024",Mode1,,"31.0-65.0,50.0-120.0,+,+"
  484. [CPD-17SF8.AddReg]
  485. HKR,"MODES\1280,1024",Mode1,,"24.0-65.0,50.0-120.0,+,+"
  486. [CPD-15SX1.AddReg]
  487. HKR,"MODES\1280,1024",Mode1,,"30.0-65.0,50.0-120.0,+,+"
  488. [CPD-20SF2.AddReg]
  489. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  490. [CPD-20SF2T.AddReg]
  491. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  492. [GDM-17SE2T.AddReg]
  493. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  494. [GDM-20SHT.AddReg]
  495. HKR,"MODES\1600,1280",Mode1,,"30.0-107.0,50.0-160.0,+,+"
  496. [CPD-100VS.AddReg]
  497. HKR,"MODES\1280,1024",Mode1,,"31.0-65.0,50.0-120.0,+,+"
  498. [CPD-100SF.AddReg]
  499. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  500. [CPD-100SFT.AddReg]
  501. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  502. [CPD-100SFB.AddReg]
  503. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  504. [CPD-15SF9.AddReg]
  505. HKR,"MODES\1280,1024",Mode1,,"24.0-70.0,50.0-120.0,+,+"
  506. [CPD-100SX.AddReg]
  507. HKR,"MODES\1280,1024",Mode1,,"30.0-65.0,50.0-120.0,+,+"
  508. [CPD-17SF8R.AddReg]
  509. HKR,"MODES\1280,1024",Mode1,,"24.0-65.0,50.0-120.0,+,+"
  510. [GDM-17SE2T5.AddReg]
  511. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  512. [CPD-200SF.AddReg]
  513. HKR,"MODES\1280,1024",Mode1,,"30.0-80.0,50.0-120.0,+,+"
  514. [CPD-200SFT.AddReg]
  515. HKR,"MODES\1280,1024",Mode1,,"30.0-80.0,50.0-120.0,+,+"
  516. [CPD-17SF9.AddReg]
  517. HKR,"MODES\1280,1024",Mode1,,"24.0-80.0,50.0-120.0,+,+"
  518. [CPD-200SX.AddReg]
  519. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-150.0,+,+"
  520. [GDM-17SE2T-NEW.AddReg]
  521. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  522. [CPD-20SF2T5.AddReg]
  523. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,48.0-150.0,+,+"
  524. [CPD-20SF3.AddReg]
  525. HKR,"MODES\1280,1024",Mode1,,"30.0-86.0,48.0-150.0,+,+"
  526. [CPD-300SFT.AddReg]
  527. HKR,"MODES\1280,1024",Mode1,,"30.0-86.0,48.0-150.0,+,+"
  528. [CPD-300SFT5.AddReg]
  529. HKR,"MODES\1280,1024",Mode1,,"30.0-86.0,48.0-150.0,+,+"
  530. [GDM-20SE2T5.AddReg]
  531. HKR,"MODES\1600,1280",Mode1,,"30.0-96.0,48.0-160.0,+,+"
  532. [GDM-20SE2T.AddReg]
  533. HKR,"MODES\1600,1280",Mode1,,"30.0-96.0,48.0-160.0,+,+"
  534. [GDM-20SE3T.AddReg]
  535. HKR,"MODES\1600,1280",Mode1,,"30.0-96.0,48.0-160.0,+,+"
  536. [GDM-20SHT-NEW.AddReg]
  537. HKR,"MODES\1600,1280",Mode1,,"30.0-107.0,50.0-160.0,+,+"
  538. [VMU-1000.AddReg]
  539. HKR,"MODES\1280,1024",Mode1,,"30.0-86.0,48.0-150.0,+,+"
  540. [CPD-210SFB.AddReg]
  541. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  542. [CPD-17MS.AddReg]
  543. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  544.  
  545. [CPD-120VS.AddReg]
  546. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  547. HKR,,ICMProfile,0,"c513_d93.icm"
  548. [CPD-220VS.AddReg]
  549. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  550. HKR,,ICMProfile,0,"c712_d93.icm"
  551. [GDM-W900.AddReg]
  552. HKR,"MODES\1920,1200",Mode1,,"30.0-96.0,50.0-160.0,+,+"
  553. HKR,,ICMProfile,0,"ge01_d93.icm"
  554.  
  555. [CPD-100GS.AddReg]
  556. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  557. HKR,,ICMProfile,0,"c515_d93.icm"
  558. [CPD-200GS.AddReg]
  559. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,50.0-120.0,+,+"
  560. HKR,,ICMProfile,0,"c714_d93.icm"
  561. [CPD-100ES.AddReg]
  562. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  563. HKR,,ICMProfile,0,"c514_d93.icm"
  564. [CPD-100EST.AddReg]
  565. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  566. HKR,,ICMProfile,0,"c516_d93.icm"
  567. [CPD-200ES.AddReg]
  568. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  569. HKR,,ICMProfile,0,"c713_d93.icm"
  570. [CPD-200EST.AddReg]
  571. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  572. HKR,,ICMProfile,0,"c715_d93.icm"
  573. [GDM-200PS.AddReg]
  574. HKR,"MODES\1280,1024",Mode1,,"30.0-92.0,48.0-160.0,+,+"
  575. HKR,,ICMProfile,0,"g705_d93.icm"
  576.  
  577. [CPD-100GST.AddReg]
  578. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  579. HKR,,ICMProfile,0,"c517_d93.icm"
  580. [CPD-200GST.AddReg]
  581. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,50.0-120.0,+,+"
  582. HKR,,ICMProfile,0,"c716_d93.icm"
  583. [CPD-15ES.AddReg]
  584. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  585. HKR,,ICMProfile,0,"c518_d93.icm"
  586. [CPD-17C1.AddReg]
  587. HKR,"MODES\1280,1024",Mode1,,"30.0-70.0,50.0-120.0,+,+"
  588. HKR,,ICMProfile,0,"c717_d93.icm"
  589. [CPD-17GS.AddReg]
  590. HKR,"MODES\1280,1024",Mode1,,"30.0-85.0,50.0-120.0,+,+"
  591. HKR,,ICMProfile,0,"c718_d93.icm"
  592. [GDM-200PST.AddReg]
  593. HKR,"MODES\1280,1024",Mode1,,"30.0-92.0,48.0-160.0,+,+"
  594. HKR,,ICMProfile,0,"g706_d93.icm"
  595.  
  596. ; List all color profile files here. You may copy multiple profile
  597. ; files for a monitor but only one ; profile will be installed by 
  598. ; default. The user will use the control panel interface to change
  599. ; to a different profile. In the event that all profiles are valid
  600. ; for all monitors then a single section can be used.
  601.  
  602. [CPD-120VS_ICM_FILES]
  603. c513_d93.icm
  604. c513_d65.icm
  605. c513_d50.icm
  606. [CPD-220VS_ICM_FILES]
  607. c712_d93.icm
  608. c712_d65.icm
  609. c712_d50.icm
  610. [GDM-W900_ICM_FILES]
  611. ge01_D93.icm
  612. ge01_D65.icm
  613. ge01_D50.icm
  614.  
  615. [CPD-100GS_ICM_FILES]
  616. c515_d93.icm
  617. c515_d65.icm
  618. c515_d50.icm
  619. [CPD-200GS_ICM_FILES]
  620. c714_d93.icm
  621. c714_d65.icm
  622. c714_d50.icm
  623. [CPD-100ES_ICM_FILES]
  624. c514_d93.icm
  625. c514_d65.icm
  626. c514_d50.icm
  627. [CPD-200ES_ICM_FILES]
  628. c713_d93.icm
  629. c713_d65.icm
  630. c713_d50.icm
  631. [CPD-100EST_ICM_FILES]
  632. c516_d93.icm
  633. c516_d65.icm
  634. c516_d50.icm
  635. [CPD-200EST_ICM_FILES]
  636. c715_d93.icm
  637. c715_d65.icm
  638. c715_d50.icm
  639. [GDM-200PS_ICM_FILES]
  640. g705_d93.icm
  641. g705_d65.icm
  642. g705_d50.icm
  643.  
  644. [CPD-100GST_ICM_FILES]
  645. c517_d93.icm
  646. c517_d65.icm
  647. c517_d50.icm
  648. [CPD-200GST_ICM_FILES]
  649. c716_d93.icm
  650. c716_d65.icm
  651. c716_d50.icm
  652. [CPD-15ES_ICM_FILES]
  653. c518_d93.icm
  654. c518_d65.icm
  655. c518_d50.icm
  656. [CPD-17C1_ICM_FILES]
  657. c717_d93.icm
  658. c717_d65.icm
  659. c717_d50.icm
  660. [CPD-17GS_ICM_FILES]
  661. c718_d93.icm
  662. c718_d65.icm
  663. c718_d50.icm
  664. [GDM-200PST_ICM_FILES]
  665. g706_d93.icm
  666. g706_d65.icm
  667. g706_d50.icm
  668.  
  669. ; User visible strings
  670. ;-------------------------------------------------
  671. ; The [Strings] section contains the manufacturer and
  672. ; model descriptions visible to the user. This section
  673. ; is the only place where localized (foreign language)
  674. ; characters are entered.
  675. ; The Monitor name should match name the user will see
  676. ; on the front of the monitor (don't make them look 
  677. ; behind the monitor to find the model number)
  678. ;
  679. ;
  680. [Strings]
  681. MonitorClassName="Monitor"
  682. SONY="SONY Corporation"
  683. CPD-15SF2="SONY CPD-15SF2"
  684. CPD-15SF8="SONY CPD-15SF8"
  685. CPD-17SF2="SONY CPD-17SF2"
  686. CPD-17SF8="SONY CPD-17SF8"
  687. CPD-15SX1="SONY CPD-15SX1"
  688. CPD-20SF2="SONY CPD-20SF2"
  689. CPD-20SF2T="SONY CPD-20SF2T"
  690. GDM-17SE2T="SONY GDM-17SE2T"
  691. GDM-20SHT="SONY GDM-20SHT"
  692. CPD-100VS="SONY CPD-100VS"
  693. CPD-100SF="SONY CPD-100SF"
  694. CPD-100SFT="SONY CPD-100SFT"
  695. CPD-100SFB="SONY CPD-100SFB"
  696. CPD-15SF9="SONY CPD-15SF9"
  697. CPD-100SX="SONY CPD-100SX"
  698. CPD-17SF8R="SONY CPD-17SF8R"
  699. GDM-17SE2T5="SONY GDM-17SE2T5"
  700. CPD-200SF="SONY CPD-200SF"
  701. CPD-200SFT="SONY CPD-200SFT"
  702. CPD-17SF9="SONY CPD-17SF9"
  703. CPD-200SX="SONY CPD-200SX"
  704. GDM-17SE2T-NEW="SONY GDM-17SE2T(NEW)"
  705. CPD-20SF2T5="SONY CPD-20SF2T5"
  706. CPD-20SF3="SONY CPD-20SF3"
  707. CPD-300SFT="SONY CPD-300SFT"
  708. CPD-300SFT5="SONY CPD-300SFT5"
  709. GDM-20SE2T5="SONY GDM-20SE2T5"
  710. GDM-20SE2T="SONY GDM-20SE2T"
  711. GDM-20SE3T="SONY GDM-20SE3T"
  712. GDM-20SHT-NEW="SONY GDM-20SHT(NEW)"
  713. VMU-1000="SONY VMU-1000"
  714. CPD-210SFB="SONY CPD-210SFB"
  715. CPD-17MS="SONY CPD-17MS"
  716.  
  717. CPD-120VS="SONY CPD-120VS"
  718. CPD-220VS="SONY CPD-220VS"
  719. GDM-W900="SONY GDM-W900"
  720.  
  721. CPD-100GS="SONY CPD-100GS"
  722. CPD-200GS="SONY CPD-200GS"
  723. CPD-100ES="SONY CPD-100ES"
  724. CPD-100EST="SONY CPD-100EST"
  725. CPD-200ES="SONY CPD-200ES"
  726. CPD-200EST="SONY CPD-200EST"
  727. GDM-200PS="SONY GDM-200PS"
  728.  
  729. CPD-100GST="SONY CPD-100GST"
  730. CPD-200GST="SONY CPD-200GST"
  731. CPD-15ES="SONY CPD-15ES"
  732. CPD-17C1="SONY CPD-17C1"
  733. CPD-17GS="SONY CPD-17GS"
  734. GDM-200PST="SONY GDM-200PST"
  735.