Asus GeForce GT 710 2GB GDDR5 EVO Graphics Card - ASUS | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ASUS

Asus GeForce GT 710 2GB GDDR5 EVO Graphics Card

SKU: GT710-SL-2GD5-BRK-EVO
R 1 199.00
In Stock

The ASUS GT 710 is engineered with a highly-efficient 0dB thermal design, it dissipates heat in complete silence and makes ASUS GT 710 the perfect choice for your PC build. While industry only Auto-Extreme Technology, 100% full automation for premium quality and best reliability. GPU Tweak II...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The ASUS GT 710 is engineered with a highly-efficient 0dB thermal design, it dissipates heat in complete silence and makes ASUS GT 710 the perfect choice for your PC build. While industry only Auto-Extreme Technology, 100% full automation for premium quality and best reliability. GPU Tweak II provides intuitive performance tweaking for truly elite gaming experience.

Exclusive ASUS-designed heatsinks with large surface areas effectively cool graphics cards passively so absolutely no sound is produced while running - perfect for high definition and silent home theater PCs and multimedia centers.

ASUS graphics cards are produced using AUTO-EXTREME technology, an industry-first 100% automated production process, and feature premium Super Alloy Power II components that enhance efficiency, reduce power loss, decrease component buzzing under load, and lower thermal temperatures for unsurpassed quality and reliability. The GT710 is a compact graphics card with three outputs (HDMI, DVI and D-Sub) that can support up to three displays at the same time for convenient multitasking.

FEATURES:

  • 2GB GDDR5 high-speed memory delivers seamless performance
  • Silent passive cooling means true 0dB - perfect for quiet home theater PCs and multimedia centers.
  • Auto-Extreme Technology uses automation to enhance reliability.
  • Supports 3 displays - connect up to 3 monitors for enhanced multitasking.
  • GPU Tweak III provides intuitive performance tweaking, thermal controls, and system monitoring.

SPECIFICATIONS:

  • Graphic Engine: NVIDIA® GeForce GT 710
  • Bus Standard: PCI Express 2.0
  • OpenGL: OpenGL®4.5
  • Video Memory: 2GB GDDR5
  • Engine Clock: 954 MHz
  • CUDA Core: 192
  • Memory Speed: 5012 MHz
  • Memory Interface: 64-bit
  • Resolution: Digital Max Resolution 3840 x 2160*
  • Interface:
    • Yes x 1 (Native DVI-D)
    • Yes x 1 (D-Sub)
    • Yes x 1 (Native HDMI 1.4b)
    • HDCP Support Yes (1.4)
  • Maximum Display Support: 3
  • NVlink/ Crossfire Support: No
  • Software: ASUS GPU Tweak III & Drivers: please download all software from the support site.
  • Recommended PSU: 300W
  • Power Connectors: No
  • Slot: 2 Slot
  • Dimensions: 17 x 6.9 x 3.9 cm

WHAT'S IN THE BOX:

  • Asus GeForce GT 710 2GB GDDR5 EVO Graphics Card x1
Brand ASUS
Colour Blue
Form Factor -
Interface PCI Express® Gen 2.0
Capacity -
Memory Capacity 2GB
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

MSI GeForce RTX 5090 VENTUS 3X OC 32G Graphics Card
MSI

MSI GeForce RTX 5090 VENTUS 3X OC 32G Graphics Card

R 69 999.00

Out of Stock

MSI GeForce RTX 5090 VANGUARD SOC 32G Graphics Card
MSI

MSI GeForce RTX 5090 VANGUARD SOC 32G Graphics Card

R 62 099.00

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!