что такое max cpuid value limit в биосе
Limit CPUID Maximum — что это в биосе?
Коротко ответ: позволяет управлять доступом операционки к инструкциям CPUID, используя которые система определяет тип установленного процессора.
Если выбрать Enabled — система сможет загрузиться даже если не определила модель установленного процессора. Это может быть актуально, когда используется старая операционка на современном железе. Но если установлена современная операционка на современное железо — тогда нет смысла включать функцию.
Простыми словами
Используя инструкции CPUID любая программа может получить подробную информацию о установленном процессоре. Для старых процессоров максимальное значение CPUID было 3. Современные процы конечно поддерживают и больше, но это может привести к проблемам. Однако в современных системах, а это начиная с Windows 2000 — такой проблем нет и опцию лучше выключить (выбрав Disabled).
Limit CPUID Maximum — включать или нет?
Включать нужно только при использовании операционок, старее чем Windows 2000 на процессорах новее чем Пентиум 3 (то есть Пентиум 4 и дальше). При использовании современных ОС, например семерка, десятка — функцию нужно отключать.
Вообще эту настройку можно встретить на старых материнках, которые поддерживают Win95/98. Просто старые операционки, которые были выпущены до Windows 2000 — поддерживали только несколько инструкций CPUID, а именно — 3. Но с выходом процессоров Пентиум 4 — данных инструкций стало больше. Поэтому если была установлена старая операционка, старее Win 2000 на проц Пентиум 4 — могли быть проблемы. Здесь помогало установка значения Enabled в Limit CPUID Maximum, тем самым ограничивая количество инструкций CPUID до 3, как было раньше.
CPUID Maximum Value Limit from The Tech ARP BIOS Guide!
share
CPUID Maximum Value Limit
Common Options : Enabled, Disabled
Quick Review of CPUID Maximum Value Limit
When the computer is booted up, the operating system executes the CPUID instruction to identify the processor and its capabilities.
The first step is to query the processor to find out the highest input value CPUID recognises, by executing CPUID with the EAX register set to 0. This determines the kind of basic information CPUID can provide the operating system.
The maximum CPUID input value determines the values that the operating system can write to the CPUID’s EAX register to obtain information about the processor.
However, if you attempt to use a new processor with an old operating system, that operating system may not be able to handle the extra CPUID information provided by the processor.
This is where the CPUID Maximum Value Limit BIOS feature comes in. It allows you to circumvent problems with older operating systems that do not support newer processors with extended CPUID information.
When enabled, the processor will limit the maximum CPUID input value to 03h when queried, even if the processor supports a higher CPUID input value.
When disabled, the processor will return the actual maximum CPUID input value of the processor when queried.
It is recommended that you leave it at the default setting of Disabled. You should only enable it if you intend to use a newer processor with an operating system that does not support it.
Details of CPUID Maximum Value Limit
When the computer is booted up, the operating system executes the CPUID instruction to identify the processor and its capabilities.
The first step is to query the processor to find out the highest input value CPUID recognises, by executing CPUID with the EAX register set to 0. This determines the kind of basic information CPUID can provide the operating system.
Here’s a table of the maximum CPUID input values the operating system will obtain from Intel processors when CPUID is executed with the EAX register set to 0.
IA-32 Processors | Maximum CPUID Input Value |
Earlier Intel486 Processors | CPUID Not Implemented |
Later Intel486 Processors | 01h |
Pentium Processors | 01h |
Pentium Pro Processors | 02h |
Pentium II Processors | 02h |
Celeron Processors | 02h |
Pentium III Processors | 03h |
Pentium 4 Processors | 02h |
Xeon Processors | 02h |
Pentium M Processors | 02h |
Pentium 4 Processors with Hyper-Threading Technology | 05h |
Now that it knows the maximum CPUID input value, the operating system can now write the correct values to the CPUID’s EAX register to obtain information about the processor.
Maximum CPUID Input Value | EAX Input Values Supported |
01h | 00h, 01h |
02h | 00h, 01h, 02h |
03h | 00h, 01h, 02h, 03h |
05h | 00h, 01h, 02h, 03h, 04h, 05h |
Using those EAX input values, the operating system queries the processor for the following basic information.
EAX Input Value | Possible Basic Information Provided by CPUID |
00h | EAX : Maximum input value for basic CPUID information EBX : “Genu” ECX : “ntel” EDX : ineI” |
01h | EAX – 32-bit Processor Signature – last 32 bits of the 96-bit processor serial numberEBX – Brand Index – CLFLUSH line size – count of logical processors – processor local APIC physical IDECX – Processor feature flagsEDX – Processor feature flags |
02h | EAX : Cache and TLB descriptors EBX : Cache and TLB descriptors ECX : Cache and TLB descriptors EDX : Cache and TLB descriptors |
03h | EAX : Reserved EBX : Reserved ECX : First 32 bits of the 96-bit processor serial number EDX : Second 32 bits of the 96-bit processor serial number |
04h | EAX – Cache type – Cache level – Self-initializing cache level – Presence of fully associative cache – Number of threads sharing this cache – Number of processor cores on this dieEBX – System coherency line size – Physical line partitions – Ways of associativity ECX : Number of sets EDX : Reserved |
05h | EAX : MONITOR/MWAIT function EBX : MONITOR/MWAIT function ECX : Reserved EDX : Reserved |
Why Does CPUID Maximum Value Limit Matter?
However, if you attempt to use a new processor with an old operating system, that operating system may not be able to handle the extra CPUID information provided by the processor.
This is where the CPUID Maximum Value Limit BIOS feature comes in. It allows you to circumvent problems with older operating systems that do not support newer processors with extended CPUID information.
When enabled, the processor will limit the maximum CPUID input value to 03h when queried, even if the processor supports a higher CPUID input value. The operating system will only query the processor with EAX input values of up to 03h.
When disabled, the processor will return the actual maximum CPUID input value of the processor when queried.
By default, it is set to Disabled because all new operating systems are aware of current processors, and have no problem handling the additional CPUID information.
Irrespective of what you set this BIOS feature to, the operating system will first query the processor.
Only if the processor returns a maximum CPUID input value greater than 03h, will this BIOS feature be taken into account. If the processor returns a maximum CPUID input value of 03h or less, this BIOS feature will be ignored.
It is recommended that you leave it at the default setting of Disabled. You should only enable it if you intend to use a newer processor with an operating system that does not support it.
A Little History Lesson
Historically, Intel processors from the Pentium Pro onwards have a maximum CPUID input value of only 02h or 03h. The only exception is the Intel Pentium 4 with Hyper-Threading Technology (HTT).
Older operating systems like Windows 95/98 and Windows Me were released before the Intel Pentium 4 with HTT, and are therefore not aware of such a processor.
This would not have been a problem if the Pentium 4 with HTT did not come with additional CPUID capabilities. Unfortunately, it has a maximum CPUID input value of 05h, as well as support for additional EAX input values of 04h and 05h.
When these operating systems boot up, they would receive a maximum CPUID input value of 05h from the processor – which they were not programmed to handle. Therefore, they were not able to initialise the processor properly.
Recommended Reading
Go Back To > Tech ARP BIOS Guide | Computer | Home
Support Tech ARP!
If you like our work, you can help support our work by visiting our sponsors, participating in the Tech ARP Forums, or even donating to our fund. Any help you can render is greatly appreciated!
Дополнение к FAQ Asus P5Q (все модификации) на чипсете Intel P45
Дополнение к FAQ Asus P5Q (все модификации) на чипсете Intel P45
Примеры настроек БИОСа для различных конфигов на мамках данной серии.
Не говоря уже о системах отличающихся кардинально.
Дополнение к FAQ Asus P5Q (все модификации) на чипсете Intel P45
Примеры настроек БИОСа для различных конфигов на мамках данной серии.
Не говоря уже о системах отличающихся кардинально.
ASUS P5Q, BIOS 2102-SLIC
Процессор: CORE 2 DUO E8400, 4.0Ghz, EO, VID 1.05в
Кулер: TERMALTAKE MAX ORB
Оперативная память: CORSAIR CM2X1024-6400C4DHX, 1Ггц, 4х1Гб
Видеокарта: GIGABYTE 8400GS
Блок питания: OCZ, 500Вт
Жесткие диски: SEAGATE BARRACUDA, 16Мб, 2х300Гб
WESTERN DIGITAL CAVIAR BLACK, 32Мб, 700Гб
WESTERN DIGITAL, 8Мб, 150Гб
Операционная система: WINDOWS 7 МАКСИМАЛЬНАЯ x64
CPU Ratio Setting: 8,
FSB Strap to North Bridge: 400,
PCI-E Frequency: 100,
DRAM Timing Control:
1st Information: 5-5-5-15-3-45-5-3,
2nd and 3rd Information: Auto,
DRAM Static Read Control: Disabled,
DRAM Read Training: Disabled,
MEM. OC Charger: Enabled,
Ai Clock Twister: Strong,
Common Performance Level: 10,
PCIE SATA Voltage: 1.50в,
CPU Voltage: 1.23725в,
CPU GTL Reference: 0.65x,
CPU PLL Voltage: 1,52в,
FSB Termination Voltage: 1.32в,
Load-Line Calibration: Enabled,
PCIE,CPU Spread Spectrum: Disabled,
NB,CPU Clock Skew: Normal,
CPU Margin Enhancement: Performance Mode,
C1E Support: Enabled,
Max CPUID Value Limit: Disabled,
Intel Virtualization Tech: Enabled,
CPU TM Function: Enabled,
Execute Disable Bit: Enabled.
Asus P5Q Delux BIOS 2301 (заменил термопасту на Zalman STG1 и поставил 50мм вентиль на обдув чипсета)
Core 2 Quad Q9550 E0 (Asus TRITON 88, 2*120mm)
KINGSTON KHX8500D2K2/4G 2*2Gb
Gigabyte 8800 GT 512Mb (Accelero S1 + 120мм)
HP LP2275w Wide LCD Monitor
ADI® AD2000B 8-channel HDA
WD 3200AAKB (IDE 320Gb)
LG BH08LS20 (Blue-Ray)
Aerocool Touch 2000
CHIEFTEC CH-01SL-SL-B (92мм вентил на обдув хардов (выдув), 120мм на задней стенке (выдув), 120мм(38мм) на дне корпуса (вдув)
Windows 7 Ultimate 64-bit
Остальное всё в Auto
Cooler Master Hyper 212
Kingston KHX8500D2K2/2G X2
Sapphire HD5870 1Gb GDDR5 [900/1300] + Arctic Accelero Xtreme 5870+Thermalright VRM-R4
Creative SB X-Fi Titanium
Thermaltake Toughpower 650Wt
Cooler Master HAF 932
Logitech Comfort Wave 450
Windows 7 Домашняя расширенная x64
PCI-E Frequency 100
FSB Strap to NB 333
DRAM Frequency 1067
DRAM RAS# to CAS# Delay 5
DRAM RAS# Precharge 5
DRAM RAS# Activate to Precha 15
RAS# to RAS# Delay 3
Row Refresh Cycle Time 55
DRAM Static Read Control Enabled
DRAM Read Training Enabled
MEM. OC Charger Enabled
Ai Clock Twister Moderate
Common Performance Level 10
CPU Voltage 1.34375
CPU GTL Reference 0.63x
CPU PLL Voltage 1.50
FSB Termination Voltage 1.24
PCIE SATA Voltage 1.50
Load-Line Calibration Enabled
CPU Spread Spectrum Disabled
PCIE Spread Spectrum Disabled
CPU Clock Skew Normal
NB Clock Skew Normal
CPU Margin Enhancement Perfomance mode
C1E Support Disabled
Max CPUID Value Limit Disabled
Intel Virtualization Tech Enabled
CPU TM Function Disabled
Execute Disable Bit Disabled
PCI-E Frequency 100
FSB Strap to NB 400
DRAM Frequency 1066
DRAM RAS# to CAS# Delay 5
DRAM RAS# Precharge 5
DRAM RAS# Activate to Precha 15
DRAM Static Read Control Enabled
DRAM Read Training Enabled
MEM. OC Charger Enabled
Ai Clock Twister Stronger
Common Performance Level 7
CPU Voltage 1.22500
CPU GTL Reference 0.63x
CPU PLL Voltage 1.50
FSB Termination Voltage 1.24
PCIE SATA Voltage 1.50
Load-Line Calibration Enabled
CPU Spread Spectrum Disabled
PCIE Spread Spectrum Disabled
CPU Clock Skew Normal
NB Clock Skew Normal
CPU Margin Enhancement Perfomance mode
C1E Support Disabled
Max CPUID Value Limit Disabled
Intel Virtualization Tech Enabled
CPU TM Function Disabled
Execute Disable Bit Disabled
Asus P5Q Premium BIOS 2406
Core2Quad Q9650 BOX (E0)@4320 MHz (480×9@1.38125V)+OCZ Freeze Extreme+Noctua NH-D14
Cooler Master HAF-932+Noctua NF-S12+Noctua NF-P12
ASUS ENGTX470 SLI@700/1674
G.Skill Ripjaws F2-9600CL6D-4GBRH@1153 MHz 5-5-5-15 2.02V PL=8
WDC WD5000AAKB 500 GB IDE
SAMSUNG HD080HJ 80 GB SATAII
WDC WD400EB 40 GB IDE
LG GSA-H42L прошит в GSA-H44L@STLab S-240
PSU Chieftec APS-850C
CPU Ratio Setting: 9
PCIE Frequency: 100
FSB Strap to North Bridge: 333
DRAM Frequency: 1153
DRAM Timing Control: Manual
CAS# Laterncy: [5 DRAM Clocks]
DRAM RAS# to CAS# Delay: [5 DRAM Clocks]
DRAM RAS# Precharge: [5 DRAM Clocks]
DRAM RAS# Activate to Precha [15 DRAM Clocks]
RAS# to RAS# Delay: [Auto]
Row Refresh Cycle Time: [Auto]
Write Recovry Time: [Auto]
Read to Precharge Time: [Auto]
DRAM Static Read Control: [Disabled]
DRAM Read Training: [Disabled]
MEM. OC Charger: [Enabled]
Ai Clock Twister: [Stronger]
Ai Transaction Booster: [Manual]
Common Performance Level: [08]
CPU GTL Reference:0,635/0,675 (0/2 / 1/3)
CPU PLL Voltage:1,56
FSB Termination Voltage:1,38
PCIE SATA Voltage:1.5
Load-Line Calibration: [Enabled]
CPU Spread Spectrum: [Disabled]
PCIE Spread Spectrum: [Disabled]
CPU Clock Skew: [Normal]
NB Clock Skew: [Normal]
CPU Margin Enhancement: [Perfomance]
Asus P5Q-E (Bios 2101) Core 2 Quad Q9650 3.0@4.2Mgz (467х9|1.31)
Память: Corsair TWIN2X2048-8500C5DF+TWIN2X1024-8500C5DF ver. 1.1+Airflow Fan
Видео: HIS Radeon HD5850 (Asus bios) 725/4000@900/4800+ Asus HD5850=CrossFireX, разгон пока в отпуске
Диски: ST3250310AS-2шт., WDC WD5000AAKS-00YGA0-файлопомойка
Приводы: DVD+RW/CD-RW Optiarc AD-7173S, AD-7203S
Звук: Creative SB X-FI XtremeGamer
БП: Thermaltake Toughpower 700W 0105
Корпус: Thermaltake Kandalf lcs
OС: Windows 7 Максимальная х64
CPU: EK Water Blocks EK-Supreme Plexi universal
Pomp: Aquacomputer Aquastream XT USB 12V Standard Version
Radiator: Thermochill PA120.3 Triple Radiator
Rezervuar: Swiftech MCRES-Micro AGB
FSB Termination 1.30
всё остальное АВТО
ASUS P5QD TURBO/ Q6600@3600/8gb ocz/gtx 275/raid 0 wd320 x3/cooler master ucp 1100 wt
настройки биоса для q6600@3600
FSB Termination 1.30
всё остальное АВТО
P5Q PREMIUM, E8400/500×8@4000,EO.Bios 2406; IH-4500; DDRII Samsung 2Gb PC-6400; ECS GTS250@820/2026/1200;БП CORSAIR 550W;Seagate 500GB,WD 500GB Корпус Thermaltake V9.
AI Overclock tuner: Manual
CPU Ratio Setting: 8
FSB Frequency: 500 MHz
PCI-E Frequency: 100 MHz
FSB Strap to North Bridge: 333
DRAM Frequency: DDR2-1002 MHz
DRAM CLK Skew on Channel A1: 250 ps
DRAM CLK Skew on Channel A2: 250 ps
DRAM CLK Skew on Channel B1: 250 ps
DRAM CLK Skew on Channel B2: 250 ps
DRAM Timing Control: Manual
DRAM RAS# to CAS# Delay: 7
DRAM RAS# Precharge: 6
DRAM RAS# Activate to Precharge: 18
RAS# to RAS# Delay : 4
Row Refresh Cycle Time: 60
Write Recovery Time: Auto
Read to Precharge Time: Auto
READ to WRITE Delay (S/D): Auto
Write to Read Delay (S): Auto
WRITE to READ Delay (D): Auto
READ to READ Delay (S): Auto
READ to READ Delay (D): Auto
WRITE to WRITE Delay (S): Auto
WRITE to WRITE Delay (D): Auto
WRITE to PRE Delay: Auto
READ to PRE Delay: Auto
PRE to PRE Delay: Auto
ALL PRE to ACT Delay: Auto
ALL PRE to REF Delay: Auto
DRAM Static Read Control: Disabled
DRAM Read Training: Enabled
MEM. OC Charger: Enabled
AI Clock Twister: Light
AI Transaction Booster: Manual
Common Performance: 12
CPU GTL Voltage Reference (0/2): 0.635
CPU GTL Voltage Reference (1/3): 0.675
CPU PLL Voltage: 1.52
FSB Termination Voltage: 1.26
NB GTL Reference: 0.575
SBridge Voltage: 1.10
PCIE SATA Voltage: 1.50
Core2Quad Q9550 475*8.5 4037Ггц (Zalman 9700NT AC MX-2)
Ikonik Vulcan 850 Вт
4Gb 950 Patriot Memory PSD21G8002 (4-5-4-12)
SPARKLE GeForce GTX 285 Plus Accelero XTREME GTX 280 (774/1548/2646)
Asus VH232 1920*1080
Creative X-Fi Xtreme Gamer
ST31500541AS (1500 Гб, 5900 RPM, SATA-II)
ST3320613AS (320 Гб, 7200 RPM, SATA-II)
ST3500418AS (500 Гб, 7200 RPM, SATA-II) (Китай)
WDC WD5000AAJS-00YFA0 (465 Гб, SATA-II)
AI Overclock tuner: Manual
CPU Ratio Setting: Auto
FSB Strap to North Bridge: 333
PCI-E Frequency: 101
DRAM Frequency: 948
DRAM CLK Skew on Channel A1: A 350
DRAM CLK Skew on Channel A2: A 350
DRAM CLK Skew on Channel B1: A 350
DRAM CLK Skew on Channel B2: A 350
DRAM Timing Control: Manual
DRAM RAS# to CAS# Delay: 5
DRAM RAS# Precharge: 4
DRAM RAS# Activate to Precharge: 12
RAS# to RAS# Delay : 1
Row Refresh Cycle Time: 35
Write Recovery Time: 5
Read to Precharge Time: 4
READ to WRITE Delay (S/D): 7
Write to Read Delay (S): 2
WRITE to READ Delay (D): 4
READ to READ Delay (S): 4
READ to READ Delay (D): 5
WRITE to WRITE Delay (S): 4
WRITE to WRITE Delay (D): 6
WRITE to PRE Delay: 12
READ to PRE Delay: 4
PRE to PRE Delay: 1
ALL PRE to ACT Delay: 4
ALL PRE to REF Delay: 4
DRAM Static Read Control: Enabled
DRAM Read Training: Enabled
MEM. OC Charger: Enabled
AI Clock Twister: Stronger
AI Transaction Booster: Manual
Common Performance Level 9 (Pull-In на всех фазах Enabled)
CPU Voltage: 1.40625
CPU GTL Voltage Reference : 0.640/0.680
CPU PLL Voltage: 1.52
FSB Termination Voltage: 1,36
PCIE SATA Voltage: 1.50
Cpu Margin Enhancement : Performance
Load Line Calibration: Enabled
CPU Spread Spectrum: Disabled
PCIE Spread Spectrum: Disabled
CPU Clock Skew : Normal
NB Clock Skew : Normal
CPU Ratio Setting Auto
C1E Support Enabled
Max CPUID Value Limit Disabled
Intel (R) Virtualization Tech Disabled
CPU TM Function Enabled
Execute Disable Bit Disabled
Memory Remap Future Disabled
Core2Quad Q9650 @4050 1.29v @4185 1.34v @4365 1.4v
IFX-14 (ручное выравнивание) + HR-10 + SilenX iXtrema Pro IXP-76-18 38mm + Thermalright FDB-2000
Вдув: 2 * Scythe S-Flex SFF21D 120 + 300mm 600rpm сбоку
Выдув: Scythe S-Flex SFF21D 120 + GlacialTech Silent blade II 120
На память: OCZ XTC 2*60мм
реобас Zalman ZM MFC1 6 пропеллеров
[RAM] 2*2Gb Kingstone HyperX PC2-8500@1088, 5-5-5-15-2T, 2.10V
2*1Gb Crucial Ballistix PC2-6400@1088, 5-5-5-15-2T, 2.10V
[HDD] e-sata Tsunami + WD Velociraptor 300Gb
1,5Tb Samsung 154UI, 750Gb Seagate 11, 200Gb WD, 120Gb Seagate 7
Gainward GTX295 1792Мб (756/1512/2200) однопалубная
Для квада на 4050Мгц 24/7 фолдинг, линпак 100 проходов держит
AI Overclock tuner: Manual
CPU Ratio Setting: 09.0
FSB Frequency: 450 MHz
PCI-E Frequency: 100 MHz
FSB Strap to North Bridge: 333
DRAM Frequency: DDR2-1088 MHz
DRAM CLK Skew on Channel A1: Auto
DRAM CLK Skew on Channel A2: Auto
DRAM CLK Skew on Channel B1: Auto
DRAM CLK Skew on Channel B2: Auto
DRAM Timing Control: Manual
DRAM RAS# to CAS# Delay: 5
DRAM RAS# Precharge: 5
DRAM RAS# Activate to Precharge: 15
. между ними всё в Авто
DRAM Static Read Control: Disabled
DRAM Read Training: Disabled
MEM. OC Charger: Enabled
AI Clock Twister: Strong
AI Transaction Booster: Manual
Perfomance level 11
CPU GTL Voltage Reference (0/2): 0.635
CPU GTL Voltage Reference (1/3): 0.670
CPU PLL Voltage: 1.4
FSB Termination Voltage: 1.30
NB GTL Reference: 0.63
SBridge Voltage: 1.2
PCIE SATA Voltage: 1.50
Load Line Calibration: Enabled
CPU Spread Spectrum: Disabled
PCIE Spread Spectrum: Disabled
CPU Clock Skew : Auto
NB Clock Skew : Auto
CPU Margin Enhancement: Compatible
Advance CPU Settings
CPU Ratio Setting: 09.0
C1E Suppport: Disabled
Max CPUID Value Limit: Disabled
Intel® Virtualization Tech: Enabled
CPU TM Function: Enabled
Execute Disable Bit: Enabled
AI Overclock tuner: Manual
CPU Ratio Setting: 09.0
FSB Frequency: 465 MHz
PCI-E Frequency: 100 MHz
FSB Strap to North Bridge: 333
DRAM Frequency: DDR2-938 MHz
DRAM CLK Skew on Channel A1: Auto
DRAM CLK Skew on Channel A2: Auto
DRAM CLK Skew on Channel B1: Auto
DRAM CLK Skew on Channel B2: Auto
DRAM Timing Control: Manual
DRAM RAS# to CAS# Delay: 5
DRAM RAS# Precharge: 5
DRAM RAS# Activate to Precharge: 15
. между ними всё в Авто
DRAM Static Read Control: Disabled
DRAM Read Training: Disabled
MEM. OC Charger: Enabled
AI Clock Twister: Strong
AI Transaction Booster: Manual
Perfomance level 11
CPU Voltage: 1.34375
CPU GTL Voltage Reference (0/2): 0.635
CPU GTL Voltage Reference (1/3): 0.670
CPU PLL Voltage: 1.4
FSB Termination Voltage: 1.36
NB GTL Reference: 0.63
SBridge Voltage: 1.2
PCIE SATA Voltage: 1.50
Load Line Calibration: Enabled
CPU Spread Spectrum: Disabled
PCIE Spread Spectrum: Disabled
CPU Clock Skew : Auto
NB Clock Skew : Auto
CPU Margin Enhancement: Compatible
Advance CPU Settings
CPU Ratio Setting: 09.0
C1E Suppport: Disabled
Max CPUID Value Limit: Disabled
Intel® Virtualization Tech: Enabled
CPU TM Function: Enabled
Execute Disable Bit: Enabled
Intel Core2Quad Q9450
Patriot PVS 24G 6400 LLK 8Gb; MSI N460GTX Cyclone 1 GD5/OC 840/1680/4200; Samsung HD 103 SJ; CoolerMaster RP-500-PCAP вентилятор Noctua NF-P12; CPU cooler CoolerMaster Hyper 212 Plus вентилятор Noctua NF-P12; Корпус Thermaltake Element T вентиляторы задний Noctua NF-P12, верхний Thermaltake 200mm. 800rpm.
Ai Overclock Tuner [Manual]
CPU Ratio Setting [Auto]
PCIE Frequency [104]
FSB Strap to North Bridge [333]
DRAM Timing Control [Manual](5-5-5-12)
DRAM Static Read Control [Auto]
DRAM Read Training [Auto]
MEM.OC Charger [Enabled]
Ai Clock Twister [Moderate]
Ai Transaction Booster [10]
CPU Voltage [1.331](1.320)
CPU GTL Reference [0.61x]
CPU PLL Voltage [1.52]
FSB Termination Voltage [1.20]
PCIE SATA Voltage [1.50]
Load-Line Calibration [Enabled]
CPU Spread Spectrum [Auto]
PCIE Spread Spectrum [Auto]
CPU Clock Skew [Normal]
NB Clock Skew [Normal]
CPU Margin Enhancement [Compatible]
CPU Ratio Setting [Auto]
C1E Support [Enabled]
Max CPUID Value Limit [Disabled]
Intel Virtualization Tech [Enabled]
CPU TM Function [Enabled]
Execute Disable Bit [Enabled]
Intel SpeedStep Tech [Enabled]
Ai Overclock Tuner [Manual]
CPU Ratio Setting [Auto]
PCIE Frequency [104]
FSB Strap to North Bridge [333]
DRAM Timing Control [Manual](5-5-5-12)
DRAM Static Read Control [Auto]
DRAM Read Training [Auto]
MEM.OC Charger [Enabled]
Ai Clock Twister [Moderate]
Ai Transaction Booster [10]
CPU Voltage [1.400](1.392)
CPU GTL Reference [0.61x]
CPU PLL Voltage [1.52]
FSB Termination Voltage [1.22]
PCIE SATA Voltage [1.50]
Load-Line Calibration [Enabled]
CPU Spread Spectrum [Disabled]
PCIE Spread Spectrum [Disabled]
CPU Clock Skew [Normal]
NB Clock Skew [Normal]
CPU Margin Enhancement [Compatible]
CPU Ratio Setting [Auto]
C1E Support [Enabled]
Max CPUID Value Limit [Disabled]
Intel Virtualization Tech [Enabled]
CPU TM Function [Enabled]
Execute Disable Bit [Enabled]
Intel SpeedStep Tech [Enabled]
2x2Gb Kingston HyperX [KHX8500D2/2G] @1000 5.5.5.15 /1.82v
2х1Gb OCZ Titanium XTC [OCZ2T8001G] @1000 5.5.5.15 /1.82v
2х WDC WD2000JS-RAID 0
Gainward GeForce GTX 460 GS 1Gb
CPU Ratio Setting [8]
FSB Strap to NB: 333
PCIE Frequency [101]
DRAM Frequency [DDR2-950MHz]
DRAM CLK Skew on Channel A1[AUTO]
DRAM CLK Skew on Channel A2[AUTO]
DRAM CLK Skew on Channel B1[AUTO]
DRAM CLK Skew on Channel B2[AUTO]
DRAM Timing Control [Manual]
(все значения выставлены руками в соответствии с памятью)
CAS# Latency [5 DRAM Clocks]
DRAM RAS# to CAS# Delay [5 DRAM Clocks]
DRAM RAS# Prechrge [5 DRAM Clocks]
DRAM RAS# Active to Precha [15 DRAM Clocks]
RAS# to RAS# [4 DRAM Clocks]
Row Refresh Cycle Time [60 DRAM Clocks]
и так далее (только в первом разделе,остальные два на авто,т.к. при их выставлении руками никаких изменений не заметил)
DRAM Static read Control [Enabled]
DRAM read Training [Enabled]
MEM. OC Charger [Enabled]
Ai clock twister [Light]
Ai Transaction Booster [Manual]
Common Performance Level [11]
CPU Voltage [1.28] (В реале 1.27)
CPU GTL Voltage Reference (0/2) [0,635]
CPU GTL Voltage Reference (1/3) [0,675]
CPU PLL Voltage [1,52]
FSB Termination Voltage [1,4]
NB GTL Reference [0,635]
PCIE SATA Voltage [1,50]
Load Line Calibration Enabled
CPU Spread Spectrum Disabled
PCIE Spread Spectrum Disabled
CPU Clock Skew [AUTO]
NB Clock Skew [AUTO]
CPU Margin Enhancement [Optimized]
Мои настройки на Е6500@4.0Ghz
CPU Ratio Setting [7.5]
PCIE Frequency [100]
FSB Strap to NB: 333 (могу и 400)
DRAM Frequency [DDR2-1070MHz] (в биосе и 1072 в винде) или [DDR2-1068MHz] при 400 страпе
DRAM CLK Skew on Channel A1[Advance 250ps]
DRAM CLK Skew on Channel A2[Advance 250ps]
DRAM CLK Skew on Channel B1[Advance 250ps]
DRAM CLK Skew on Channel B2[Advance 250ps]
DRAM Timing Control [Manual]
CAS# Latency [5 DRAM Clocks]
DRAM RAS# to CAS# Delay [5 DRAM Clocks]
DRAM RAS# Prechrge [5 DRAM Clocks]
DRAM RAS# Active to Precha [18 DRAM Clocks]
RAS# to RAS# [4 DRAM Clocks]
Row Refresh Cycle Time [60 DRAM Clocks]
DRAM Static read Control [Enabled]
DRAM read Training [Enabled]
MEM. OC Charger [Enabled]
Ai clock twister [Light]
Ai Transaction Booster [Manual]
Common Performance Level [12]
CPU GTL Voltage Reference (0/2) [0,635]
CPU GTL Voltage Reference (1/3) [0,675]
CPU PLL Voltage [1,54]
FSB Termination Voltage [1,24]
NB GTL Reference [0.575]
PCIE SATA Voltage [1,50]
Load Line Calibration Enabled
CPU Spread Spectrum Disabled
PCIE Spread Spectrum Disabled
CPU Clock Skew [AUTO]
NB Clock Skew [AUTO]
CPU Margin Enhancement [Optimized]
Мои настройки на Е8200@4.0Ghz
CPU Ratio Setting [8]
FSB Strap to NB: 333
PCIE Frequency [100]
DRAM Frequency [DDR2-1002MHz]
DRAM CLK Skew on Channel A1[Advance 250ps]
DRAM CLK Skew on Channel A2[Advance 250ps]
DRAM CLK Skew on Channel B1[Advance 250ps]
DRAM CLK Skew on Channel B2[Advance 250ps]
DRAM Timing Control [Manual]
CAS# Latency [5 DRAM Clocks]
DRAM RAS# to CAS# Delay [5 DRAM Clocks]
DRAM RAS# Prechrge [5 DRAM Clocks]
DRAM RAS# Active to Precha [15 DRAM Clocks]
RAS# to RAS# [4 DRAM Clocks]
Row Refresh Cycle Time [60 DRAM Clocks]
Остальные 2 раздела в авто
DRAM Static read Control [Enabled]
DRAM read Training [Enabled]
MEM. OC Charger [Enabled]
Ai clock twister [Light]
Ai Transaction Booster [Manual]
Common Performance Level [11]
CPU GTL Voltage Reference (0/2) [0,635]
CPU GTL Voltage Reference (1/3) [0,675]
CPU PLL Voltage [1,52]
FSB Termination Voltage [1,22]
NB GTL Reference [AUTO]
PCIE SATA Voltage [1,50]
Load Line Calibration Enabled
CPU Spread Spectrum Disabled
PCIE Spread Spectrum Disabled
CPU Clock Skew [AUTO]
NB Clock Skew [AUTO]
CPU Margin Enhancement [Optimized]
Настройки биоса для P5Q-E ревизии А2 + Xeon X3370
(Спасибо ovix за настройки )
Intel Xeon X3370 467*9 = 4200Мгц
AI Overclock tuner: Manual
CPU Ratio Setting: 9
FSB Strap to North Bridge: 400
PCI-E Frequency: 101
DRAM Frequency: 934
DRAM CLK Skew on Channel A1: Auto
DRAM CLK Skew on Channel A2: Auto
DRAM CLK Skew on Channel B1: Auto
DRAM CLK Skew on Channel B2: Auto
DRAM Timing Control: Manual
DRAM RAS# to CAS# Delay: 5
DRAM RAS# Precharge: 5
DRAM RAS# Activate to Precharge: 15
RAS# to RAS# Delay : Auto
Row Refresh Cycle Time: 55
DRAM Static Read Control: Disabled
DRAM Read Training: Disabled
MEM. OC Charger: Enabled
AI Clock Twister: Light
AI Transaction Booster: Manual
Common Performance Level: 10
CPU Voltage: 1.42500
CPU GTL Voltage Reference : 0.650/0.690
CPU PLL Voltage: 1.60
FSB Termination Voltage: 1,40
PCIE SATA Voltage: 1.60
Load Line Calibration: Enabled
CPU Spread Spectrum: Disabled
PCIE Spread Spectrum: Disabled
CPU Clock Skew : Auto
NB Clock Skew : Auto
Cpu Margin Enhancement : Optimized
CPU Ratio Setting: 9
C1E Support Disabled
Max CPUID Value Limit Disabled
Intel (R) Virtualization Tech Disabled
CPU TM Function Enabled
Execute Disable Bit Enabled