תיאור
GV-N1050WF2OC-2GD
//左側產品圖片滑動
var RwdWidth = 960;
$(function () {
//一進畫面無Driver
var showDropdownNoDriver = function () {
var bios = $('.system-selector-div-BIOS');
var utility = $('.system-selector-div-Utility');
var audioLog = $('.system-selector-div-AudioLog');
var driverCount = $('#driver-count').val();
var utilityCount = $('#utility-count').val();
var biosCount = $('#bios-count').val();
var audioLogCount = $('#AudioLog-count').val();
var getHash = location.hash;
if (typeof (driverCount) === "undefined") {
bios.show();
setTimeout(function () {
$('#bios-count').trigger('click');
},
200);
if (bios.attr('class') === "undefined") {
setShowWithOs("BIOS");
}
}
if (typeof (driverCount) === "undefined" && typeof (biosCount) === "undefined" && getHash.indexOf("dl") > -1) {
utility.css("display", "block");
setTimeout(function () {
$('#utility-count').trigger('click');
},
200);
}
if (typeof (biosCount) !== "undefined" && typeof (utilityCount) !== "undefined") {
utility.hide();
bios.hide();
audioLog.hide();
}
}
setflexslider($("#gallery-list-ul"));
setflexslider($("#award-list-ul"));
setFlexViewportMargin();
showDropdownNoDriver();
//flexslider action
$('.prev').hover(function () {
$(this).find('img').attr('src', "/Images/Model/pre888.png");
}, function () {
$(this).find('img').attr('src', "/Images/Model/pre888.png");
}).on('click', function () {
//$(this).parent().parent().flexslider('prev');
var taht = $(this).parent().parent().children(".flex-viewport");
var li = taht.children("ul").children("li");
var singleWid = li.eq(1).offset().left – li.eq(0).offset().left;
var totalWid = taht.width();
var item = Math.round(totalWid / (singleWid));
if (item > 4) {
item = 5;
}
var margin = taht.children("ul").css("margin-left").replace("px", "") / 1;
if (margin == 0) {
margin = li.eq(0).offset().left – li.eq(li.length – item).offset().left;
} else {
margin = margin + singleWid;
if (margin + singleWid > 0) {
margin = 0;
}
}
taht.children("ul").animate({
"margin-left": margin + "px"
});
//return false;
});
$('.next').hover(function () {
$(this).find('img').attr('src', "/Images/Model/next888.png");
}, function () {
$(this).find('img').attr('src', "/Images/Model/next888.png");
}).on('click', function () {
//$(this).parent().parent().flexslider('next');
var taht = $(this).parent().parent().children(".flex-viewport");
var li = taht.children("ul").children("li");
var singleWid = li.eq(1).offset().left – li.eq(0).offset().left;
var width = li.width();
var totalWid = taht.width();
var item = Math.round(totalWid / (singleWid));
if (item > 4) {
item = 5;
}
var margin = taht.children("ul").css("margin-left").replace("px", "") / 1;
if (Math.round(margin) == Math.round(li.eq(0).offset().left – li.eq(li.length – item).offset().left)) {
margin = 0;
} else {
margin = margin – singleWid;
if (-(margin – singleWid) > -(li.eq(0).offset().left – li.eq(li.length – item).offset().left)) {
margin = li.eq(0).offset().left – li.eq(li.length – item).offset().left;
}
}
taht.children("ul").animate({
"margin-left": margin + "px"
});
//return false;
});
function setflexslider(obj) {
if (obj.find("li").length >= 5) {
var getRtl = $("#isRtl").val();
obj.parent().flexslider(
{
animation: "slide",
directionNav: false,
controlNav: false,
slideshow: false,
animationLoop: true,
itemWidth: 70,
itemMargin: 25,
rtl: (getRtl === "True") ? true : false
}
);
} else if (obj.children("li").length > 0) {
obj.parent().children('.div_b2_btn').addClass('hide');
//$('#photolist, #awardlist').css('width', ").css('padding-left', '0px').css('padding-right', '0px');
} else if ($('#gallery-list-ul li').length < 0) {
obj.parent().hide();
}
};
});
//BlockUI For Multimedia Wallpaper Download
$(function () {
//Block UI 按鈕 for Wallpaper Download
$("div[id='WDButton']").click(function () {
var choictItem = $(this).attr('name');
var width = "30%";
var left = "35%";
var top = '40%';
if ($(window).width() <= RwdWidth) {
width = "90%";
left = "5%";
top = "15%";
}
$.blockUI({
message: $('#' + choictItem),
css: {
top: top,
left: left,
width: width,
cursor: 'auto'
}
});
// update the block message
//$.blockUI({ message: "
Remote call in progress…
" });
});
//Open按鈕 for Wallpaper Download 選取畫素
$(":button[id='WDOpen']").click(function () {
var choictOpenItem = $(this).attr('name');
var sel = $('.' + choictOpenItem).val();
if (sel != "") {
window.open(sel, "", "toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1");
}
});
});
//getScrollBar For Ajax 讀檔後
var getScrollBar = function () {
var isScrollTo = $('#isScrollTo').val();
if (isScrollTo === "2") {
//$('#scrollBar').css("display", "block");
var ovItemCount = $("li[class='ov-item cancelPadding']").size();
var ovItemButtomCount = $("li[name='ov-item-Button']").size();
//避免連點重覆產生
if (ovItemButtomCount < ovItemCount) {
for (var i = 0; i < ovItemCount; i++) {
var shortTitle = $("div[name='ov-item-short-title-" + i + "']").text();
$("
", {
"id": "ov-item-Button-" + i,
"name": "ov-item-Button",
"class": "ov-item-Button",
"checkScroll": "ov-item-" + i,
"shortTitle": shortTitle
//"text": "Scroll"
}).appendTo("#scrollTo");
}
$("li[class='ov-item-Button']").click(function () {
var scrollButton = $(this).attr('checkScroll');
$('html,body').animate({ scrollTop: $("li[name='" + scrollButton + "']").offset().top }, 800);
});
$("li[name='ov-item-Button']").each(function () {
var getTitle = $(this).attr('shorttitle');
$("
", {
"class": "ov-item-shortTitle"
}).appendTo($(this));
$("", {
"class": "ov-item-shortTitle-span"
}).appendTo($(this).find(".ov-item-shortTitle"));
$(this).find(".ov-item-shortTitle-span").text(getTitle);
$("
", {
"class": "ov-item-Box"
}).appendTo($(this));
});
$("li[name='ov-item-Button']").hover(function () {
$(this).find(".ov-item-shortTitle").fadeIn();
});
$("li[name='ov-item-Button']").mouseout(function () {
$(this).find(".ov-item-shortTitle").fadeOut();
});
}
}
}
//淡入淡出
var fixedHeaderForScroll = function () {
$(window).scroll(function () {
var getcontentType = $('#contentType').val();
//alert(getcontentType);
var s = $(window).scrollTop();
var modelHeader = $('#model-header');
var intHeight = modelHeader.next().offset().top – modelHeader.offset().top;
if (s > 0 && s >= modelHeader.offset().top) {
if ($("#header-bar").width() > 960 && !modelHeader.hasClass('model-header-fixed')) {
modelHeader.next().css("margin-top", "120px");
setFooterPosition(120);
}
modelHeader.addClass('model-header-fixed');
setTimeout(function () {
modelHeader.addClass('model-header-fixed-show');
//console.log(getcontentType);
if (getcontentType === "ov") {
getScrollBar();
$('#scrollBar').fadeIn();
}
}, 1);
} else {
modelHeader.next().css("margin-top", "");
$('#scrollBar').fadeOut();
}
});
};
fixedHeaderForScroll();
//修正OV 圖片 網址
//$(function () {
// //var imgCount = $('img').size();
// //console.log(imgCount);
// $('img').each(function (index) {
// var imgURL = $(this).attr('src');
// if (imgURL.indexOf('WebPage') > -1) {
// var imgRealURL = "/FileUpload/Global/" + imgURL;
// $(this).attr("src", imgRealURL);
// }
// });
// $('div').each(function (index) {
// var divBackGroundURL = $(this).css('background');
// //var thisDIV = divBackGroundURL;
// //console.log(thisDIV);
// if (divBackGroundURL.indexOf('WebPage') > -1) {
// var divBackGroundRealURL = divBackGroundURL.replace('WebPage', '/FileUpload/Global/WebPage');
// console.log(divBackGroundRealURL);
// $(this).css('background', divBackGroundRealURL);
// }
// });
//});
Graphics
Processing
GeForce®
GTX 1050
Core
Clock
Boost:
1531 MHz/ Base: 1417 MHz in OC Mode
Boost: 1506 MHz/ Base: 1392 MHz in Gaming
CUDA®
Cores
640
Memory
Clock
7008
MHz
Memory
Size
2
GB
Memory
Type
GDDR5
Memory
Bus
128
bit
Card
Bus
PCI-E
3.0 x 16
Output
Dual-link
DVI-D *1
HDMI-2.0b*3 (Max Resolution: 4096×2160 @60 Hz)
Display Port-1.4 *1 (Max Resolution: 7680×4320 @60 Hz)
Digital
max resolution
7680×4320
Multi-view
4
Card
size
H=40
L=229 W=118 mm
PCB
Form
ATX
DirectX
12
OpenGL
4.5
Recommended
PSU
300W
Power
Connectors
6
pin*1
* The entire materials provided herein are for
reference only. GIGABYTE reserves the right to modify or revise the content at
anytime without prior notice.
* Advertised performance is based on maximum theoretical interface values from
respective Chipset vendors or organization who defined the interface
specification. Actual performance may vary by system configuration.
* All trademarks and logos are the properties of their respective holders.
* Due to standard PC architecture, a certain amount of memory is reserved for
system usage and therefore the actual memory size is less than the stated
amount.



