<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>no video — Your Destination for Single Board Computers</title>
        <link>https://forum.loverpi.com/</link>
        <pubDate>Sat, 14 Jan 2023 08:37:06 +0000</pubDate>
        <language>en</language>
            <description>no video — Your Destination for Single Board Computers</description>
    <atom:link href="https://forum.loverpi.com/discussions/tagged/no-video/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Getting EDID of your monitor on mainline Linux for Unsupported Resolutions or Black Screen</title>
        <link>https://forum.loverpi.com/discussion/271/getting-edid-of-your-monitor-on-mainline-linux-for-unsupported-resolutions-or-black-screen</link>
        <pubDate>Wed, 15 Aug 2018 12:06:43 +0000</pubDate>
        <category>AML-S905X-CC</category>
        <dc:creator>loverpi</dc:creator>
        <guid isPermaLink="false">271@/discussions</guid>
        <description><![CDATA[<p>The EDID of your monitor can be found in the file here: /sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-HDMI-A-1/edid</p>

<p>It is in binary format so you can't <code>cat</code> it to console. You can use <code>xxd</code> instead.</p>

<p>xxd /sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-HDMI-A-1/edid</p>

<p>This is useful if you are unable to get video output on your monitor. You can decode your monitor's EDID via get-edid in the read-edid package.</p>

<p><code>sudo apt-get install -y read-edid</code><br />
<code>parse-edid &lt; /sys/devices/platform/soc/d0100000.vpu/drm/card0/card0-HDMI-A-1/edid</code></p>
]]>
        </description>
    </item>
   </channel>
</rss>
