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.
Does this Device allow for the use of a thunderbolt 3 to DP adapter before the Switch and a DP to DVI adapter after the Switch? Are there any known compatibility issues with these conversions?
Thank you for your inquiry,

According to the CS1942DP product development team "Using converters with DisplayPort is sketchy at best. The ones listed (DP to DVI, and Thunderbolt 3 to DP) are ones I wouldn\'t instantly rule out, but I wouldn\'t be surprised if there were problems either."

Adapting from \'data cables\' type video cables like DisplayPort or Thunderbolt depends a little on the many ways a vendor can implement parts of the \'data cable\' specification, so certain adapter implementations may cause issues with a KVM.

We have generally heard of less issues with adapting to and from HDMI or DVI instead, with something similar like the SmartAVI UHDN-4P-DUO 4-Port 4K Dual-head HDMI KVM Switch or the Adder AV4PRO-DVI-Dual 4-Port 2K Dual-head DVI KVM Switch.

Please note, when adapting from Thunderbolt 3, you will some Thunderbolt capabilities. You can switch between machines video and keyboard / mouse, but you will not retain Thunderbolt-based features like the "daisy-chain" capability.

Please let us know if there is anything else we can help you with!
100% of 4 people found this helpful. Was this helpful to you? Yes(4) | No(0)
Does the CS1942DP support 4K 60Hz RGB(YCbCr 4:4:4) 10-bit?
Thank you for your inquiry,

Yes it does. The Aten CS1942DP supports the full DisplayPort 1.2 spec, including 4K 60Hz RGB (YCbCr 4:4:4) 10-bit.

Please let us know if there is anything else we can help you with!
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Can audio be passed through the USB cable connecting the two PCs to the KVM as opposed to the 3.5 mm stereo jack?
Thank you for your inquiry,

Audio can indeed be passed through the CS1942DP USB peripheral hub device ports instead of the 3.5 mm jack, but there will be a slight delay between port switches as the KVM connects the USB peripheral devices to the newly focused PC and it loads the appropriate drivers. This is possible with KVM switches that feature USB peripheral hub ports in general, and is a fairly common application.

Please let us know if there is anything else we can help you with!
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
Does this device support Nvidia Gsync?
Thank you for your inquiry,

It does - The Aten CS1942DP supports the full DisplayPort 1.2 specification, including G-Sync support.

Please let us know know if there is anything else we ca help you with!
100% of 9 people found this helpful. Was this helpful to you? Yes(9) | No(0)
Does the CS1942 support 1440p@144hz through DisplayPort?
Thank you for your inquiry,

It does. The Aten CS1942DP supports the full DisplayPort 1.2 standard, including 1440p (2560x1440) @144Hz resolution.

Resolution & refresh-rate for the CS1942DP is only limited by the data-rate / bandwidth of the video stream - DisplayPort 1.2 can carry up to 17.28Gbps. Refer to this table on Wikipedia for all resolutions supported by the DisplayPort 1.2 specification.

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