html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smooth: always;
}
body {
font-family: ‘Roboto’, sans-serif;
color: #000;
font-size: 16px;
line-height: 1.4;
margin: 0;
background-color: #f3f3f3;
}
*,
:after,
:before {
box-sizing: border-box;
}
:focus {
outline: none !important;
}
img {
vertical-align: middle;
max-width: 100%;
}
.wrapper {
margin: 0 auto;
}
.header {
position: relative;
height: 170px;
background: url(https://ebay.magicmicro.com/static/version1687341543/frontend/Qdigital/MagicMicro/en_US/QD_Ebay/images/header_img.jpg) no-repeat;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-size: cover;
}
.logo {
position: relative;
z-index: 1;
margin-left: 68px;
}
.logo img {
width: 113px;
height: 52px;
}
.info_list {
list-style: none;
padding: 0;
margin: 0 0 0 25.5%;
color: #00cfdd;
font-family: ‘Quantico’, sans-serif;
}
.info_list > li {
padding-left: 23px;
margin-bottom: 6px;
position: relative;
}
.info_list > li:last-child {
margin-bottom: 0;
}
.info_list > li:before {
content: “”;
width: 9px;
height: 15px;
background: url(https://ebay.magicmicro.com/static/version1687341543/frontend/Qdigital/MagicMicro/en_US/QD_Ebay/images/arrow_r.svg) no-repeat;
position: absolute;
left: 3px;
margin-top: -1px;
top: 50%;
transform: translateY(-50%);
}
.contact > span {
display: block;
font-size: 38px;
color: #fff;
font-family: ‘Quantico’, sans-serif;
line-height: 1;
position: relative;
}
.contact svg {
position: absolute;
right: 100%;
top: 50%;
margin-right: 9px;
transform: translateY(-50%);
}
.container {
width: 1326px;
margin: 0 auto;
}
.tabs {
background-color: #e4e4e4;
position: relative;
height: 62px;
}
.tab > label {
font-size: 16px;
width: 116px;
border-top: 4px solid transparent;
position: absolute;
top: 0;
text-align: center;
padding: 17px 0 19px;
cursor: pointer;
}
.tab_content {
display: none;
position: relative;
top: 80px;
padding: 4px 0 100px;
}
.clearfix:after {
display: block;
content: “”;
clear: both;
}
.tab [type=radio] {
display: none;
}
.tab > [type=radio]:checked + label + .tab_content {
display: block;
}
.tab > [type=radio]:checked + label {
background-color: #f3f3f3;
border-top-color: #e80202;
}
#tab_2 + label {
margin-left: 116px;
}
#tab_3 + label {
margin-left: 232px;
}
#tab_4 + label {
margin-left: 348px;
}
#tab_5 + label {
margin-left: 464px;
}
#tab_6 + label {
margin-left: 580px;
}
#tab_7 + label {
margin-left: 696px;
}
.product_cover {
padding: 40px 34px 0 150px;
text-align: center;
}
.product_name {
font-weight: 700;
margin-bottom: 18px;
font-size: 36px;
font-family: ‘Quantico’, sans-serif;
}
.product_cover {
width: 49%;
float: left;
}
.product_description {
float: left;
width: 51%;
}
.help_text {
font-size: 14px;
font-weight: 700;
line-height: 14px;
color: #b9b9b9;
margin-top: 21px;
}
.help_text > span {
color: #e80202;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 13px;
border-spacing: 3px;
border-collapse: separate;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
padding: 2px 9px;
vertical-align: top;
font-size: 14px;
font-weight: 300;
min-width: 225px;
}
.table > tbody > tr:nth-child(odd) > td {
background-color: rgba(228, 228, 228, .4);
}
.table > tbody > tr > td:nth-child(odd) {
color: #5a5a5a;
}
.table > tbody > tr > td:nth-child(even) {
color: #000411;
}
.price {
color: #e80202;
font-size: 30px;
font-weight: 700;
font-family: ‘Quantico’, sans-serif;
margin-bottom: 7px;
}
.title {
color: #000720;
font-size: 24px;
font-weight: 700;
margin-bottom: 28px;
font-family: ‘Quantico’, sans-serif;
}
.title span,
.title svg {
display: inline-block;
vertical-align: middle;
}
.title svg {
margin-right: 4px;
}
.title_pl svg {
margin: -5px 12px 0 0;
}
.title img {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.title_pl {
margin: 33px 0 14px;
}
.components_group {
margin-top: 33px;
width: 64.7%;
}
.product_item_img {
margin-bottom: 72px;
}
.product_item_img:last-child {
margin-bottom: 0;
}
.component_item {
background-color: transparent;
padding: 34px 18px 34px 147px;
min-height: 131px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
border-top: 1px solid #dbdbdb;
}
.component_item:last-child {
border-bottom: 1px solid #dbdbdb;
}
.component_img {
position: absolute;
left: 0;
top: 0;
height: 120px;
width: 120px;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
margin: 5px;
}
.component_img img {
max-width: 100%;
max-height: 100%;
margin-top: -1px;
}
.component_category {
font-size: 17px;
color: #666;
margin-bottom: 9px;
font-family: ‘Quantico’, sans-serif;
}
.link {
color: #969696;
font-size: 13px;
font-weight: 300;
margin-left: 10px;
}
.link:hover {
text-decoration: none;
}
.link img {
margin: -2px 5px 0 0;
}
.component_text {
width: 100%;
}
.component_details {
font-size: 18px;
position: relative;
padding-right: 70px;
}
.component_name span{
font-size: 17px;
}
.component_info {
display: none;
}
.component_text_radio–main,
.component_text_radio–more {
display: none;
}
.component_text_btn–main,
.component_text_btn–more {
display: block;
}
.component_text_btn–more {
height: 26px;
line-height: 24px;
padding: 0 29px 0 10px;
border: 1px solid #dbdbdb;
border-radius: 0 0 3px 3px;
position: absolute;
top: -1px;
right: 0;
font-size: 14px;
background-color: #fff;
z-index: 1;
cursor: pointer;
}
.component_text_btn–main {
height: 24px;
width: 24px;
pointer-events: none;
font-size: 14px;
position: absolute;
right: 1px;
top: 0;
z-index: 2;
line-height: 12px;
text-align: center;
cursor: pointer;
}
.component_text_btn–main span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
width: 12px;
height: 12px;
border-radius: 50%;
}
.component_text_btn–main span:before,
.component_text_btn–main span:after {
border-color: inherit;
height: 10px;
width: 1px;
border-left: 1px solid #dbdbdb;
content: “”;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.component_text_btn–main span:before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.component_text_btn–main span:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.component_text_radio–more:checked ~ .component_text_btn–main {
pointer-events: auto;
}
.component_text_radio–more:checked ~ .component_text_btn–main span:before,
.component_text_radio–more:checked ~ .component_text_btn–main span:after {
border-color: #000;
}
.component_text_radio–more:checked ~ .component_text_btn–main:hover span:before,
.component_text_radio–more:checked ~ .component_text_btn–main:hover span:after {
border-color: #fff;
}
.component_text_radio–more:checked ~ .component_text_btn–main:hover span {
background-color: #e80202;
}
.component_text_radio–main:checked ~ .component_text_btn–main,
.component_text_radio–more:checked ~ .component_text_btn–more {
}
.component_text_radio–main:checked ~ .component_details,
.component_text_radio–more:checked ~ .component_info {
display: block;
}
.component_text_radio–main:checked ~ .component_info,
.component_text_radio–more:checked ~ .component_details {
display: none;
}
.change_link {
position: absolute;
right: 0;
top: 3px;
}
.bot_btn {
text-align: right;
margin-top: 35px;
}
.text {
font-size: 14px;
line-height: 1.25;
color: #000720;
width: 55%
}
.selected_red {
color: #cc1707;
}
.selected_blue {
color: #0087e2;
}
.text p {
margin: 0 0 17px;
}
.text p:last-child {
margin-bottom: 27px;
}
.text a {
color: #005f9e;
text-decoration: underline;
}
.text a:hover,
.text a:focus {
color: #005f9e;
text-decoration: none;
}
.contact_list > li {
margin: -13px 37px 0 0;
line-height: 1.7;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.contact_list > li:last-child {
margin-right: 0;
}
.contact_list strong {
font-weight: 500;
display: block;
font-size: 16px;
}
.verified_text {
font-family: ‘Quantico’, sans-serif;
font-size: 12px;
color: #000651;
max-width: 90px;
display: inline-block;
vertical-align: middle;
line-height: 1.4;
margin-left: 11px;
}
.labels_list {
position: absolute;
top: 70px;
left: 0;
}
.labels_list > img {
margin: -8px 0 0 -5px;
}
.years_label {
font-size: 20px;
padding: 21px 15px 15px;
}
.lifetime_label {
font-size: 16px;
padding: 18px 15px 5px;
}
.lifetime_label span {
font-size: 10px;
}
.years_label span {
font-size: 9px;
}
.banner_label span {
display: block;
}
- Life time toll free support
- 30 day money back guarantee
- Free shipping
Product
Custom System Configuration
Warranty: |
3-Year Warranty (parts & labor) free limited time offer ($199 value) |
Cases |
DIYPC S2 Black RGB, Tempered Glass & front USB 3.0 (no DVD bay) |
Intel 10th & 11th Gen CPUs |
Intel Core i9-10900K Comet Lake 3.7GHz (5.3GHz Turbo) 10-Core |
Intel i3/i5/ i7 CPU Fans |
Intel Socket 1150/1151/1155 CPU fan |
Intel 10th &11th Gen LGA 1200 Motherboards |
ASRock H410M-HDV, Onboard Video HDMI, GB LAN, USB 3.2 |
DDR4 System memory |
MEMORY DDR4 32GB (1x32GB) PC4-25600/3200MHz |
Video Cards (GPU) |
HD Onboard 3D graphics Dual head, HDMI (only for CPUs with integrated graphics) |
m.2 SSD drives |
1TB HP EX900 m.2 Solid State Drive, NVME PCI-Express 3.0, 2150MB/s |
Sound Cards |
Realtek HD digital audio (onboard) |
Network & WiFi adapters |
Wireless 802.11 AC 1200MBs Network Card PCI Express |
Power Supplies ATX |
Thermaltake 500W ultra quiet ATX Power Supply (6+2pin)x2 |
$851.00
*This is custom PC configuration build using our system
configurator tool. To insure order accuracy please review system configuration before ordering.
.st0 {
fill: #000720;
}
System Configurator
More info
Warranty:
3-Year Warranty (parts & labor) free limited time offer ($199 value)
An extension of warranty coverage beyond the original 1-year warranty term for peace of mind and protection from failure
- 3 Year parts and labor included
Replacement parts & labor are included
- Lifetime Technical support included
Our experienced technical support engineers are available to answer your questions, giving you peace of mind knowing the help you need is there when you need it.
Limited time offer ( expires 05/20/2021)
More info
Cases
DIYPC S2 Black RGB, Tempered Glass & front USB 3.0 (no DVD bay)
Model
Brand |
DIYPC |
Model |
S2-BK-RGB |
Details
Type |
ATX Mid Towe |
Color |
Black |
Case Material |
Steel / Tempered Glass |
With Power Supply |
No |
Power Supply Mounted |
Bottom |
Motherboard Compatibility |
Micro ATX / ATX / Mini-ITX |
Side Panel Window |
Yes |
LED |
Addressable RGB LED Strip on Front Panel |
Expansion
Internal 3.5″ Drive Bays |
2 |
Internal 2.5″ Drive Bays |
2 (SSD) |
Expansion Slots |
7 |
Front Panel Ports
Front Ports |
2 x USB 2.0 / 1 x USB 3.0 / Audio In&Out (HD) |
Cooling System
Fan Options |
Front: 2 x 120mm fan Top: 2 x 120mm fan Top of PSU: 2 x 120mm fan Rear: 1 x 120mm fan |
Radiator Options |
Front – Up to 240mm |
Dimensions & Weight
Max GPU Length Allowance |
370 mm |
Max CPU Cooler Height Allowance |
157 mm |
Max PSU Length |
185 mm |
Dimensions (H x W x D) |
17.80″ x 7.52″ x 16.60″ |
Weight |
10.50 lbs. |
Additional Info
Features |
Tempered glass side panel x 4mm thickness not only offers great protection, but also provides wide angle for optimized visualization while the system is running Addressable RGB LED strip on front panel provides great dynamic cyber gaming atmosphere Water cooling ready – front can fit up to 240mm water cooling radiator Advanced cable management design Advanced bottom-mounted power supply design Top mounted IO ports – USB 3.0 for up-to-date high speed data transfer 7 fans capability provide great cooling performance Magnetic dust filter at top – easy clean Support up to 157mm CPU cooler Support up to 370mm VGA card |
Additional Information
Date First Available |
July 09, 2019 |
More info
Intel 10th & 11th Gen CPUs
Intel Core i9-10900K Comet Lake 3.7GHz (5.3GHz Turbo) 10-Core
Model
Brand |
Intel |
Processors Type |
Desktop |
Series |
Core i9 10th Gen |
Name |
Core i9-10900K |
Model |
BX8070110900K |
Details
CPU Socket Type |
LGA 1200 |
# of Cores |
10-Core |
# of Threads |
20 |
Operating Frequency |
3.7 GHz |
Max Turbo Frequency |
5.30 GHz |
Bus Speed |
8 GT/s |
L3 Cache |
20MB |
Manufacturing Tech |
14nm |
64-Bit Support |
Yes |
Hyper-Threading Support |
Yes |
Memory Types |
DDR4 2933 |
Memory Channel |
2 |
Virtualization Technology Support |
Yes |
Integrated Graphics |
Intel UHD Graphics 630 |
Graphics Base Frequency |
350 MHz |
Graphics Max Dynamic Frequency |
1.2 GHz |
PCI Express Revision |
3.0 |
Max Number of PCI Express Lanes |
16 |
Thermal Design Power |
125W |
Cooling Device |
Cooling device not included – Processor Only |
Group
Cooling Devices |
No Stock Coole |
Additional Information
Date First Available |
June 29, 2020 |
More info
Intel i3/i5/ i7 CPU Fans
Intel Socket 1150/1151/1155 CPU fan
Model
Details
Type |
Fan & Heatsinks |
Fan Size |
80mm |
Compatibility |
Intel LGA 1156 / 1155 / 1151 / 1150 / 775 |
Bearing Type |
Fluid Dynamic |
RPM |
500-2000 RPM (Controlled by PWM) |
Air Flow |
Variable |
Noise Level |
0.3 Sone @ 2000 RPM |
Color |
Black & White |
Heatsink Material |
Aluminum |
Fan Mounting Types to Heatsink |
Vertical |
Dimensions & Weight
Max CPU Cooler Height |
64 mm |
Heatsink Dimensions |
2.64″ x 3.46″ x 3.46″ |
Weight |
0.82 lb. |
Features
Features |
• Intel Stock CPU Cooler Replacement for LGA 1155/1156/775 & 1150 Haswell • Ultra-Quiet 80mm PWM Fan & Patented Fan Holder Minimizing Fan Noise at 22dBA • Fluid Dynamic Bearing for Extended Service Life & Lowered Noise Level • Simple to Install Push-Pin Mounting. Pre-applied MX-2 Thermal Compound • 6-Year Limited Warranty |
More info
Intel 10th &11th Gen LGA 1200 Motherboards
ASRock H410M-HDV, Onboard Video HDMI, GB LAN, USB 3.2
Model
Brand |
ASRock |
Model |
H410M-HDV |
Supported CPU
CPU Socket Type |
LGA 1200 |
CPU Type |
Supports 10th Gen Intel Core Processors (Socket 1200) |
Supported CPU Technologies |
Turbo Boost Technology 3.0 |
Chipsets
Onboard Video
Onboard Video Chipset |
Hardware Accelerated Codecs: AVC/H.264, HEVC/H.265 8bit, HEVC/H.265 10bit, VP8, VP9 8bit, VP9 10bit, MPEG 2, MJPEG, VC-1** Graphics, Media & Compute: Microsoft DirectX 12, OpenGL 4.5, Intel Built In Visuals, Intel Quick Sync Video, Hybrid / Switchable Graphics, OpenCL 2.1 Display & Content Security: Rec. 2020 (Wide Color Gamut), Microsoft PlayReady 3.0, Intel SGX Content Protection, UHD/HDR Blu-ray Disc Three graphics output options: D-Sub, DVI-D and HDMI* Supports up to 2 displays simultaneously Supports HDMI 1.4 with max. resolution up to 4K x 2K (4096×2160) @ 30Hz Supports DVI-D with max. resolution up to 1920×1200 @ 60Hz Supports D-Sub with max. resolution up to 1920×1200 @ 60Hz Supports Auto Lip Sync, Deep Color (12bpc), xvYCC and HBR (High Bit Rate Audio) with HDMI 1.4 Port (Compliant HDMI monitor is required) Supports HDCP 2.3 with DVI-D and HDMI 1.4 Ports Supports 4K Ultra HD (UHD) playback with HDMI 1.4 Port * Intel UHD Graphics Built-in Visuals and the VGA outputs can be supported only with processors which are GPU integrated. ** VP9 10bit and VC-1 are for decode only. ** VP8 and VP9 encode are not supported by Windows OS. |
Memory
Number of Memory Slots |
2~288pin |
Memory Standard |
Supports DDR4 2933/ 2800/ 2666/ 2400/ 2133 non-ECC, un-buffered memory* * Please refer to Memory Support List on ASRock’s website for more information. * Core (i9/i7) support DDR4 up to 2933; Core (i5/i3), Pentium and Celeron support DDR4 up to 2666. |
Maximum Memory Supported |
64GB ** Due to the operating system limitation, the actual memory size may be less than 4GB for the reservation for system usage under Windows 32-bit OS. For Windows 64-bit OS with 64-bit CPU, there is no such limitation. |
Channel Supported |
Dual Channel |
Expansion Slots
PCI Express 3.0 x16 |
1 x PCI Express 3.0 x16 Slot* * Supports NVMe SSD as boot disks |
PCI Express x1 |
1 x PCI Express 3.0 x1 Slot |
Storage Devices
SATA 6Gb/s |
4 x SATA3 6.0Gb/s Connectors, support NCQ, AHCI and Hot Plug |
Onboard Audio
Audio Chipset |
Realtek ALC887 |
Audio Channels |
7.1 Channels |
Onboard LAN
LAN Chipset |
Realtek RTL8111H |
Max LAN Speed |
10/100/1000Mbps |
Rear Panel Ports
Back I/O Ports |
1 x PS/2 Mouse/Keyboard Port 1 x D-Sub Port 1 x DVI-D Port 1 x HDMI Port 4 x USB 2.0 Ports (Supports ESD Protection) 2 x USB 3.2 Gen1 Ports (Supports ESD Protection) 1 x RJ-45 LAN Port with LED (ACT/LINK LED and SPEED LED) HD Audio Jacks: Line in / Front Speaker / Microphone |
Internal I/O Connectors
Onboard USB |
1 x USB 2.0 Header (Supports 2 USB 2.0 ports) (Supports ESD Protection) 1 x USB 3.2 Gen1 Header (Supports 2 USB 3.2 Gen1 ports) (Supports ESD Protection) |
Other Connectors |
1 x SPI TPM Header 1 x Chassis Intrusion and Speaker Header 1 x CPU Fan Connector (4-pin)* 1 x Chassis/Water Pump Fan Connector (4-pin) (Smart Fan Speed Control)** 1 x Front Panel Audio Connector * The CPU Fan Connector supports the CPU fan of maximum 1A (12W) fan power. ** The Chassis/Water Pump Fan supports the water cooler fan of maximum 2A (24W) fan power. ** CHA_FAN1/WP can auto detect if 3-pin or 4-pin fan is in use. |
Physical Spec
Form Factor |
Micro ATX |
Dimensions (W x L) |
7.8″ x 7.4″ |
Power Pin |
1 x 24-pin ATX Power Connector 1 x 8-pin 12V Power Connecto |
Features
Features |
Unique Feature: ASRock Super Alloy – Premium 50A Power Choke – Sapphire Black PCB – High Density Glass Fabric PCB ASRock Full Spike Protection (for all USB, Audio, LAN Ports) ASRock Live Update & APP Shop BIOS: – 128MB AMI UEFI Legal BIOS with multilingual GUI support – ACPI 6.0 Compliant wake up events – SMBIOS 2.7 Support – CPU Core/Cache, GT, DRAM, PCH +1.0V, VCCST Voltage Multi-adjustment Software and UEFI: Software – ASRock Motherboard Utility (A-Tuning) – ASRock XFast LAN UEFI – ASRock EZ Mode – ASRock Full HD UEFI – ASRock My Favorites in UEFI – ASRock Instant Flash – ASRock Internet Flash * These utilities can be downloaded from ASRock Live Update & APP Shop. Support CD: – Drivers, Utilities, AntiVirus Software (Trial Version), Google Chrome Browser and Toolbar Hardware Monitor: – Temperature Sensing: CPU, Chassis/Water Pump Fans – Fan Tachometer: CPU, Chassis/Water Pump Fans – Quiet Fan (Auto adjust chassis fan speed by CPU temperature): CPU, Chassis/Water Pump Fans – Fan Multi-Speed Control: CPU, Chassis/Water Pump Fans – CASE OPEN detection – CPU Core/Cache, GT, DRAM, PCH +1.0V, VCCST Voltage Multi-adjustment OS: – Microsoft Windows 10 64-bit Certifications: – FCC, CE – ErP/EuP ready (ErP/EuP ready power supply is required) |
Packaging
Package Contents |
Accessories: – Quick Installation Guide, Support CD, I/O Shield – 2 x SATA Data Cables |
Additional Information
Date First Available |
June 10, 2020 |
More info
DDR4 System memory
MEMORY DDR4 32GB (1x32GB) PC4-25600/3200MHz
Model
Brand |
n/a |
Series |
DDR4 hihg Speed |
Model |
CT2A3000C16 |
Details
Capacity |
32GB (1 x 32GB) |
Type |
288-Pin DDR4 SDRAM |
Speed |
DDR4 3200 (PC4 25600) |
CAS Latency |
16 |
Timing |
16-18-18-35 |
Voltage |
1.2V |
ECC |
No |
Buffered/Registered |
Unbuffered |
Color |
Black |
Heat Spreader |
optional( not included) |
Features |
Designed for high-performance overclocking Each module with eight-layer PCB helps manage heat and provides superior overclocking headroom. Each IC is individually screened for performance potential. Designed for great looks Available in multiple colors to match your motherboard, your components, or just your style. Performance and Compatibility RAM is optimized and compatibility tested for the latest Intel and AMD Series motherboards and offers higher frequencies, greater bandwidth, and lower power consumption. XMP 2.0 support for trouble-free automatic overclocking. Low-profile design The RAM module height is carefully designed to fit smaller spaces. |
Recommend Use |
High Performance or Gaming Memory |
Fan Included |
No |
More info
Video Cards (GPU)
HD Onboard 3D graphics Dual head, HDMI (only for CPUs with integrated graphics)
h1 {font-size:18px;color:#f19020;margin:0px;padding:0px 0px 5px 0px;font-weight:normal;}
*
{font-family: ‘Helvetica’, ‘Arial’, sans-serif;
font-size: 12px; /*9pt12px*/
line-height: 17px;/*13pt*/
}
ul
{
margin-top:5px;
margin-bottom:10px;
}
li {padding-bottom:5px;}
li
{
margin-top:0px;
margin-bottom:0px;
}
.style1 {
font-size: x-small;
}
Integrated graphics solutions, or
shared graphics solutions are
graphics processors that utilize a portion of a computer’s system RAM rather
than dedicated graphics memory.� Onboard graphic can support� VGA, DVI
and HDMI monitors and TVs
HDMI is the global standard for connecting high-definition
Consumer Electronics and PC products. It’s the uncompressed, all-digital
interface that delivers both dazzling quality and unmatched ease of use.
HDMI technology provides the highest possible signal to meet
the needs of today’s � and tomorrow’s � HD entertainment systems. With a single
cable, it transmits:
- digital video
- multi-channel surround sound
- advanced control data
More than 800 manufacturers have adopted the HDMI standard,
including some of the world’s most trusted brands.
- 229 million HDMI-enabled devices shipped in 2008. 300
million are more projected in 2009.
- Market research from In-Stat projects over a billion HDMI
devices in the market by 2010, when every new digital TV will feature at
least one HDMI port
HDMI connectivity is already standard on a wide range of
products:
- HDTVs
- Blu-ray Disc players
- multimedia PCs
- gaming systems
- digital camcorders, and more.
With HDMI connectivity, you get it all. The convenience of a
one-cable solution, plus the power and performance of a high-speed digital link.
Now and in the future, it’s the best way to connect HD.
Onboard video support HDMI and DVI out
DVI out can be converted to support VGA monitor VIA DVI to VGA
adapter
HDMI out can be converted to support DVI monitor VIA HDMI to
DVI adapter
System support following dual monitor setups:
- DVI + HDMI
- Dual HDMI (DVI to HDMI converter required)
- Dual DVI ( HDMI to DVI converter required)
- HDMI + VGA ( DVI+ VGA converter required)
Today’s integrated solutions such as the Intel’s GMA X3000 (Intel G965),
AMD’s Radeon X1250 (AMD 690G) and NVIDIA’s GeForce 7050 PV (NVIDIA nForce 630a)
are more than capable of handling 2D graphics from Adobe Flash or low stress 3D
graphics. None integrated video cards are recommended for high-end video games.
More info
TV Tuner & Capture cards
More info
m.2 SSD drives
1TB HP EX900 m.2 Solid State Drive, NVME PCI-Express 3.0, 2150MB/s
Model
Brand |
HP |
Series |
EX900 |
Model |
2YY43AA#ABC |
Part Number |
2YY43AA#UUF |
Device Type |
Internal Solid State Drive (SSD) |
Used For |
Consume |
Details
Capacity |
1TB |
Interface |
PCI-Express 3.0 x4 |
Controller |
HP |
Performance
Max Sequential Read |
Up to 2100 MBps |
Max Sequential Write |
Up to 1300 MBps |
4KB Random Read |
Up to 120,000 IOPS |
4KB Random Write |
Up to 105,000 IOPS |
Read Latency |
0.028 ms |
Write Latency |
0.035 ms |
MTBF |
2,000,000 hours |
Features
Features |
High performance Low power Increased system responsiveness High reliability Small form-factor Minimum weight Enhanced ruggedness High data Integrity and Security |
Environmental
Power Consumption (Idle) |
0.68W |
Power Consumption (Active) |
2.99W |
Operating Temperature |
0°C ~ +70°C |
Storage Temperature |
-40°C ~ +85°C |
Operating Humidity |
5-95% |
Max Shock Resistance |
100G / 6 msec |
Max Vibration Resistance |
3.1 GRMS (2-500 Hz) |
Dimensions & Weight
Height |
2.40mm |
Width |
22.00mm |
Depth |
80.00mm |
Weight |
5.40g |
Additional Information
Date First Available |
June 17, 2012 |
More info
Hard Drives & SSDs
More info
Media Card Readers
More info
Sound Cards
Realtek HD digital audio (onboard)
Enjoy high-end sound system on your PC!
The onboard HD audio (High Definition Audio, previously codenamed Azalia)
CODEC enables high-quality 192KHz/24-bit audio output, jack-sensing feature,
retasking functions and multi-streaming technology that simultaneously sends
different audio streams to different destinations. You can now talk to your
partners on the headphone while playing a multi-channel network games. All of
these are done on one computer
- High Definition Audio CODEC
- Supports Jack-detect and Multistreaming teconologies
- Supports frount audio out interface
- Line in, line out, mic in.
- sound blaster compatible
More info
Network & WiFi adapters
Wireless 802.11 AC 1200MBs Network Card PCI Express
Model
Brand |
Rosewill |
Model |
RNX-AC1200PCEv2 |
Details
Standards |
IEEE 802.11ac, IEEE 802.11n, IEEE 802.11g, IEEE 802.11b, IEEE 802.11a |
Wireless Data Rates |
2.4 GHz Up to 300 Mbps 5.0 GHz Up to 867 Mbps |
Security |
64 / 128-bit WEP, WPA / WPA2, WPA-PSK / WPA2-PSK (TKIP / AES) |
Interface |
PCI Express |
Frequency Band |
2.4 GHz / 5 GHz |
LEDs |
1 x LINK, 1 x ACT |
Antenna |
Yes |
System Requirements |
Windows 10 (32 / 64-bit), Windows 8.1 (32 / 64-bit), Windows System 7 (32 / 64-bit), Linux |
Feature
Features |
IEEE 802.11 AC Dual Band Adapter: The fastest generation of Wi-Fi, backwards compatible with IEEE 802.11a/b/g/n and Dual Band connectivity (2.4 GHz or 5 GHz) to support all your devices and your best upgradable wireless network adapter for PC Blazing wireless speed up to 867 Mbps + 300 Mbps: Instantly upgrade your desktop with a fast, reliable wireless connection for lag-free online gaming and 4K ultra HD video streaming Advanced Network Security: Distributes heat away from core components to improve reliability and performance of the PCIE wireless network adapter. Supports Advanced Security: 64 / 128 WEP, WPA / WPA2, WPA-PSK / WPA2-PSK (TKIP / AES) Beamforming Technology: Connect with stronger, more reliable wireless connections for desktop. MIMO technology: 3×3 Dual Band Modulation: Omnidirectional and upgradeable antennas maximize wireless range and stability High Speed Wi-Fi Adapter to support Windows XP / 7 / 8.1 / 10 |
Packaging
Package Contents |
1 x AC1200 Wireless PCI-E Adapter 1 x 5 dBi antenna 1 x Resource CD 1 x Quick Installation Guide 1 x Low Profile Bracket |
More info
USB & FireWire Cards
More info
Power Supplies ATX
Thermaltake 500W ultra quiet ATX Power Supply (6+2pin)x2
Model
Brand |
Thermaltake |
Model |
PS-SPD-0500NPCWUS-W |
Series |
SMART Series |
Details
Type |
ATX12V / EPS12V |
Maximum Power |
500W |
Fans |
1 x 120mm Intelligent Cooling Fan |
PFC |
Active |
Main Connector |
20+4Pin |
+12V Rails |
Single |
PCI-Express Connector |
2 x 6+2-Pin |
SATA Power Connector |
6 |
SLI |
SLI Ready |
Haswell Support |
Yes |
CrossFire |
CrossFire Ready |
Modular |
Hardlined |
Power Good Signal |
100-500ms |
Hold-up Time |
16.6ms min. |
Efficiency |
80% Efficiency |
Energy-Efficient |
80 PLUS Certified |
Over Voltage Protection |
Yes |
Input Voltage |
100 – 240 V |
Input Frequency Range |
50/60 Hz |
Input Current |
8A |
Output |
+3.3V@20A, +5V@15A, +12V@35A, -12V@0.5A, +5VSB@2.5A |
MTBF |
>100,000 Hours |
Approvals |
CE, CB, TUV, UL, FCC |
Dimensions |
3.40″ x 5.90″ x 5.50″ |
Weight |
4.25 lbs. |
Protection
Short Circuit Protection |
Yes |
Over Power Protection |
Yes |
Features
Connectors |
1 x 20+4-pin ATX 1 x 4+4-pin EPS 2 x 6+2-pin PCI-E 6 x SATA 3 x Peripheral 1 x Floppy |
Features |
Compliance with Intel ATX 12V 2.31 & EPS 12V 2.92 standards 80 PLUS Certified – 80% efficiency under typical load Single +12V rail Design Supports Intel C6 Status for improved efficiency Ultra-quiet 120mm fan with intelligent temperature control Hardlined cables for straight forward installation |
More info
Operating Systems
More info
Office Software
Payment
.st0 {
fill: none;
stroke: #000000;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
Payment Options
Payment must be made within 7 days after the auction end. OH residents must add 7.75% sales
tax. Winning bidder agrees to prepay for PC System after completion of auction. We
accept:Visa/Master card, Discover, American Express, Paypal. We
don’t offer escrow or COD payment. Please be sure to include all necessary information to
complete your order.
Shipping
.st0 {
fill: none;
stroke: #000000;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #000000;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10;
}
Packing and Shipping
Free packing, insurance and shipping by FedEX or UPS Ground Service to the 48 Continental
United States. If you prefer one shipping carrier over another please let us know at the time
of your order.
Shipping to Alaska, Hawaii, Virgin Islands and Puerto Rico by USPS
priority $99.
Shipping to APO or PO BOX by USPS Priority $49. (UPS shipping is not available for APO/FPO or
PO BOX addresses). We do not ship internationally.
Note: Some of the custom configurations have to be shipped in two or more boxes. Additional
shipping charge may be added if monitor or large speakers were selected.
For shipping quote VIA UPS to Alaska, Hawaii and Puerto Rico please email or call.
Warranty
.st0 {
fill: none;
stroke: #000000;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #000000;
stroke-width: 2;
stroke-miterlimit: 10;
}
3-Year Limited WarrantyFor Systems
3-year warranty on system components from original invoice date (system components is defined
as all major component inside the case). We will replace or repair any system component for a
period of 3 year from the invoice date. If a replacement component is no longer available or
is discontinued, we reserves the right to substitute the component for an equivalent part, or
offer an upgrade option.
You will receive an official company invoice with a company phone number and warranty information.Should
any problem arise, you may contact us by e-mail or by phone. If a return is required, it will
be promptly authorized and you may return the system or the affected part for replacement.
Support
.st0 {
fill: none;
stroke: #1A1A1A;
stroke-width: 2;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #1A1A1A;
stroke-width: 2;
stroke-miterlimit: 10;
}
Life Time Technical Support WarrantyFor Systems
Any customer who purchases a system from us is entitled to free technical support for as long
as they own the system. To obtain technical support services or to invoke warranted
privileges, customers should contact our Technical Support Department.
Contacts
Contact Us
Dear customers. Because of new eBay seller contact information policy we unable to show our
phone or mailing information on eBay page anymore. If you need to contact us please use “Ask a
question” link at the very bottom of this page. Once you purchase the item you will receive
email with our email address, phone and mailing address info. Each purchased item will be
accompanied with our official company invoice with our toll free phone number and warranty
information
Paypal Verified Seller!
FAQ
FAQ
General Questions
Do your systems come assembled or do I need to put it together?
All system components listed on your order will be assembled and tested before shipping. We
also do BIOS update to insure all component with latest BIOS version.
If I do not order some key component like RAM or HDD, will my system be tested?
Yes, if some key component are not select we add our test component to make system
operational. After system passes our testing we would remove test component prior to
shipping.
Will I receive manuals and drivers for system component?
Yes we include all corresponding manuals and driver CD for all system components. Please note
some drivers or manuals are only available VIA download.
If I buy operating system, will it be installed or do I have to install it myself?
When you order OS with a system we install it with latest updates and all necessary drivers.
Customers who order OS with a system receive full version OS disk and Microsoft COA
(certificate of authenticity) product key.
I’m not sure what works together. Can you help?
Absolutely! Our configurators are updated consistently to ensure every part listed is
compatible for that build. Even with that in place, we still verify each order after it’s been
placed. If you’d like some advice on choosing your specifications, call or use ask seller
question button to tell us what you’ll be using the computer for, and we will provide you with
our recommendations.
Looking to add a part we don’t have listed?
All of our custom configurators are updated on a constant basis to provide as many compatible
options as possible. If you don’t see a part listed that you’d like to add to your new
computer call or use ask seller question button to let us know .We’d be happy to research the
compatibility and provide you a customized quote.
Warranty & TechSupport Questions
What do your warranties cover?
Magic Micro complete systems are covered by a 1-year or 3-year limited warranty, depending on
the product purchased. The limited warranty covers defects in components and workmanship in
our custom built systems for the applicable limited warranty set forth in your packing slip or
invoice.
How do I get warranty service?
Before the warranty expires, you must contact our Technical Support department. We will first
attempt to troubleshoot the system to determine if any type of part replacement or repair is
necessary. If the issue cannot be resolved through this method, Magic Micro will authorize
that the system or component needs to be serviced.
When can I get technical support?
Our technicians are here to answer your questions from 10:00 am to 6:00 pm Eastern Time Mo-Fr
by calling our toll free number and you’re always welcome to use email question after business
hours. Our technicians do their absolute best to make sure every message is responded to
within a timely matter. Emails are checked regularly even on weekends
How long is technical support?
Customers who purchased a custom built product from Magic Micro Computer are entitled to free
technical hardware-related support for the lifetime of their product.
Order processing & Shipping
How long will it take for my order to ship?
All our systems are built to order After payment is processed orders take approximately 2-3
business days order to be procured, assembled, tested, and then shipped. Estimated ship dates
may vary depending on the product purchased.
Do you require signatures on your shipments?
Absolutely! All Magic Micro shipments are signature required, so please be sure there is
someone available to sign for the package on the scheduled delivery date.
What if I’m not available to sign for my shipment?
If you’re not at the delivery location when the package arrives, you can reschedule the
delivery, or have it held at a local pick up station.
Do you offer faster order processing and shipping option?
Yes we do have option for 1-2 day order processing and faster shipping. Please contact us via
message system or call for express order processing and shipping upgrades ()
|