<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2651&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Miyo Modern: problem with external monitor]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2651</link>
		<description><![CDATA[The most recent posts in Miyo Modern: problem with external monitor.]]></description>
		<lastBuildDate>Thu, 07 Feb 2019 03:44:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14099#p14099</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>According to the initial question: <strong>w3 needs</strong> to clone &quot;LVDS1&quot; to &quot;VGA1&quot; with one single xrandr-command. May <ins>man xrandr</ins> helps?</p></div></blockquote></div><p>I need working this command in Miyo.</p><div class="codebox"><pre><code>sh -c `xrandr --output VGA1 --mode 1600x900 --rate 60.00 --same-as LVDS1 --output LVDS1 --off` &amp;</code></pre></div><p>This command work fine for me in Devuan Netinstall using Pekwm</p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Thu, 07 Feb 2019 03:44:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14099#p14099</guid>
		</item>
		<item>
			<title><![CDATA[Re: Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14098#p14098</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Are you sure it is <span class="bbc">sc -c ...</span> and not <span class="bbc">sh -c ....</span>.<br />But then, why not have the command <span class="bbc">xrandr ...</span> directly? What does <span class="bbc">sc</span> do?</p></div></blockquote></div><p>I wrote wrong. Correctly is <span class="bbc">sh -c</span></p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Thu, 07 Feb 2019 03:38:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14098#p14098</guid>
		</item>
		<item>
			<title><![CDATA[Re: Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14091#p14091</link>
			<description><![CDATA[<p>In addition to the answers of MiyoLinux and ralph.ronnquist:</p><div class="quotebox"><cite>w3 wrote:</cite><blockquote><div><p>I have a notebook with the monitor defective, so I use an external VGA monitor.<br />((snipped))<br />Finally I created a <span class="bbu">~ / .xinitrc</span> file, since the default installation did not create one and put the command.<br />((snipped))</p></div></blockquote></div><p>IMHO the X server does right <em>automagically</em> in most cases (and miyolinux is a <em>well supported</em> distribution of devuan/ascii ;-)</p><div class="quotebox"><cite>MiyoLinux wrote:</cite><blockquote><div><p>Dual monitors is something I&#039;ve never dealt with, ...</p></div></blockquote></div><p>Now the gory details: According to ralph.ronnquist I don&#039;t understand <span class="bbc">sc -c ...</span>, too. And it is hard to believe in the&#160; need of <span class="bbu">~ / .xinitrc</span>. And I&#039;ve never heard about &quot;the <strong>Pekwm</strong> window manager&quot; up to now, I believe in <span class="bbu">slim/xfce</span> :-) Basically <strong>slim</strong> starts the X server with <span class="bbc">/var/log/Xorg.0.log</span>, then <strong>xfce</strong> tooks the windows management, Then you will see errors in <span class="bbc">tail -f ~/.xsession-errors</span>. To keep a long story short:</p><div class="codebox"><pre><code>xrandr -q -v</code></pre></div><p>is your friend. On MY laptop it looks like:</p><p><span class="bbc">xrandr program version 1.5.0</span> devuan/ascii as of this writing<br /><span class="bbc">LVDS1 connected ... 1024x768 ...</span> screen of laptop<br /><span class="bbc">VGA1 connected ... 1280x1024 ...</span> external monitor</p><p>Initially (after 1st install) both screens show the same content.</p><p>BTW: I&#039;m using <em>both</em> screens as <em>one</em> &quot;Arbeitsfläche&quot; with<br /><span class="bbc">xrandr&#160; --output LVDS1 --primary --auto --rotate normal --pos 0x0 \</span><br /><span class="bbc">&#160; &#160; &#160; &#160; --output VGA1&#160; &#160; &#160; &#160; &#160; &#160; --auto --rotate normal --left-of LVDS1</span></p><p>According to the initial question: <strong>w3 needs</strong> to clone &quot;LVDS1&quot; to &quot;VGA1&quot; with one single xrandr-command. May <ins>man xrandr</ins> helps?</p>]]></description>
			<author><![CDATA[dummy@example.com (guuml.dev1)]]></author>
			<pubDate>Thu, 07 Feb 2019 02:44:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14091#p14091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14082#p14082</link>
			<description><![CDATA[<p>Are you sure it is <span class="bbc">sc -c ...</span> and not <span class="bbc">sh -c ....</span>.<br />But then, why not have the command <span class="bbc">xrandr ...</span> directly? What does <span class="bbc">sc</span> do?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 06 Feb 2019 22:36:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14082#p14082</guid>
		</item>
		<item>
			<title><![CDATA[Re: Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14080#p14080</link>
			<description><![CDATA[<p>Dual monitors is something I&#039;ve never dealt with, so I may not have an answer. These are just guesses. If someone else has an answer, feel free to supply it. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Does xrandr show the other monitor?</p><p>Does running that command in the terminal work?</p><p>If so, have you tried putting the desktop application that you created in /etc/xdg/autostart ?</p><p>What about creating a script; such as...</p><div class="codebox"><pre><code>!#/bin/sh
sc -c `xrandr --output VGA1 --mode 1600x900 --rate 60.00 --same-as LVDS1 --output LVDS1 --off`</code></pre></div><p>...Mark it as executable, and place it in /usr/bin/ (as an example).</p><p>Then try adding the script to ~/.config/openbox/autostart</p><p>As an example, I&#039;ll use &quot;external-monitor&quot; as the name of the script, and it was placed in /usr/bin/.</p><div class="codebox"><pre><code>/usr/bin/external-monitor &amp;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Wed, 06 Feb 2019 22:06:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14080#p14080</guid>
		</item>
		<item>
			<title><![CDATA[Miyo Modern: problem with external monitor]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14077#p14077</link>
			<description><![CDATA[<p>I have a notebook with the monitor defective, so I use an external VGA monitor.</p><p>With a convensional install of Devuan netinstall using the Pekwm window manager I manage the resolution of my VGA monitor and turn off the internal monitor of the Notebook with the following command colacado in /home/$USER/.pekwm/start</p><div class="codebox"><pre><code>sh -c `xrandr --output VGA1 --mode 1600x900 --rate 60.00 --same-as LVDS1 --output LVDS1 --off` &amp;</code></pre></div><p>However I can not do the trick using Miyo Modern.</p><p>I tried this on:&#160; <span class="bbu">~ / .config / openbox / autostart</span></p><p>creating an lxrandr.desktop with this command following the creation standard of this file and putting in:<br /><span class="bbu">~ / .config / autostart /<br /></span><br />Finally I created a <span class="bbu">~ / .xinitrc</span> file, since the default installation did not create one and put the command.</p><p>But nothing works. Something new for me to try?</p>]]></description>
			<author><![CDATA[dummy@example.com (w3)]]></author>
			<pubDate>Wed, 06 Feb 2019 20:28:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14077#p14077</guid>
		</item>
	</channel>
</rss>
