CPU、晶片組與顯示功能
支援 LGA1156 Intel® Lynnfield/Clarkdale 處理器

這款主機板支援採用 LGA1156 封裝的最新 Intel Lynnfield 及 Clarkdale 處理器,內建記憶體及 PCI Express 控制器,可支援雙通道(4 個 DIMM)DDR3 記憶體及 16 條 PCI Express 2.0 通道,提供更高的顯示效能。另外,Intel® Clarkdale 整合繪圖處理單元 (GPU) 處理器搭配 Intel® H55 晶片組可提供 VGA 輸出功能,將為您帶來次世代 VGA 效能的全新體驗。它亦提供獨立的 3D、2D 及視訊引擎,以透過硬體執行不同的繪圖控制功能。
Intel H55
Intel® H55 Express 是最新款的單一晶片組,其設計可支援最新的 1156 插槽 Intel® Core™ i7/ Core™ i5/Core™ i3/ Pentium® 處理器。Intel® H55 晶片組利用序列點對點連結以提升效能,可獲得更高的頻寬與穩定性。使用 Intel® Core™ i5 6 系列、Core™ i3 5 系列及 Pentium® CPU 搭配 H55 Express 晶片組,可享受最新的 Intel 整合繪圖效能!
HDMI™ 介面
HDMI (High-Definition Multimedia Interface,高畫質多媒體介面) 是第一個也是唯一業界支援可透過單一纜線傳送未壓縮全數位影音之介面,並且相容於 HDCP 規格,可播放 HD DVD、Blu-ray 光碟及其他受到著作權保護的內容。
DVI 纜線
DVI (Digital Visual Interface) 可提供高畫質影像,通常使用於數位顯示裝置,例如液晶螢幕。
華碩創新功能
Anti-Surge 防突波
全時電源防護 - 使系統免於風險!
此特殊的設計可避免昂貴的設備與主機板,因切換電源供應器時的電力突波而造成損壞。
Q-Fan2
華碩 Q-Fan 2 技術可根據系統負載,同時調整 CPU 與機殼的風扇速度,以確保安靜、散熱及高效率的運作。
EZ Flash 2
在進入 OS 之前以 USB 隨身碟輕鬆更新 BIOS
EZ Flash 2 是一套簡單易用的 BIOS 更新公用程式。只要在進入作業系統之前啟動此工具,即可使用 USB 隨身碟輕鬆更新 BIOS。無須另外準備磁碟片或使用作業系統的更新程式,您只需按幾下按鍵即可更新 BIOS。
CrashFree BIOS 3
華碩 CrashFree BIOS 3 可讓使用者利用內含 BIOS 檔案的 USB 隨身碟,輕鬆還原已受損的 BIOS 資料。此公用程式可為使用者節省購買替換用 BIOS 晶片的成本與繁雜手續。
業界標準
Gigabit 區域網路
主機板內建高度整合的 GbLAN 區域網路控制器。它具有 ACPI 管理功能,可為先進的作業系統提供高效率的電源管理。
高傳真音效
在您的電腦上享受高階音效系統!
內建 8 聲道 HD 音效解碼器 (High Definition Audio, 原開發代碼為 Azalia)、音效解碼晶片支援高達 192KHz/24-bit 音效輸出、及自動偵測周邊連接裝置。
RoHS
GreenASUS
本主機板與包裝材料皆符合歐盟的有害物質限用指令(Restriction on the use of Hazardous Substances, RoHS)。這與華碩致力於環保的遠景一致,藉由生產環保且可再生之產品與包裝材料,保護消費者的健康,並降低對環境的衝擊。
其他特色
MyLogo2
以自訂的開機畫面個人化您的電腦
您可以將喜愛的照片轉換為 256 色的開機畫面,讓您的開機畫面更加生動活潑。
XML_Reader("websites/" + getWebsite() + "/products/" + strID + "/overview.xml", "overview");
function overview(xml) {
$("#overview").append($("content", xml).text()).ready(function(){
overview_tool();
});
}
XML_Reader("websites/" + getWebsite() + "/products/" + strID + "/accessory.xml", "Accessory");
function Accessory(xml) {
$("#liaccessories").removeClass("hide");
$("Accessory:even", xml).each(function(e) {
fillinDocument($("#accessories div.columns_ab div:first"), this,e);
});
$("Accessory:odd", xml).each(function(e) {
fillinDocument($("#accessories div.columns_ab div:last"), this,e);
});
}
function fillinDocument(objDom,objContent,idx){
$(objDom).append("<ul class='acc_cell'><li class='acc_photo'></li><li class='acc_model'></li><li class='acc_name'></li><li class='acc_script'></li><li class='acc_button'></li></ul>");
$("ul:eq(" + idx + ") li.acc_photo", objDom).append("<img name='acc1' src='" + $("file_path", objContent).text() + "' alt='' />");
$("ul:eq(" + idx + ") li.acc_model", objDom).html("");
$("ul:eq(" + idx + ") li.acc_name", objDom).html($("AccessoryName", objContent).text());
$("ul:eq(" + idx + ") li.acc_script", objDom).html($("AccessoryContent", objContent).text());
//$("ul:eq(" + idx + ") li.acc_button", objDom).append("<a class='comparebutton'><span></span><b>more</b></a> <a class='comparebutton'><span></span><b>buy</b></a>");
}
var productFeatureWebsitePath;
var isFeatureUseGlobalPath = false;
var xmlProductFeature;
var strProductGroupFeature;
$(document).ready(function() {
if (fileIsExisted("websites/" + getWebsite() + "/products/" + strID + "/ProductFeature.xml")) {
$("#lifeatures").removeClass("hide");
productFeatureWebsitePath = getWebsite();
}
else if (fileIsExisted("websites/global/products/" + strID + "/ProductFeature.xml")) {
$("#lifeatures").removeClass("hide");
productFeatureWebsitePath = "global";
isFeatureUseGlobalPath = true;
}
});
$("#lifeatures a").click(function(e) {
content_item_click('features');
if ($("#features").html() == "") XML_Reader("websites/" + productFeatureWebsitePath + "/products/" + strID + "/ProductFeature.xml", "ProductFeature");
return false;
});
function ProductFeature(xml) {
xmlProductFeature = xml;
XML_Reader("websites/" + getWebsite() + "/feature/FeatureGroup_" + ProductGroupHashedId + ".xml", "FeatureList");
}
function FeatureList(xml) {
var strImageId;
var FeatureIdTag = "FeatureGlobalId";
if(!isFeatureUseGlobalPath){FeatureIdTag="FeatureId"}
$("Feature", xmlProductFeature).each(function(idxProductFeature) {
$("Feature", xml).each(function(idxProductGroupFeature) {
if ($("FeatureGlobalId", this).text() == "0") { strImageId = $("FeatureId", this).text() } else { strImageId = $("FeatureGlobalId", this).text() }
if ($("Feature:eq(" + idxProductFeature + ") FeatureID", xmlProductFeature).text() == $(FeatureIdTag, this).text()) {
$("#features").append("<div class='feature_div clearfix'><div class='feature_img_area'><img /></div><div class='feature_intro_area'><h2></h2><p class='feature_descript'></p></div></div>");
$("#features div.feature_div:last div.feature_img_area img").attr("src", $("FeatureImagePath", this).text() + strImageId + "_H.jpg");
$("#features div.feature_div:last div.feature_img_area img").attr("alt", $("FeatureName", this).text());
$("#features div.feature_div:last div.feature_intro_area h2").html($("FeatureName", this).text());
$("#features div.feature_div:last p.feature_descript").html($("FeatureDescription", this).text());
if ($("FeatureHasContent", this).text() == "1") {
$("#features").append("<div id='PF" + $("FeatureId", this).text() + "' class='feature_more_content clearfix'></div>");
XML_Reader("websites/" + getWebsite() + "/feature/FeatureContent_" + $("FeatureId", this).text() + ".xml", "ProductFeatureContent_" + $("FeatureId", this).text());
}
if ($("Feature:eq(" + idxProductFeature + ") > ProductFeatureContent", xmlProductFeature).text() != "") {
$("#features").append("<div class='feature_more_content clearfix'>" + $("Feature:eq(" + idxProductFeature + ") > ProductFeatureContent", xmlProductFeature).text() + "</div>");
}
}
});
});
}
function ProductFeatureContent(xml, ID) {
$("#PF" + ID).html($("FeatureContent", xml).text());
}
產品規格
中央處理器 |
Intel® Socket 1156 Core™ i5 處理器/Core™ i3 處理器/Core™ i7 處理器/ Pentium® Processors Support Intel Next Generation 32nm Multi-Core CPU
|
晶片組 |
Intel® H55 |
記憶體 |
2 x DIMM, 8 GB, DDR3 1333/1066 Non-ECC,Un-buffered Memory 雙通道 記憶體架構 * When installing total memory of 4GB capacity or more, Windows® 32-bit operation system may only recognize less than 3GB. Hence, a total installed memory of less than 3GB is recommended.
|
擴充插槽 |
1 x PCIe 2.0 x16 1 x PCIe 2.0 x4 2 x PCI
|
顯示功能 |
Multi-VGA Output Support: HDMI, DVI-D and RGB Ports Supports Microsoft® DirectX 10 D-SUB with Max. Resolution : 2048 X 1536 @75Hz DVI with Max. Resolution : 1920 X 1200 @60Hz HDMI with Max. Resolution : 1920 X 1200 @60Hz |
儲存功能 |
內建 Intel® H55 Express 晶片組 1 xUltraDMA 100/66 6 xSATA 3.0 Gb/s ports 1 x Floppy Connector
|
網路功能 |
Realtek 8112L Gigabit LAN PCIe Controller |
音效功能 |
VIA VT1708S 8聲道 High Definition Audio Codec - Support Multi-Streaming |
USB |
12 USB 2.0 ports (6 Ports at Mid-Board, 6 Ports at Back Panel)
|
華碩 AI Lifestyle 特色 |
ASUS CrashFree BIOS 3 Anti-Surge ASUS EZ Flash 2 ASUS Q-Fan2 ASUS AI NET 2 ASUS MyLogo 2
|
背板 I/O 埠 |
1 x DVI 1 x D-Sub 1 組 PS/2 鍵盤 1 x HDMI 1 組 PS/2 滑鼠 1 組 RJ45 網路孔 6 組 USB 2.0/1.1 1 組 COM 連結埠 3 x Audio Jacks |
內建I/O連接孔 |
3 x USB Connectors Support Additional 6 USB Ports 6 x SATA Connectors 1 x 24-Pin ATX Power Connector 1 x 4-Pin ATX 12V Power Connector 1 x CPU Fan Connector 1 x Chassis Fan Connector 1 x Front Panel Audio Connector 1 x System Panel Connector 1 x S/PDIF Out Header 1 x COM Connector 1 x Chassis Intrusion Connector (Optional) 1 x IDE Connector 1 x TPM Header (Optional) 1 x LPT Header
|
BIOS |
64 Mb Flash ROM , AMI BIOS, PnP, DMI v2.0, WfM2.0, SMBIOS v2.5, ACPI v2.0a
|
管理能力 |
WOL, PXE, PME Wake Up, WOR by Ring |
相關配件 |
使用者手冊 1 x IDE cables 1 組 I/O 擋板 2 組 SATA 連結線 1 x Support DVD |
支援光碟 |
驅動程式 華碩 PC Probe II 防毒軟體 (OEM 版本) 華碩更新工具
|
體積 |
uATX 規格 9.6 inch x 8.6 inch 24.4 cm x 22.9 cm )
|
var intControlsSpecificationSysWordingCheckId;
var intSpecMDAWirdingCheckId;
var sourcePath = "";
if (fileIsExisted("websites/" + getWebsite() + "/products/" + strID + "/specification.xml")) {
XML_Reader("websites/" + getWebsite() + "/products/" + strID + "/specification.xml", "specification");
}
else {
intControlsSpecificationSysWordingCheckId = setInterval("controlsSpecificationSysWordingCheckNoSpec()", intSysWordingCheckSpeed);
}
function appendSpecTable(extClass) {
var strSpecTable = "<h3 class='tab_name " + extClass + "'></h3><table class='spectable' cellpadding='0' cellspacing='0'><colgroup class='item_col'><col /></colgroup><colgroup class='content_col'><col /></colgroup></table>"
//$("#specifications").append(strSpecTable);
$("#NBSpecNotic").before(strSpecTable);
}
function specification(xml) {
if ($("content", xml).text() == "" && sourcePath == "") {
intControlsSpecificationSysWordingCheckId = setInterval("controlsSpecificationSysWordingCheckNoSpec()", intSysWordingCheckSpeed);
return false;
}
if ($("spec_item:first", xml).parent("spec_item_group").text() == "") {
appendSpecTable("specTitle");
var targetSpecItem = $("spec_item:first", xml);
while ($(targetSpecItem).text() != "") {
$("table.spectable:last").append("<tr></tr>");
$("<td></td>").html($("name", targetSpecItem).text()).appendTo("table.spectable:last tr:last");
$("<td></td>").html($("spec", targetSpecItem).text()).appendTo("table.spectable:last tr:last");
targetSpecItem = $(targetSpecItem).next("spec_item");
}
}
$("spec_item_group", xml).each(function(e) {
appendSpecTable("specGroup");
$("h3.specGroup:last").html($("spec_item_group_name", this).text());
$("spec_item", this).each(function(e) {
$("table.spectable:last").append("<tr></tr>");
$("<td></td>").html($("name", this).text()).appendTo("table.spectable:last tr:last");
$("<td></td>").html($("spec", this).text()).appendTo("table.spectable:last tr:last");
});
});
// var specItemGroup = "";
// var specItemGroupTmp = "";
//
// $("spec_item", xml).each(function(e) {
// specItemGroupTmp = $("spec_item_group_name", $(this).parent("spec_item_group")).text();
// if (specItemGroupTmp != specItemGroup) {
// specItemGroup = specItemGroupTmp;
// appendSpecTable();
// $("h3.tab_name").html(specItemGroup);
// }
// $("table.spectable:last").append("<tr></tr>");
// $("<td></td>").html($("name", this).text()).appendTo("table.spectable:last tr:last");
// $("<td></td>").html($("spec", this).text()).appendTo("table.spectable:last tr:last");
// });
intControlsSpecificationSysWordingCheckId = setInterval("controlsSpecificationSysWordingCheck()", intSysWordingCheckSpeed);
intSpecMDAWirdingCheckId = setInterval("specMDAWirdingCheck()", intSysWordingCheckSpeed);
XML_Reader("websites/" + getWebsite() + "/XML/keyword.xml", "Keyword");
}
function controlsSpecificationSysWordingCheckNoSpec() {
if (sysWordingRead) {
sourcePath = ($("SpecificationSourcePath", sysWording).text() == "") ? "global" : $("SpecificationSourcePath", sysWording).text();
clearTimeout(intControlsSpecificationSysWordingCheckId);
XML_Reader("websites/" + sourcePath + "/products/" + strID + "/specification.xml", "specification");
}
}
function controlsSpecificationSysWordingCheck() {
if (sysWordingRead) {
$("#specifications h3.specTitle:first").html($("SpecificationsTagTitle", sysWording).text());
// if (MDAId != "" && MDAId != undefined) {
// $("#specifications").append($("NBSpecNotic", sysWording).text());
// }
$("#NBSpecNotic").html($("NBSpecNotic", sysWording).text());
clearTimeout(intControlsSpecificationSysWordingCheckId);
}
}
function specMDAWirdingCheck() {
if (typeof(GenuineWording) != "undefined") {
showtipsSpec("Genuine", GenuineWording, GenuineContent);
clearTimeout(intSpecMDAWirdingCheckId);
}
}
function Keyword(xml) {
$("content keyword", xml).each(function(e) {
showtipsSpec("keyword" + e, $("name", this).text(), $("details", this).text());
});
}
CPU、晶片組與顯示功能
支援 LGA1156 Intel® Lynnfield/Clarkdale 處理器

這款主機板支援採用 LGA1156 封裝的最新 Intel Lynnfield 及 Clarkdale 處理器,內建記憶體及 PCI Express 控制器,可支援雙通道(4 個 DIMM)DDR3 記憶體及 16 條 PCI Express 2.0 通道,提供更高的顯示效能。另外,Intel® Clarkdale 整合繪圖處理單元 (GPU) 處理器搭配 Intel® H55 晶片組可提供 VGA 輸出功能,將為您帶來次世代 VGA 效能的全新體驗。它亦提供獨立的 3D、2D 及視訊引擎,以透過硬體執行不同的繪圖控制功能。
Intel H55
Intel® H55 Express 是最新款的單一晶片組,其設計可支援最新的 1156 插槽 Intel® Core™ i7/ Core™ i5/Core™ i3/ Pentium® 處理器。Intel® H55 晶片組利用序列點對點連結以提升效能,可獲得更高的頻寬與穩定性。使用 Intel® Core™ i5 6 系列、Core™ i3 5 系列及 Pentium® CPU 搭配 H55 Express 晶片組,可享受最新的 Intel 整合繪圖效能!
HDMI™ 介面
HDMI (High-Definition Multimedia Interface,高畫質多媒體介面) 是第一個也是唯一業界支援可透過單一纜線傳送未壓縮全數位影音之介面,並且相容於 HDCP 規格,可播放 HD DVD、Blu-ray 光碟及其他受到著作權保護的內容。
DVI 纜線
DVI (Digital Visual Interface) 可提供高畫質影像,通常使用於數位顯示裝置,例如液晶螢幕。
華碩創新功能
Anti-Surge 防突波
全時電源防護 - 使系統免於風險!
此特殊的設計可避免昂貴的設備與主機板,因切換電源供應器時的電力突波而造成損壞。
Q-Fan2
華碩 Q-Fan 2 技術可根據系統負載,同時調整 CPU 與機殼的風扇速度,以確保安靜、散熱及高效率的運作。
EZ Flash 2
在進入 OS 之前以 USB 隨身碟輕鬆更新 BIOS
EZ Flash 2 是一套簡單易用的 BIOS 更新公用程式。只要在進入作業系統之前啟動此工具,即可使用 USB 隨身碟輕鬆更新 BIOS。無須另外準備磁碟片或使用作業系統的更新程式,您只需按幾下按鍵即可更新 BIOS。
CrashFree BIOS 3
華碩 CrashFree BIOS 3 可讓使用者利用內含 BIOS 檔案的 USB 隨身碟,輕鬆還原已受損的 BIOS 資料。此公用程式可為使用者節省購買替換用 BIOS 晶片的成本與繁雜手續。
業界標準
Gigabit 區域網路
主機板內建高度整合的 GbLAN 區域網路控制器。它具有 ACPI 管理功能,可為先進的作業系統提供高效率的電源管理。
高傳真音效
在您的電腦上享受高階音效系統!
內建 8 聲道 HD 音效解碼器 (High Definition Audio, 原開發代碼為 Azalia)、音效解碼晶片支援高達 192KHz/24-bit 音效輸出、及自動偵測周邊連接裝置。
RoHS
GreenASUS
本主機板與包裝材料皆符合歐盟的有害物質限用指令(Restriction on the use of Hazardous Substances, RoHS)。這與華碩致力於環保的遠景一致,藉由生產環保且可再生之產品與包裝材料,保護消費者的健康,並降低對環境的衝擊。
其他特色
MyLogo2
以自訂的開機畫面個人化您的電腦
您可以將喜愛的照片轉換為 256 色的開機畫面,讓您的開機畫面更加生動活潑。
XML_Reader("websites/" + getWebsite() + "/products/" + strID + "/overview.xml", "overview");
function overview(xml) {
$("#overview").append($("content", xml).text()).ready(function(){
overview_tool();
});
}
XML_Reader("websites/" + getWebsite() + "/products/" + strID + "/accessory.xml", "Accessory");
function Accessory(xml) {
$("#liaccessories").removeClass("hide");
$("Accessory:even", xml).each(function(e) {
fillinDocument($("#accessories div.columns_ab div:first"), this,e);
});
$("Accessory:odd", xml).each(function(e) {
fillinDocument($("#accessories div.columns_ab div:last"), this,e);
});
}
function fillinDocument(objDom,objContent,idx){
$(objDom).append("<ul class='acc_cell'><li class='acc_photo'></li><li class='acc_model'></li><li class='acc_name'></li><li class='acc_script'></li><li class='acc_button'></li></ul>");
$("ul:eq(" + idx + ") li.acc_photo", objDom).append("<img name='acc1' src='" + $("file_path", objContent).text() + "' alt='' />");
$("ul:eq(" + idx + ") li.acc_model", objDom).html("");
$("ul:eq(" + idx + ") li.acc_name", objDom).html($("AccessoryName", objContent).text());
$("ul:eq(" + idx + ") li.acc_script", objDom).html($("AccessoryContent", objContent).text());
//$("ul:eq(" + idx + ") li.acc_button", objDom).append("<a class='comparebutton'><span></span><b>more</b></a> <a class='comparebutton'><span></span><b>buy</b></a>");
}
var productFeatureWebsitePath;
var isFeatureUseGlobalPath = false;
var xmlProductFeature;
var strProductGroupFeature;
$(document).ready(function() {
if (fileIsExisted("websites/" + getWebsite() + "/products/" + strID + "/ProductFeature.xml")) {
$("#lifeatures").removeClass("hide");
productFeatureWebsitePath = getWebsite();
}
else if (fileIsExisted("websites/global/products/" + strID + "/ProductFeature.xml")) {
$("#lifeatures").removeClass("hide");
productFeatureWebsitePath = "global";
isFeatureUseGlobalPath = true;
}
});
$("#lifeatures a").click(function(e) {
content_item_click('features');
if ($("#features").html() == "") XML_Reader("websites/" + productFeatureWebsitePath + "/products/" + strID + "/ProductFeature.xml", "ProductFeature");
return false;
});
function ProductFeature(xml) {
xmlProductFeature = xml;
XML_Reader("websites/" + getWebsite() + "/feature/FeatureGroup_" + ProductGroupHashedId + ".xml", "FeatureList");
}
function FeatureList(xml) {
var strImageId;
var FeatureIdTag = "FeatureGlobalId";
if(!isFeatureUseGlobalPath){FeatureIdTag="FeatureId"}
$("Feature", xmlProductFeature).each(function(idxProductFeature) {
$("Feature", xml).each(function(idxProductGroupFeature) {
if ($("FeatureGlobalId", this).text() == "0") { strImageId = $("FeatureId", this).text() } else { strImageId = $("FeatureGlobalId", this).text() }
if ($("Feature:eq(" + idxProductFeature + ") FeatureID", xmlProductFeature).text() == $(FeatureIdTag, this).text()) {
$("#features").append("<div class='feature_div clearfix'><div class='feature_img_area'><img /></div><div class='feature_intro_area'><h2></h2><p class='feature_descript'></p></div></div>");
$("#features div.feature_div:last div.feature_img_area img").attr("src", $("FeatureImagePath", this).text() + strImageId + "_H.jpg");
$("#features div.feature_div:last div.feature_img_area img").attr("alt", $("FeatureName", this).text());
$("#features div.feature_div:last div.feature_intro_area h2").html($("FeatureName", this).text());
$("#features div.feature_div:last p.feature_descript").html($("FeatureDescription", this).text());
if ($("FeatureHasContent", this).text() == "1") {
$("#features").append("<div id='PF" + $("FeatureId", this).text() + "' class='feature_more_content clearfix'></div>");
XML_Reader("websites/" + getWebsite() + "/feature/FeatureContent_" + $("FeatureId", this).text() + ".xml", "ProductFeatureContent_" + $("FeatureId", this).text());
}
if ($("Feature:eq(" + idxProductFeature + ") > ProductFeatureContent", xmlProductFeature).text() != "") {
$("#features").append("<div class='feature_more_content clearfix'>" + $("Feature:eq(" + idxProductFeature + ") > ProductFeatureContent", xmlProductFeature).text() + "</div>");
}
}
});
});
}
function ProductFeatureContent(xml, ID) {
$("#PF" + ID).html($("FeatureContent", xml).text());
}
※以上規格資料若有任何錯誤,以原廠所公佈資料為準。