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('
|
Which products do you recommend for a 4-port DVI KVM with audio to switch between Powermac G5, Mac Pro OS X 10.10.5/10.11.2 and Windows 7/10. Peripherals: 24" PA 248 Asus LCD screen, wired USB 2.0 Mac keyboard and mouse. This is for home use. Thank you for your inquiry, Based on your specifications, I would recommend one of the following switches: Adder AV4PRO-DVI-US - DVI-I (Analog VGA, and digital) SmartAVI dvn-4pros - DVI-D (digital only) IOGEAR GCS1204G - Discount KVM - DVI-D (digital only) All of the previous switches have switchable USB ports, audio, emulated display signal and USB for keyboard and mice (eliminates any lag for regular switching), support at least 1080P resolution, and support MAC and Windows. There are a couple of other questions that I would ask that might change my recomendation. Please feel free to respond to this message if you have any of the following requirements. 1) How far away are the PCs from each other? How far away are the PCs from the user station where you will be working? - only if further than 15 ft 2) Do you have a minimum resolution you would like to achieve? (i.e. 4K, 2K, 1900 x 1200, etc.) 3) Do you have any more specific requirements such as switching via push buttons, form factor, touch screen support, RS232 control, etc? 4) Would you like to be able to access these computers over the web anywhere in the world via the KVM switch? (KVM Over IP i.e. AV3008) If you would prefer discussing this directly with a sales reprasentative, 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. |
What is the basic different in the Kvm switches, where one is digital only and another one is Analog, VGA and digital. Thank you for your inquiry, Functionally the main difference for a KVM that supports digital signal is that you can plug in a DVI (DVI-D, DVI-I), a HDMI, or a DisplayPort cable into the KVM without an active converter (passive adapters may still be required). An Analog signal allows for VGA cables. Signal wise, the main difference is that over longer distances an analog signal slowly degradates in quality, while a digital signal will be full quality until the distance gets too long and the signal fully cuts out. Analog typically allows for longer distances. 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. |
What's the best option for a 4-port KVM switch for home use? I have one laptop with SVGA, one laptop with HDMI, a MacBook Pro with Mini DisplayPort and a desktop with DVI. My monitor supports SVGA, HDMI and DVI. I'm using wired Logitech mouse and wired Logitech keyboard. The Mac has a 3-way converter plug that supports SVGA, HDMI and DVI. I'm inclined to go for a switch that supports DVI-I, and presumably using plug converters for the SVGA and HDMI computers. I currently have a Belkin SOHO KVM (all SVGA), although there are problems with the mouse if the KVM is plugged into a USB 3 port on one of the computers. The computer with HDMI is a brand-new Lenovo ThinkPad T580, where all the USB ports are USB 3.1 (one which is Gen 2/Thunderbolt/DisplayPort) Thank you for your inquiry, For a KVM Switch for home that would support 4 devices with VGA, DVI, HDMI, & Mini-DP connectors, you could use one of the KVM switches below. I would recommend standardizing on HDMI or DVI with Video Converters for the other video connector support, or on CatX which often supports all of the above.
Please let us know if there is anything else we can help you with! |