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 support windows 8?
Thank you for your inquiry. Though this switch is hardware based and operating system independent, Belkin has not explicitly stated that it works with Windows 8. The listed operating systems for this switch are Windows 98 SE, 2000, XP, 2003 & Linux.

We have not heard of any particular issues with this switch and Windows 8; however, we have seen general issues with KVMs and Windows 8. Without additional information from Belkin, we would be hesitant to say that this unit supports Windows 8.
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
what general issues have you seen with Windows 8?
Thank you for your inquiry. Most issues seem to stem from EDID (Extended Display Identification Data), where Windows 7 and now Windows 8 continuously poll for monitor data. When a KVM does not provide a constant EDID connection to the non-active server/computer, resolution/video issues may occur when focus changes back to the inactive machine.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Does this device supports wireless mouse & keyboard?
Thank you for your inquiry. In general, due to the very different way in which wireless keyboards and mice communicate with the CPU, wireless peripherals are not supported by KVM switches. For the best opportunity for compatibility, you will be looking for a KVM that has a USB hub to attach the wireless keyboard and mouse to.
Please note however, when you attach the keyboard and mouse to the USB hub, rather than normal console ports, you may loose some functionality. Issues may also arise if keyboard and mouse emulation is not present on non-active CPUs, depending on the operating systems involved. Regardless, there is no 100% guarantee it will work.

A selection of 2-port desktop KVMs with USB hubs can be found here: https://www.kvm-switches-online.com/2-port-w-hub.html. Additional 2-port KVMs can be found here: https://www.kvm-switches-online.com/2-port-desktop-kvm.html.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
can it support to monitors using a VGA splitter?
Thank you for your inquiry,

You can use a VGA splitter in conjunction with a F1DG102P KVM to duplicate one of the ouput signals into two identical views. However, to get typical dual monitor support, you would need to look into a dual monitor KVM: https://www.kvm-switches-online.com/multi-display-vga-kvm.html

Please feel free to contact your KVM Switches Online sales reprasentative directly at 1-877-586-6654, at info@kvm-switches-online.com, or via our online Chat, for any help with choosing the appropriate KVM.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Hello, I have a Belkin Switch of this type since several years. It works very fine, but in the last few month, while using one Pc or the other, the system freezes (not when I change from one pc to the other, but when I work of one of them). I hear the sound as if I had changed the pc and it freezes. All the connections are ok. Could you know why it happens? Thank you for helping me! Best regards, Monika
Thank you for your inquiry Monika,

That is not a common issue to experience, so if youve checked all the connections, it sound like your unit might be breaking. Failure is relatively typical for $30 budget KVMs. If your unit is still in warranty (3-Year Warranty), Belkin will replace the switch at no cost - to get this process started you can call 1-800-223-5546. If you are out of warranty or want an upgrade, I would recommend looking in the $80-$150 price range for a 2 port VGA KVM.

If you would like a recommendation based on your setup, please feel free to contact your KVM Switches Online sales representative directly at 1-877-586-6654, at sales@kvm-switches-online.com, or via our online Chat functionality.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';