<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Custom resolution]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I am using magic mirror on RPI3. But i need to set up resolution 1024*600 becuse i am using tft display with that resolution. How can i change resolution to this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/6686/custom-resolution</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 18:37:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6686.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Mar 2018 13:13:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom resolution on Fri, 02 Mar 2018 07:39:52 GMT]]></title><description><![CDATA[<p dir="auto">Thanx i have set and now work normaly.</p>
]]></description><link>https://forum.magicmirror.builders/post/36462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36462</guid><dc:creator><![CDATA[blazkom]]></dc:creator><pubDate>Fri, 02 Mar 2018 07:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Custom resolution on Fri, 02 Mar 2018 07:11:14 GMT]]></title><description><![CDATA[<p dir="auto">From the official Raspberry site:<br />
<a href="https://www.raspberrypi.org/documentation/configuration/config-txt/video.md" target="_blank" rel="noopener noreferrer nofollow ugc">Video mode</a></p>
<pre><code>Custom mode

If your monitor requires a mode that is not in one of the tables above, then it's possible to define a custom CVT mode for it instead:

***please note, need to ad a blank space before the bracket, in order to display it here correctly***
hdmi_cvt=&lt; width&gt; &lt; height&gt; &lt; framerate&gt; &lt; aspect&gt; &lt; margins&gt; &lt; interlace&gt; &lt; rb&gt;

Value 	Default 	Description
width 	(required) 	width in pixels
height 	(required) 	height in pixels
framerate 	(required) 	framerate in Hz
aspect 	3 	aspect ratio 1=4:3, 2=14:9, 3=16:9, 4=5:4, 5=16:10, 6=15:9
margins 	0 	0=margins disabled, 1=margins enabled
interlace 	0 	0=progressive, 1=interlaced
rb 	0 	0=normal, 1=reduced blanking

Fields at the end can be omitted to use the default values.

Note that this simply creates the mode (group 2 mode 87). In order to make the Pi use this by default, you must add some additional settings. For example, the following selects an 800 × 480 resolution and enables audio drive:

hdmi_cvt=800 480 60 6
hdmi_group=2
hdmi_mode=87
hdmi_drive=2

This may not work if your monitor does not support standard CVT timings.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/36461</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36461</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Fri, 02 Mar 2018 07:11:14 GMT</pubDate></item><item><title><![CDATA[Reply to Custom resolution on Thu, 01 Mar 2018 14:14:04 GMT]]></title><description><![CDATA[<p dir="auto">I will try, but problem is that resolution is not standard that is listed on this Linux, resolution that i need is 1024x600<img src="https://i.stack.imgur.com/h4lfW.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/36435</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36435</guid><dc:creator><![CDATA[blazkom]]></dc:creator><pubDate>Thu, 01 Mar 2018 14:14:04 GMT</pubDate></item><item><title><![CDATA[Reply to Custom resolution on Thu, 01 Mar 2018 14:05:41 GMT]]></title><description><![CDATA[<p dir="auto">Usually the OS in the background should autodetect the resolution of the TFT.<br />
If not and you are already autostarted the MM system, try to</p>
<pre><code>pm2 stop
</code></pre>
<p dir="auto">via SSH<br />
and try to change the resolution manually on the running Linux.<br />
(Maybe you can add temporarily a mouse to the pi or log in remotely via VNC)<br />
VNC can be enabled via SSH within the console (sudo raspi-config)</p>
]]></description><link>https://forum.magicmirror.builders/post/36433</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36433</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Thu, 01 Mar 2018 14:05:41 GMT</pubDate></item></channel></rss>