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.
what is your return policy if item doesn't work well for SPLITMUX-HD-2LC ?
Thank you for your inquiry. You can find our complete policies here.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does this unit support custom computer (input) resolutions that would allow the side-by-side display to fill the screen without distortion? IE: 2 computers in running 960x1080 combined on a 1080p output.
Thank you for your inquiry,

The video sources can be stretched or set to retain their aspect ratio (to eliminate distortion) in \'dual mode\'.

"In dual mode, the screen is split into two fields of equal size displaying the entire contents of two different video sources side-by-side."
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Can it split the screen top and bottom instead of side to side? or do you have a product that does top to bottom? Thank you
Thank you for your inquiry,

The Spitmux-HD-2LC only has side-by-side split screen option.

A possible solution for you is a traditional 2 port HDMI splitter + the NTI Splitmux-HD-4RT. Splitmux-HD-4RT custom mode can show 2 inputs one above the other. Each input can be moved to its own position and the images can be stretched to fill up more of the screen area. Black area around the images will be shown unless you stretch each image to the full width of the monitor. Stretching the image will make each image appear squashed in height compared to normal aspect ratios.

A lot of traditional digital signage solutions i.e. the SmartAVI AP-SNCL-V4GS also let you accomplish this via templates which allow users to create and assign regions on a screen similarly to the solution above.

Another possible solution is the Quad version of this Splitmux-HD-2LC, the NTI Splitmux-HD-4LC unit (we don\'t have online yet but we do sell it), but this solution would cut also off part of the screen. It can show a top / bottom split screen, but this is actually quad mode (mode 9). Ports 2 and 3 are placed in the center of the screen with port 2 above port 3. Port 1 is on the left and port 4 is on the right. They each occupy 1/4 of screen width and full screen height. This area will be black if no source is connected to port 1 or 4.
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';