Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.13 KB | None | 0 0
  1.  
  2. CPU-Z Readme file
  3. ------------------
  4.  
  5. Version 1.80.2
  6. September 2017
  7. Contact : cpuz@cpuid.com
  8. Web page: http://www.cpuid.com/softwares/cpu-z.html
  9. Validation page : http://valid.x86.fr/
  10. Hall of Fame : http://valid.x86.fr/records.php
  11. CPUID SDK : http://www.cpuid-pro.com/products-services.php
  12.  
  13.  
  14. Configuration file (cpuz.ini)
  15. ------------------------------
  16.  
  17. The configuration file must be named cpuz.ini and be present at the same directory level
  18. as cpuz.exe. It contains the following :
  19.  
  20. [CPU-Z]
  21. VERSION=x.x.x.x
  22. TextFontName=
  23. TextFontSize=14
  24. TextFontColor=000080
  25. LabelFontName=
  26. LabelFontSize=14
  27. ACPI=1
  28. PCI=1
  29. MaxPCIBus=256
  30. DMI=1
  31. Sensor=1
  32. SMBus=1
  33. Display=1
  34. UseDisplayAPI=1
  35. BusClock=1
  36. Chipset=1
  37. SPD=1
  38. XOC=0
  39. CheckUpdates=1
  40.  
  41.  
  42. - TextFontName : Font used for the information boxes.
  43. - TextFontSize : Size of the font used for the information boxes.
  44. - TextFontColor : Color of the font used for the information boxes. Value is expressed in hexadecimal, and consists in a classic Red/Green/Blue color code : RRGGBB
  45. - LabelFontName : Font used for the label boxes.
  46. - LabelFontSize : Size of the font used for the label boxes.
  47. - Sensor : Set to OFF (or 0) disables sensor chip detection and voltages measurement. 1 to enable.
  48. - PCI : Set to OFF (or 0) disables the PCI information. This disables chipset, SPD and, depending on the hardware, sensoring information. 1 to enable.
  49. - MaxPCIBus : Sets the maximum PCI bus to scan. Default value is 256.
  50. - DMI : Set to OFF (or 0) disables the DMI (Desktop Management Interface) information. This concerns BIOS vendor and version, motherboard vendor and revision. 1 to enable.
  51. - SMBus : Set to OFF (or 0) disables SMBus information : SPD, and, depending on the hardware, sensoring information. 1 to enable.
  52. - Display : Set to OFF (or 0) disables the video card information reported in the validator. 1 to enable.
  53. - UseDisplayAPI : Set to 1, uses the display driver to read the display adapters information.
  54. - BusClock : Set to 1, uses the bus clock as primary clock source. Set to 0 to use an alternate method.
  55. - Chipset : set to OFF (or 0) disables the memory controller and southbridge information. 1 to enable.
  56. - SPD : set to 0 to disable SPD reading. 1 to enable.
  57. - XOC : eXtreme Overclock Mode : runs CPU-Z with as little system load as possible. Your system won't be fully validated before it is manually checked. Requires to restart CPU-Z.
  58. - CheckUpdates : set to 0 to disable the new version checker at startup. 1 to enable.
  59.  
  60. Parameters
  61. ----------
  62.  
  63. -txt=filename : Launch CPU-Z in ghost mode (no interface appears) and generates the register dump file (.txt)
  64. in the same directory as the exe file.
  65.  
  66. -html=filename : Same as "-txt" except it generates the html report.
  67.  
  68. -core=id : Displays clock speed of core #id (id can be set from 0 to Number of cores minus one).
  69.  
  70.  
  71. Keys
  72. ----
  73.  
  74. F5 : save the current tab in a bmp file
  75. F6 : save the current tab in the clipboard
  76. F7 : save cvf file in the current directory
  77.  
  78.  
  79. Cache Latency Tool
  80. ------------------
  81.  
  82. The cache latency tool can be downloaded at that address : http://download.cpuid.com/misc/latency.zip
  83.  
  84.  
  85. History
  86. -------
  87.  
  88. --------------------------------------------------------------------------------------------------
  89. 1.80.2 - September 2017
  90. - Intel Core X processors (KBL-X and SKL-X).
  91. - Preferred core(s) display in clocks dialog.
  92. - Fix 32-bit version issue with Windows 10 builds 16273 and 16275 (1.80.2)
  93.  
  94. --------------------------------------------------------------------------------------------------
  95. 1.79.1 - May 2017
  96. - Intel X299 (1.79.1).
  97. - AMD ThreadRipper (1.79.1).
  98. - AMD Ryzen 5 and Ryzen 3.
  99. - Fix lockup at loading on Ryzen systems with RAID.
  100. - New benchmark version (17.01).
  101.  
  102. --------------------------------------------------------------------------------------------------
  103. 1.78.3 - February 2017
  104. - AMD Ryzen (1.78.3)
  105. - Intel Kaby Lake processors.
  106. - AMD Embedded G and R-series processors.
  107. - DMP Vortex86 DX3.
  108. - Tons of bug fixes.
  109.  
  110. --------------------------------------------------------------------------------------------------
  111. 1.77 - August 2016
  112. - New benchmark "submit and compare" feature.
  113. - New clocks dialog reporting all system's clock speeds in real-time.
  114. - Preliminary support for Intel Kaby Lake.
  115. - AMD Bristol Ridge processors.
  116.  
  117. --------------------------------------------------------------------------------------------------
  118. 1.76 - April 2016
  119. - Intel Broadwell-E/EP processors.
  120. - AVX512 instruction set report.
  121. - Fixed several bugs (missing SPD on some systems).
  122.  
  123. --------------------------------------------------------------------------------------------------
  124. 1.75 - January 2016
  125. - Intel Skylake Pentium and Celeron support.
  126. - Intel Broadwell-E preliminary support.
  127. - AMD A10-7890K APU.
  128.  
  129. --------------------------------------------------------------------------------------------------
  130. 1.74 - October 2015
  131. - Improved CPU benchmark.
  132. - AMD Carrizo APUs.
  133. - eDRAM detection on Slylake CPUs.
  134.  
  135. --------------------------------------------------------------------------------------------------
  136. 1.73 - August 2015
  137. - New validation.
  138. - eXtreme Overclock Mode with light CPU load.
  139. - New tab : CPU Benchmark.
  140. - Added L4 cache frequency (cache tab).
  141. - Added Windows 10 editions.
  142.  
  143. --------------------------------------------------------------------------------------------------
  144. 1.72.1 - May 2015
  145. - Intel Skylake and Broadwell support (1.72.1)
  146. - Preliminary support for Intel Skylake.
  147. - Fixed support for Windows 10 build 9926.
  148.  
  149. --------------------------------------------------------------------------------------------------
  150. 1.71.1 - November 2014
  151. - Intel Core M processors (1.71.1)
  152. - New CPU-Z logo (1.71.1)
  153. - AMD Athlon X2 450, Athlon X4 840 and Athlon X4 860K (Kaveri).
  154. - AMD FX-8370, FX-8370E, FX-8320E (Vishera).
  155. - Improved support for Intel X99 chipset.
  156. - Support for Microsoft Windows 10.
  157.  
  158. --------------------------------------------------------------------------------------------------
  159. 1.70 - July 2014
  160. - Intel i7-5960X, i7-5930K, i7-5820K, i7-4790K, i5-4690K, Pentium G3258.
  161. - TSX instructions set support (including RTM and HLE subparts).
  162.  
  163. --------------------------------------------------------------------------------------------------
  164. 1.69.2 - April 2014
  165. - Intel Haswell-E processors (1.69.2)
  166. - Preliminary support for DDR4 memory (1.69.2)
  167. - AMD FCH detection improved (1.69.2)
  168. - AMD A6-6420K, A4-6320, A4-4020.
  169. - AMD Athlon 5350 & 5150, Sempron 3850 & 2650 Kabini.
  170. - Intel Core i7-4770R and Core i5-4570R Crystal Well.
  171. - Added graphic card vendor.
  172.  
  173. --------------------------------------------------------------------------------------------------
  174. 1.68 - January 2014
  175. - AMD Kaveri APUs (A10-7850K, A10-7800, A10-7700K, A8-7600, A6-7400K, A4-7300).
  176. - Intel i7-4790, i5-4690, i5-4590, i5-4460 (Haswell refresh).
  177. - Intel Celeron Haswell (G1830, G1820).
  178. - Intel serie 9 chipset (Z97).
  179. - Nuvoton NCT6106 and SMSC SCH5636 SIOs (Fujitsu mainboards).
  180.  
  181. --------------------------------------------------------------------------------------------------
  182. 1.67.1 - November 2013
  183. - Fix several validations issues (1.67.1).
  184. - Improved support of Intel Silvermont (Bay Trail).
  185. - New validation.
  186.  
  187. --------------------------------------------------------------------------------------------------
  188. 1.66 - August 2013
  189. - Intel Core i7-4xxx MQ/MX processors (1.66.1)
  190. - Fixed BCLK jump bug and validation issue (1.66.1)
  191. - Intel Xeon E5-2600 V2, Core i3-4xxx, Core i7-3910K processors.
  192. - Intel Atom Bay Trail-T preliminary support.
  193. - Intel Ivy Bridge-E/EP/EX support improved.
  194. - AMD Opteron 3200 and 3300 series.
  195. - ITE IT8603 and IT8623 SIOs (Asus FM2+ mainboards).
  196. - Microsoft Windows 8.1 (Windows Blue).
  197. - New version checker.
  198.  
  199. --------------------------------------------------------------------------------------------------
  200. 1.65 - June 2013
  201. - AMD Opteron X1150 and X2150.
  202. - AMD FX-9590 and FX-9370.
  203. - Intel 4xxxHQ "Crystalwell" CPUs.
  204. - Intel Pentium "Haswell" G3430, G3420, G3220.
  205.  
  206. --------------------------------------------------------------------------------------------------
  207. 1.64 - April 2013
  208. - Intel Atom Cloverview.
  209. - Intel Ivy Bridge-E/EP/EX.
  210. - AMD Richland APUs.
  211.  
  212. --------------------------------------------------------------------------------------------------
  213. 1.63 - February 2013
  214. - Intel Pentium & Celeron "Ivy Bridge" CPUs.
  215. - AMD Athlon X4 750K.
  216. - FMA3 & 4 instructions sets.
  217. - Support for systems with more than 64 CPUs.
  218. - Report TDP in validation pages.
  219.  
  220. --------------------------------------------------------------------------------------------------
  221. 1.62 - October 2012
  222. - AMD "Vishera" processors.
  223. - Intel Haswell & Ivy Bridge E/EP preliminary support.
  224. - Reduce CPU utilization.
  225. - Improved validation process.
  226.  
  227. --------------------------------------------------------------------------------------------------
  228. 1.61 - July 2012
  229. - Fix wrong clock speed report (1.61.3).
  230. - Intel CedarTrail platform.
  231. - VIA VX11 chipset.
  232. - Intel Xeon E5 processors.
  233. - Fix wrong CPU clock speed under Win8.
  234.  
  235. --------------------------------------------------------------------------------------------------
  236. 1.60 - March 2012
  237. - Intel Core i5 2550K, 2450P and 2380P with no GPU.
  238. - Intel Core i3/i5/i7 "Ivy Bridge" (37xx, 35xx, 34xx, 33xx, 32xx).
  239. - Intel Xeon E3 (SandyBridge-WS).
  240. - Intel Z77 platform.
  241. - AMD FX-8140, FX-4150.
  242. - AMD "Trinity" APU Preliminary support.
  243. - Windows 32/64-bit information.
  244.  
  245. --------------------------------------------------------------------------------------------------
  246. 1.59 - November 2011
  247. - AMD Opteron Interlagos and Valencia (Bulldozer).
  248. - AMD SR56x0 I/O bridge and SP5100 southbridge (Maranello).
  249. - Intel Core i7-3960X, 3930K and 3820 (SandyBridge-E).
  250. - Intel X79 chipset (Jaketown).
  251. - VIA Nano 1000/2000/3000, Eden X2, Nano X2/X3, QuadCore.
  252. - Support for Windows 8.
  253.  
  254. --------------------------------------------------------------------------------------------------
  255. 1.58 - June 2011
  256. - AMD FX "Bulldozer" processors family (K15).
  257. - AMD Llano processors family (K12).
  258. - Intel Sandy Bridge-EP processors preliminary support.
  259.  
  260. --------------------------------------------------------------------------------------------------
  261. 1.57 - February 2011
  262. - Intel Xeon "Westmere-EX" support.
  263. - GPU frequency report on Intel Sandy Bridge processor.
  264. - AMD Zacate/Ontario processors support.
  265. - Report TDP on main page when available.
  266. - Cores clocks on floating menu.
  267. - P67/H67 stepping report.
  268.  
  269. --------------------------------------------------------------------------------------------------
  270. 1.56 - October 2010
  271. - Intel Core i3/i5/i7 "2000" serie processors (Sandy Bridge) with new logos.
  272. - Intel Core i7 970 "Gulftown".
  273. - Intel P67 chipset.
  274. - AMD Phenom II, Athlon II and Sempron II "Caspian" processors.
  275.  
  276. --------------------------------------------------------------------------------------------------
  277. 1.55 - July 2010
  278. - VIA VX900/VX900M and VN1000/VN1000M chipsets.
  279. - Intel Core i5-760, Core i7-875K and Core i5-655K processors.
  280. - Intel Core i7-940XM, 840QM, 740QM mobile processors.
  281. - Intel Core i5-450M, 540UM, 430UM, Core i3-370M mobile processors.
  282. - Intel Pentium P6000 processor.
  283. - New parameter in cpuz.ini : UseDisplayAPI
  284.  
  285. --------------------------------------------------------------------------------------------------
  286. 1.54 - March 2010
  287. - Intel Core i7-880, Core i5-680, Core i3-550 processors.
  288. - Intel Xeon 5600 line (32nm) processors.
  289. - AMD Phenom II X6, Sempron II, Turion II, Turion II Ultra and Athlon II Mobile "Caspian" processors.
  290. - NVIDIA GeForce 320M chipset.
  291. - AMD 870/880G/890GX + SB800/SB850 chipset.
  292. - Introduction of validation rooms.
  293.  
  294. --------------------------------------------------------------------------------------------------
  295. 1.53 - December 2009
  296. - Fix validation issue with AMD Phenom processors (1.53.1).
  297. - Preliminary support for Intel Pinetrail platform (1.53.1).
  298. - Intel Core i7 930 & 950, Core i7 980X "Gulftown", Xeon W3565.
  299. - Intel Mobile Core i7/i5/i3 "Arrendale" (LV and ULV).
  300. - Intel "Clarkdale" platform improved support.
  301. - AMD Phenom FX-5000, Athlon II X2/X3/X4, Athlon L110.
  302. - AMD AM3 socket detection improved.
  303. - VIA VX800 and VX855 chipsets support.
  304. - ATI Radeon 2100 and Radeon X1250 support.
  305. - DirectX 11 detection fix.
  306. - Hardware virtualization support now reported as instructions set.
  307. - New HTML report with less information.
  308.  
  309. --------------------------------------------------------------------------------------------------
  310. 1.52 - July 2009
  311. - Fix Core i7 clock bug (1.52.2)
  312. - New design with "Graphics" tab.
  313. - NVIDIA nForce 980a chipset support.
  314. - Intel Core i5 and Core i3 processors.
  315. - Intel Atom Z530, Pentium DC E6300 (2.8GHz) and Core 2 Solo processors.
  316. - Intel P55 and US15W chipsets preliminary support.
  317. - AMD Phenom TWKR support.
  318. - AMD Phenom X2 "Callisto" and Athlon X2 "Regor" processors.
  319. - AMD Opteron 6-core "Istanbul" processor.
  320. - Improved support for Windows 7.
  321. - New Intel logos.
  322.  
  323. MD5 checksum : please refer to http://www.cpuid.com/cpuz.php#history
  324.  
  325.  
  326. --------------------------------------------------------------------------------------------------
  327. 1.51 - April 2009
  328. - New version with installer.
  329. - NVIDIA ION platform.
  330. - Intel "Clarkdale" processor preliminary support.
  331.  
  332. MD5 checksum : please refer to http://www.cpuid.com/cpuz.php#history
  333.  
  334. --------------------------------------------------------------------------------------------------
  335. 1.50 - February 2009
  336. - Improved support for AMD Phenom II processor.
  337. - Support for NVIDIA 740i chipset.
  338. - Several bug fixes.
  339.  
  340. MD5 cpuz.exe (1.50) : E1C827C54F527404EDDA6D65DA0280D8
  341.  
  342. --------------------------------------------------------------------------------------------------
  343. 1.49 - December 2008
  344. - AMD Phenom II processor.
  345. - New Intel Core 2 models.
  346. - Improved loading time.
  347. - New online validation process.
  348.  
  349. MD5 cpuz.exe (1.49) : B836E86B40D7AFAF99D9C512E8CC9FEF
  350.  
  351. --------------------------------------------------------------------------------------------------
  352. 1.48 - October 2008
  353. - Improved support for Intel Core i7 (Bloomfield & Gainestown).
  354. - Intel Atom dual-core version support.
  355. - AMD Athlon "Kuma" processor support.
  356. - Alternate clock computation method based on "duty cycles" for Intel Core 2 processors (see ShowDutyCycles in cpuz.ini)
  357.  
  358. MD5 cpuz.exe (1.48) : DB78FBF1F99B7709240B495E59758CCE
  359.  
  360. --------------------------------------------------------------------------------------------------
  361. 1.47 - August 2008
  362. - Intel Core i7 processor.
  363. - Intel Core 2 Duo S Mobile processors.
  364. - NVIDIA MCP79/7A chipset.
  365. - AMD 790GX / SB750 chipset.
  366.  
  367. MD5 cpuz.exe (1.47) : A7484EFA3C32BC968C248CB1237FF493
  368.  
  369. --------------------------------------------------------------------------------------------------
  370. 1.46 - June 2008
  371. - AMD Puma platform (Turion & Turion Ultra "Griffin");
  372. - AMD Black Edition processors.
  373. - Intel Xeon EX "Dunnington".
  374.  
  375. MD5 cpuz.exe (1.46) : C47432C41EC26156128F7B8E09E884CF
  376.  
  377. --------------------------------------------------------------------------------------------------
  378. 1.45 - May 2008
  379. - Intel Atom Z500/Z510/Z520/Z530/Z540 processors.
  380. - Intel Core 2 Duo E7x00 processor.
  381. - AMD 45 nm Phenom (Dened & Shanghai) processors.
  382. - Intel P45 chipset.
  383.  
  384. MD5 cpuz.exe (1.45) : DD4E540C04297CF93DC721166C13446E
  385.  
  386. --------------------------------------------------------------------------------------------------
  387. 1.44.2 - Mars 2008
  388. - NVIDIA 650i, 680i, 750a/780a, 750i, 780i, 790i chipsets (1.44.2)
  389. - Intel G35 chipset (1.44.2)
  390. - Updated support for VIA chipsets (1.44.2)
  391. - Support for the new validator (1.44.1)
  392. - Preliminary support for VIA Isaiah processor.
  393. - Support for all VIA Model D processors: VIA C7-M, VIA C7-D, VIA Eden, VIA Eden.
  394. - Memory timings on Intel 5400A/B MCH (Skulltrail).
  395. - Fix AMD Phenom detection issue on Windows Vista 64.
  396.  
  397. MD5 (1.44.2) : 81FB48A6EC7355E8D0DD71ADC2157CF6
  398.  
  399. --------------------------------------------------------------------------------------------------
  400. 1.43 - January 2008
  401. - Intel Skulltrail platform support (Core 2 Extreme QX9775 + 5400B MCH).
  402. - Intel X48 chipset detection.
  403. - AMD Athlon 64-LE 1600 and 1620 support.
  404. - Fix detection issues on unlocked Phenom (ES/BE).
  405.  
  406. --------------------------------------------------------------------------------------------------
  407. 1.42 - November 2007
  408. - Intel Wolfdale/Yorkfield/Penryn CPUs support.
  409. - AMD Phenom and Opteron Barcelona support improved.
  410. - Current core selection menu (right click on the CPU page).
  411. - Loading progress.
  412.  
  413. --------------------------------------------------------------------------------------------------
  414. 1.41 - September 2007
  415. - New CPU voltage monitoring.
  416. - Intel Xeon Tigerton support.
  417. - Intel IA64 CPUs support (Itanium / Itanium2)(special thanks to Rami Radi and Ray Hinchliffe).
  418. - AMD K10 Phenom preliminary support.
  419. - NVIDIA MCP73 support.
  420. - Intel XMP profiles support.
  421. - Memory modules nominal voltage.
  422.  
  423. --------------------------------------------------------------------------------------------------
  424. 1.40.5 - July 2007
  425. - NVIDIA nForce 560 chipset support.
  426. - Intel Dynamic FSB technology support.
  427. - Athlon 64 X2 BE & Sempron LE (TDP 45W).
  428. - SiS671/FX/DX/MX northbridge support.
  429. - SiS968 southbridge support.
  430.  
  431. --------------------------------------------------------------------------------------------------
  432. 1.40 - May 2007
  433. - VIA P4M800CE chipset support.
  434. - Preliminary support for Intel Penryn CPUs family (45 nm).
  435. - Intel Core 2 Duo E6x20, Pentium E2140/2160 processors recognition.
  436. - Intel P35, G33, G31, Q35, Q33, X38 chipsets support.
  437. - Intel GL960/GM965/PM965 chipsets support.
  438. - AMD Athlon 64 "Lima" processor support.
  439. - AMD Geode LX processor support.
  440. - NVIDIA nForce 520 chipset support.
  441. - New parameter "-console" to generate output in a command prompt (Windows XP only).
  442. - New icon.
  443.  
  444. --------------------------------------------------------------------------------------------------
  445. 1.39 - February 2007
  446. - Windows Vista 64 support.
  447. - VIA CX700/VX700 chipset.
  448. - Added Merom XE (X7900/X7800)
  449. - Added "PCI" and "MaxPCIBus" in the ini file to configure PCI scanning.
  450. - Added "-core" parameter to display the clock speed of the specified core.
  451. - Lot of bug fixes.
  452.  
  453. --------------------------------------------------------------------------------------------------
  454. 1.38 - November 2006
  455. - VIA P4M890 and P4M900 chipsets.
  456. - NVIDIA 650i and 680i chipset.
  457. - AMD Athlon 64 FX-7x processor.
  458. - Core 2 Duo E6850, E6750, E6650 processors.
  459. - socket 775 Xeon processor.
  460. - New parameters "-txt" and "-html" (see above).
  461. - Lot of bug fixes.
  462.  
  463. --------------------------------------------------------------------------------------------------
  464. 1.37 - October 2006
  465. - Intel Core 2 Quad, Celeron 360, Mobile Core 2 Duo T5200 support.
  466. - Changed SSE4 to SSSE3 (Supplemental SSE3).
  467. - Added VIA VT8237A southbridge.
  468. - New HTML report.
  469. - Several bug fixes.
  470.  
  471. --------------------------------------------------------------------------------------------------
  472. 1.36 - August 2006
  473. - New processor information display.
  474. - Intel 5000X/P/Z/V SPD support.
  475. - Intel Pentium D 925 & 945.
  476.  
  477. --------------------------------------------------------------------------------------------------
  478. 1.35 - June 2006
  479. - ATI RS350, RS400, RS480/RX480, RS482, RD580/RX580, RS600/RD600, RS690, RS700 chipsets support.
  480. - ATI SB600 southbridge support.
  481. - Intel P965 chipset support.
  482. - Engineering samples Core based CPUs report.
  483. - Windows Vista product line report.
  484.  
  485. --------------------------------------------------------------------------------------------------
  486. 1.34.1 - May 2006
  487. - AMD socket AM2/S1/F (rev F.) CPUs support.
  488. - Enhanced Performance Profile (EPP) memory information report.
  489. - Added Trc (bank cycle time) in DDR2 SPD report.
  490. - Added Trc (bank cycle time) on i925, i945, i955, i975 chipsets.
  491. - FB-DIMM DDR2 SPD information report.
  492. - Core 2 Duo names and logos added.
  493. - Turion 64 X2 logo added.
  494. - Several bug fixed.
  495.  
  496. --------------------------------------------------------------------------------------------------
  497. 1.33.1 - April 2006
  498. - Intel i965 chipset support added.
  499. - Fix SPD detection problem on SiS 964/965/966 southbridges.
  500. - ODC (Odd Divisor Correct) for Athlon64 rev E.
  501.  
  502. --------------------------------------------------------------------------------------------------
  503. 1.33 - April 2006
  504. - Memory Command Rate timing added.
  505. - Improved support for Intel Conroe/Merom CPUs.
  506. - Celeron M 420/430 Yonah.
  507. - Xeon Dual core Dempsey.
  508. - VIA C7-M CPU detection added.
  509. - VIA PT880, PT880 Pro, K8T900 chipsets support.
  510. - nVidia nForce 550/560/570 (MCP55) chipset support.
  511. - VIA VT8251 southbridge support.
  512. - Fixed HyperTransport information misreports (in dump file).
  513. - Added K6-2 and K6-III logos.
  514.  
  515. --------------------------------------------------------------------------------------------------
  516. 1.32.1 - March 2006
  517. - New Intel logos.
  518. - Added Pentium D 925, Pentium EE 965.
  519. - Several bugs fixed.
  520.  
  521. --------------------------------------------------------------------------------------------------
  522. 1.32 - February 2006
  523. - Athlon FX-60 detection added.
  524. - Athlon64 new memory dividers.
  525. - Celeron 35x Cedar Mill, Pentium D 805.
  526. - Core Solo & Core Duo detection improved.
  527. - VIA C7 CPU detection added.
  528. - Intel i975X, i945GT chipsets support.
  529. - ATI RD580 chipset support.
  530. - ULi smbus support improved.
  531. - Fix smbus conflict with ClockGen.
  532.  
  533. --------------------------------------------------------------------------------------------------
  534. 1.31 - November 2005
  535. - Improved support for ATI RS480/482 chipsets.
  536. - GeForce 6100/6150 (nForce 410/430) chipsets support.
  537. - Intel E7520 chipset support.
  538. - New CPUs support : AMD Opteron socket 939, Intel Pentium 4 Cedar Mill and Presler,
  539. Intel Xeon Paxville, Intel Pentium M Yonah SC & DC.
  540. - Several bug fixed.
  541.  
  542. --------------------------------------------------------------------------------------------------
  543. 1.30 - August 2005
  544. - Latest Sempron and Turion support improved.
  545. - Intel Xeon Potomac, Pentium M 780 support.
  546. - Improved Windows version report.
  547. - Support for SMBus on latest SiS bridges (964, 965, 966) and ULi bridges.
  548. - Increased clocks refresh rate.
  549. - Several bug fixed.
  550.  
  551. --------------------------------------------------------------------------------------------------
  552. 1.29 - June 2005
  553. - New PCI devices report.
  554. - Switch for VCore report in .ini file.
  555. - VCore report on some uGuru mainboards.
  556. - Improved clocks computation.
  557. - Improved support for latest AMD CPUs, Celeron D 3x1 (EM64T).
  558. - Improved support for SiS 649, 650 and 656 chipsets, Intel 915PM chipset.
  559. - Improved stability when several instances of CPU-Z are running in the same time.
  560. - Restored html report in ghost mode (see "Parameters" chapter above).
  561.  
  562. --------------------------------------------------------------------------------------------------
  563. 1.28.6 - March 2005
  564. - Support for Athlon 64 X2 CPUs
  565. - Support for i955X chipset
  566. - Bunch of bugs
  567.  
  568. --------------------------------------------------------------------------------------------------
  569. 1.28 - March 2005
  570. - Support for SiS chipsets improved : 648FX, 649, 655FX, 655TX, 656
  571. - Support for nVidia nForce4 SLI Intel Edition
  572. - Support for Intel Pentium D, Pentium XE, AMD Turion, Opteron 252
  573. - New F7 key to simplifiy the creation of the validation file
  574.  
  575. --------------------------------------------------------------------------------------------------
  576. 1.27 - February 2005
  577. - Support for Intel Pentium 4 6xx CPUs.
  578. - New validation system.
  579. - Hundred of bug fixes.
  580.  
  581. --------------------------------------------------------------------------------------------------
  582. 1.26 - December 2004
  583. - VCore display on Pentium M CPUs.
  584. - New CPU clock computation.
  585. - Improved support of Transmeta CPUs.
  586. - Several bugs fixed.
  587.  
  588. --------------------------------------------------------------------------------------------------
  589. 1.25 - November 2004
  590. - nVidia nForce4 chipset support
  591. - Intel Pentium 4J support
  592. - New button to refresh memory timings
  593. - Several bugs fixed
  594.  
  595. --------------------------------------------------------------------------------------------------
  596. 1.24 - September 2004
  597. - AMD Sempron support
  598. - New memory SPD page
  599. - PCI-Express graphic interface support
  600. - Configuration file
  601. - External cache latency tool
  602. - Restored html report
  603. - Fix several bugs
  604.  
  605. --------------------------------------------------------------------------------------------------
  606. 1.23 - June 2004
  607. - Intel i915P/G, i925X chipsets support
  608. - Intel LGA775 CPUs support
  609. - Intel's CPU number display
  610. - New AMD Athlon 64 steppings
  611. - New report in one file
  612.  
  613. --------------------------------------------------------------------------------------------------
  614. 1.22 - April 2004
  615. - New CPUs : Xeon Nocona, Celeron Prescott
  616. - DDR2 memory support
  617. - Clock mode when iconized
  618.  
  619. --------------------------------------------------------------------------------------------------
  620. 1.21 - January 2004
  621. - one file package
  622. - Windows 64 support
  623. - new chipsets support
  624. - new CPU support : Celeron M, Pentium 4 "Prescott"
  625.  
  626. --------------------------------------------------------------------------------------------------
  627. 1.20a - October 2003
  628. - memory frequency and ratio on nForce2
  629. - KT600 support
  630. - W83627THF VRM mode
  631. - SPD read improvement
  632. - Fix some memory leaks (DMI)
  633. - Fix memory size report
  634. - Fix AGP side band status
  635.  
  636. --------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement