function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
Do you have a switch for 2 PC's sharing 3 monitors, that supports 2 MP? I know the Adder AV4PRO-DVI-TRI-US will (up to 4 MP), but do you also have a less expensive switch that supports 2 MP monitors? Thanks.
Thank you for your inquiry. Adder also makes a VGA version (https://www.kvm-switches-online.com/av4pro-vga-triple.html), which will support 2MP resolutions including 1600 x 1200.

To discuss other potential solutions, please contact your KVM Switches Online representative by calling 1-877-586-6654 or via our online chat to discuss your project in greater detail.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
When will you have this model with USB 3.0 instead of USB 2.0? Also will there be a triple HDMI version with USB 3.0 soon?
Thank you for your inquiry. Unfortunately, while support for USB 3.0 my be under development for the ADDERView Pro series, we do not believe it will be released anytime in the near future.

We are also unaware of any plans to release a triple-head HDMI ADDERView Pro KVM, but we will absolutely pass along your interest to Adder.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
does this work if the video card (quadro k2000) has display port outputs and I use a display port to dvi adapter at the video card end before connecting the dvi cable between the adapter and kvm?
Thank you for your inquiry,

Adapting your DisplayPort outputs to DVI should be fully compatible with the Adder AV4PRO-DVI-TRI KVM Switch.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is there any difference between this unit and the Rose multi video dvi unit? They look the same externally. Thx
Thank you for your inquiry,

Both units appear to be the same based on the casing and features. That being said, internally / functionally the two units may be different even if the units may have come from the same manufacturer.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is this available in 2 Port? For switching between 2 Triple-head computers.
Thank you for your inquiry,

The Adder AV4PRO-DVI-TRIPLE is only available as a 4-Port model, but you can always simply plug in two sources, and leave the other two open ports for future expansion.

I am also currently not aware of another similar DVI-based Triple-monitor KVM switch that would be below 4-ports.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';