<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edid &#8211; My Shitty Code</title>
	<atom:link href="https://myshittycode.com/tag/edid/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 04:02:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://myshittycode.com/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>edid &#8211; My Shitty Code</title>
	<link>https://myshittycode.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">205304208</site>	<item>
		<title>macOS Big Sur: Poor Screen Quality When Connecting to Old Monitor via HDMI</title>
		<link>https://myshittycode.com/2021/03/09/macos-big-sur-poor-screen-quality-when-connecting-to-old-monitor-via-hdmi/</link>
					<comments>https://myshittycode.com/2021/03/09/macos-big-sur-poor-screen-quality-when-connecting-to-old-monitor-via-hdmi/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 02:58:06 +0000</pubDate>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[edid]]></category>
		<category><![CDATA[hdmi]]></category>
		<category><![CDATA[MacOS]]></category>
		<guid isPermaLink="false">https://myshittycode.com/?p=1196</guid>

					<description><![CDATA[<p>PROBLEM You have a shiny Mac laptop running macOS Big Sur. This laptop is connected to an old external monitor via HDMI. The screen quality looks pixelated and fuzzy. Running font smoothing (as below) doesn&#8217;t fix the problem: You are poor enough to buy a new 4K monitor. SOLUTION The usage of HDMI seems to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2021/03/09/macos-big-sur-poor-screen-quality-when-connecting-to-old-monitor-via-hdmi/">macOS Big Sur: Poor Screen Quality When Connecting to Old Monitor via HDMI</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">PROBLEM</h2>



<p>You have a shiny Mac laptop running macOS Big Sur. This laptop is connected to an old external monitor via HDMI. The screen quality looks pixelated and fuzzy.</p>



<p>Running font smoothing (as below) doesn&#8217;t fix the problem:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
defaults -currentHost write -g AppleFontSmoothing -int 3
</pre></div>


<p>You are poor enough to buy a new 4K monitor.</p>



<h2 class="wp-block-heading">SOLUTION</h2>



<p>The usage of HDMI seems to fool macOS Big Sur, thinking your old monitor is a glorious new TV. This causes macOS to use YPbPr instead of RGB mode.</p>



<p>The fix is to perform Extended Display Identification Data (EDID) override to force macOS to use RGB mode.</p>



<p>Some instructions on the web are inaccurate. There&#8217;s no need to reboot into Recovery Mode to disable System Integrity Protection (SIP) via <b>csrutil</b> first.</p>



<p>Instead, run the following command:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
sudo mkdir -p /Library/Displays/Contents/Resources/Overrides
cd /Library/Displays/Contents/Resources/Overrides
sudo curl -O https://gist.githubusercontent.com/ejdyksen/8302862/raw/patch-edid.rb
sudo ruby patch-edid.rb
</pre></div>


<p>Reboot the laptop.</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2021/03/09/macos-big-sur-poor-screen-quality-when-connecting-to-old-monitor-via-hdmi/">macOS Big Sur: Poor Screen Quality When Connecting to Old Monitor via HDMI</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2021/03/09/macos-big-sur-poor-screen-quality-when-connecting-to-old-monitor-via-hdmi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1196</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Disk

Served from: myshittycode.com @ 2026-02-20 20:07:27 by W3 Total Cache
-->