<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Rotate a Raspberry Pi HDMI Touchscreen to Portrait Mode	</title>
	<atom:link href="https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/</link>
	<description>This one guy, you know?</description>
	<lastBuildDate>Fri, 18 Nov 2022 19:01:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: m_bey		</title>
		<link>https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1228</link>

		<dc:creator><![CDATA[m_bey]]></dc:creator>
		<pubDate>Sun, 12 Sep 2021 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.matthewbey.com/?p=2480#comment-1228</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1227&quot;&gt;Grégory&lt;/a&gt;.

nice!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1227">Grégory</a>.</p>
<p>nice!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grégory		</title>
		<link>https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1227</link>

		<dc:creator><![CDATA[Grégory]]></dc:creator>
		<pubDate>Sun, 12 Sep 2021 17:42:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.matthewbey.com/?p=2480#comment-1227</guid>

					<description><![CDATA[Hello M_BEY !
Thank you so much, It works perfectly, I&#039;m finally able to rotate screen on my pi with touch working!

The best solution :)]]></description>
			<content:encoded><![CDATA[<p>Hello M_BEY !<br />
Thank you so much, It works perfectly, I&#8217;m finally able to rotate screen on my pi with touch working!</p>
<p>The best solution 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: m_bey		</title>
		<link>https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1136</link>

		<dc:creator><![CDATA[m_bey]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 20:51:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.matthewbey.com/?p=2480#comment-1136</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1135&quot;&gt;Roger&lt;/a&gt;.

Roger, that&#039;s an interesting problem. I&#039;ve got the Pi4, so that might have different hardware interfaces. A lot of working with any Linux setup is making sure you&#039;ve got the exact same setup as the myriad blog posts. Are you putting the lcd_rotate=2 into /boot/config.txt ? The /X11 settings are just to change the orientation of the touch-interface (which is different from the visual display).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1135">Roger</a>.</p>
<p>Roger, that&#8217;s an interesting problem. I&#8217;ve got the Pi4, so that might have different hardware interfaces. A lot of working with any Linux setup is making sure you&#8217;ve got the exact same setup as the myriad blog posts. Are you putting the lcd_rotate=2 into /boot/config.txt ? The /X11 settings are just to change the orientation of the touch-interface (which is different from the visual display).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roger		</title>
		<link>https://www.matthewbey.com/rotate-raspberry-pi-hdmi-touchscreen/#comment-1135</link>

		<dc:creator><![CDATA[Roger]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 20:09:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.matthewbey.com/?p=2480#comment-1135</guid>

					<description><![CDATA[But I AM using &quot;official raspberry pi hardware.&quot;  In the past, a simple lcd_rotate=2 would rotate screen orientation 180 degrees and allow my official pi touchscreen to sit as designed so I could velcro it to my dash.  No such luck this time.
As far as cd /usr/share/X11/xorg.conf.d/ is concerned--there&#039;s no /X11/anything under /usr/share/.  I&#039;ve been banging away with instructions from helpful people that either can&#039;t be followed, or they have no effect when they can be followed.
My screen is the official Raspberry Pi 7&quot; touch screen, connected via ribbon cable to the pi 3B+ monitor port, and powered off the pi as well.  I just upgraded my OpenAuto installation with a fresh install of OpenAuto Pro 12.0.   OS is NAME=&quot;Raspbian GNU/Linux&quot;
VERSION_ID=&quot;10&quot;
VERSION=&quot;10 (buster)&quot;
VERSION_CODENAME=buster
Any help would be appreciated.]]></description>
			<content:encoded><![CDATA[<p>But I AM using &#8220;official raspberry pi hardware.&#8221;  In the past, a simple lcd_rotate=2 would rotate screen orientation 180 degrees and allow my official pi touchscreen to sit as designed so I could velcro it to my dash.  No such luck this time.<br />
As far as cd /usr/share/X11/xorg.conf.d/ is concerned&#8211;there&#8217;s no /X11/anything under /usr/share/.  I&#8217;ve been banging away with instructions from helpful people that either can&#8217;t be followed, or they have no effect when they can be followed.<br />
My screen is the official Raspberry Pi 7&#8243; touch screen, connected via ribbon cable to the pi 3B+ monitor port, and powered off the pi as well.  I just upgraded my OpenAuto installation with a fresh install of OpenAuto Pro 12.0.   OS is NAME=&#8221;Raspbian GNU/Linux&#8221;<br />
VERSION_ID=&#8221;10&#8243;<br />
VERSION=&#8221;10 (buster)&#8221;<br />
VERSION_CODENAME=buster<br />
Any help would be appreciated.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
