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('
|
will this switch work on windows 7 and windows XP ? Thanks Thank you for your inquiry. Yes, this switch is OS independent and should work so long as you have the applicable ports. | ||
will this work for dell inspiron and lattitude laptops? Thank you for your inquiry. As long as your laptops have VGA and PS/2 ports the switch should work just fine. | ||
hi, is this KVM switch compatible with wide screens? if not, witch model is? (my Dlinkd DKVM-2KU isn't) This KVM supports up to 2048 x 1536 video resolution through a VGA signal. Please confirm the video signal and the max resolution that you are attempting to reach on your screen and we can help pinpoint the most appropriate solution. | ||
The max resolution of my screen is 1920x1080@60htz This switch should work for you. According to Avocent, the supported resolutions @ 60 Hz include: 640 x 480 (VGA) 800 x 600 (SVGA) 1024 x 768 (XGA) 1280 x 1024 (SXGA) 1440 x 900 (WXGA) 1600 x 1200 (UGA) 1680 x 1050 (WSXGA+) 1920 x 1080 (HD 1080) 1920 x 1200 (WUXGA) 2048 x 1536 (QXGA) | ||
how do I switch between units Thank you for your inquiry. There are two ways to switch targets. You can use the top push-buttons. Simply press the button that corresponds with your attached PC to gain access and control to that PC. Or, you can use the hotkey sequence. To select your PC, activate the hotkey sequence by pressing ScrLk + ScrLk + (x) (x = PC port number). Each keystroke must be pressed within two seconds to validate the hotkey sequence. | ||
More Questions... |