<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kvm on homelab</title>
    <link>https://homelab.nbkelley.com/tags/kvm/</link>
    <description>Recent content in Kvm on homelab</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://homelab.nbkelley.com/tags/kvm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>KVM Input Switch Sleep Issues</title>
      <link>https://homelab.nbkelley.com/docs/hardware/kvm-troubleshooting/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <guid>https://homelab.nbkelley.com/docs/hardware/kvm-troubleshooting/</guid>
      <description>&lt;h1 id=&#34;kvm-input-switch-sleep-issues&#34;&gt;KVM Input Switch Sleep Issues&lt;a class=&#34;anchor&#34; href=&#34;#kvm-input-switch-sleep-issues&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;what-was-established&#34;&gt;What Was Established&lt;a class=&#34;anchor&#34; href=&#34;#what-was-established&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Switching inputs on a KVM switch can trigger connected PCs to enter sleep mode and fail to wake up. This is typically caused by EDID handshake interruptions or power management settings reacting to display signal loss when the KVM switches away from a connected machine.&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-decisions--troubleshooting-steps&#34;&gt;Key Decisions &amp;amp; Troubleshooting Steps&lt;a class=&#34;anchor&#34; href=&#34;#key-decisions--troubleshooting-steps&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hardware Model&lt;/strong&gt;: Inland Dual 4K Display KVM Switch/Dock.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;EDID Emulation&lt;/strong&gt;: The most critical fix. Ensure the KVM is configured for EDID emulation (often via dip switches or firmware settings) to maintain a persistent display handshake and prevent the host OS from detecting a disconnected monitor.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Firmware Updates&lt;/strong&gt;: Check manufacturer resources (e.g., Micro Center for Inland) for firmware updates to improve display handshake compatibility.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Windows Power Management&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Set &amp;lsquo;Screen&amp;rsquo; and &amp;lsquo;Sleep&amp;rsquo; to &amp;lsquo;Never&amp;rsquo; in Power &amp;amp; Sleep settings.&lt;/li&gt;&#xA;&lt;li&gt;Adjust NVIDIA Control Panel power management to &amp;lsquo;Prefer Maximum Performance&amp;rsquo;.&lt;/li&gt;&#xA;&lt;li&gt;Use Group Policy (&lt;code&gt;gpedit.msc&lt;/code&gt;) to disable video/display power saving templates.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Linux Mint Power Management&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Configure &lt;code&gt;/etc/X11/xorg.conf&lt;/code&gt; to disable blank/standby/suspend/off times (&lt;code&gt;ServerFlags&lt;/code&gt; section).&lt;/li&gt;&#xA;&lt;li&gt;Add &lt;code&gt;xset s off&lt;/code&gt; and &lt;code&gt;xset -dpms&lt;/code&gt; to startup applications.&lt;/li&gt;&#xA;&lt;li&gt;Modify GRUB cmdline (&lt;code&gt;/etc/default/grub&lt;/code&gt;) with &lt;code&gt;video=vesafb:off video=eefb:off drm_kms_helper.edid_firmware=edid/1920x1080.bin&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hardware Checks&lt;/strong&gt;: Use high-quality/shorter HDMI/DisplayPort cables, ensure direct monitor connections to KVM outputs, and utilize the KVM&amp;rsquo;s built-in USB hub for peripherals.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Workaround&lt;/strong&gt;: Manual wake via brief power button press or keyboard input if automatic wake fails due to lost display signal.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;historical-notes&#34;&gt;Historical Notes&lt;a class=&#34;anchor&#34; href=&#34;#historical-notes&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Conversation date: 2025-11-29.&lt;/li&gt;&#xA;&lt;li&gt;Specific to Inland Dual 4K KVM dock behavior.&lt;/li&gt;&#xA;&lt;li&gt;EDID emulation is consistently the primary resolution for this class of KVM-induced sleep issues.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;open-questions&#34;&gt;Open Questions&lt;a class=&#34;anchor&#34; href=&#34;#open-questions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Does the specific Inland dock model have a known firmware revision that fully resolves this behavior?&lt;/li&gt;&#xA;&lt;li&gt;Are external EDID emulators required if built-in emulation remains insufficient?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;related-pages&#34;&gt;Related Pages&lt;a class=&#34;anchor&#34; href=&#34;#related-pages&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;wiki/hardware/monitor-standards.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;wiki/infrastructure/gpu-passthrough-lxc.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;sources&#34;&gt;Sources&lt;a class=&#34;anchor&#34; href=&#34;#sources&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;ingested/chats/122-KVM Input Switch Causes PC Sleep Issue.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
