<?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=5980&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / CALL FOR TESTERS: testing Xorg (fork) update]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5980</link>
		<description><![CDATA[The most recent posts in CALL FOR TESTERS: testing Xorg (fork) update.]]></description>
		<lastBuildDate>Tue, 12 Sep 2023 10:53:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44233#p44233</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Thanks. Good. Yes, we have seen a termination delay in some settings... not sure why that is.</p><p>Please email your observations with the Xorg log attached (would be <span class="bbc">~/.local/usr/share/xorg/Xorg.0.log</span> maybe?) as bug report:</p><div class="codebox"><pre><code>$ reportbug xserver-xorg-core</code></pre></div></div></blockquote></div><p><a href="https://bugs.devuan.org/cgi/bugreport.cgi?bug=792" rel="nofollow">https://bugs.devuan.org/cgi/bugreport.cgi?bug=792</a></p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Tue, 12 Sep 2023 10:53:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44233#p44233</guid>
		</item>
		<item>
			<title><![CDATA[Re: CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44226#p44226</link>
			<description><![CDATA[<p>Thanks. Good. Yes, we have seen a termination delay in some settings... not sure why that is.</p><p>Please email your observations with the Xorg log attached (would be <span class="bbc">~/.local/usr/share/xorg/Xorg.0.log</span> maybe?) as bug report:</p><div class="codebox"><pre><code>$ reportbug xserver-xorg-core</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 12 Sep 2023 08:37:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44226#p44226</guid>
		</item>
		<item>
			<title><![CDATA[Re: CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44222#p44222</link>
			<description><![CDATA[<p>I can confirm vt switching with startx is working for me now using that experimental package. I made a new install, used &quot;NO&quot; non free firmware or software, added contrib and the experimental repos. There is some lag exiting the session by about 5 - 10 seconds, not sure what that is about but happens on jwm and icewm.</p><p>Machine = virtualbox amd64 (VirtualBox Graphical User Interface Version 7.0.10 r158379)<br />Window Manager = icewm and jwm<br />Devuan version 5 Daedalus</p><p>starting icewm via <span class="bbc">$HOME/.xinitrc</span> as per below.</p><div class="codebox"><pre><code>xrdb -merge ~/.Xresources &amp;
xrandr --output Virtual-1 --mode 1920x1200 &amp;
(sleep 2s &amp;&amp; exec dbus-launch --exit-with-session icewm) &amp;</code></pre></div><p>Hope that helps, let me know if you need any files from the VM etc, im new to testing.</p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Tue, 12 Sep 2023 08:11:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44222#p44222</guid>
		</item>
		<item>
			<title><![CDATA[Re: CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44220#p44220</link>
			<description><![CDATA[<p>All testing is good; Ideally it will get a wide range of testing, with different setups and different usage patterns.</p><p>So it&#039;s a good thing also to test with virtual machines. We have of course tested in one such setup:</p><ul><li><p>qemu with daedalus</p></li><li><p>using a qxl emulation graphics device</p></li><li><p>two users + root in 4 VTs, with one user in 2 VTs</p></li><li><p>all using <span class="bbc">startx jwm</span></p></li><li><p>testing with elogind installed</p></li><li><p>and testing with both elogind and seatd installed (defaults to using seatd)</p></li><li><p>VT switch triggered via <span class="bbc">chvt</span> in root shell via ssh</p></li></ul><p>There are many test scenarios but Xorg is kind of fundamental so the more it&#039;s tested before going into the release, the better.</p><p><strong>Suggested hands-on to bring in test packages (xserver-xorg-core and xserver-xorg-common):</strong></p><div class="codebox"><pre><code>1 # echo &quot;deb http://deb.devuan.org/devuan experimental main&quot; &gt; /etc/apt/sources.list.d/X.list
2 # apt-get update
3 # apt-cache policy xserver-xorg-core xserver-xorg-common
4 # apt-get install --no-install-recommends -t experimental xserver-xorg-core</code></pre></div><p>Note that step 3 is for you to verify that the packages from experimental are available, and so you can make note of the original package versions.</p><p>Make a note of which packages get installed, if there for some reason are more than those (there shouldn&#039;t be).</p><p>Restore to version <span class="bbc">$VERSION</span> with</p><div class="codebox"><pre><code># apt-get install xserver-xorg-core=$VERSION xserver-xorg-common=$VERSION</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 12 Sep 2023 04:26:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44220#p44220</guid>
		</item>
		<item>
			<title><![CDATA[Re: CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44218#p44218</link>
			<description><![CDATA[<p>Is virtual machine ok or do you need bare metal?</p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Tue, 12 Sep 2023 01:28:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44218#p44218</guid>
		</item>
		<item>
			<title><![CDATA[CALL FOR TESTERS: testing Xorg (fork) update]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44217#p44217</link>
			<description><![CDATA[<p>This is a CALL FOR TESTERS:</p><p>if you run startx as non-root, using daedalus and ceres, you are invited to test the devuan/experimental build and send some feedback to me or LeePen.</p><p>The experimental Xorg&#160; an update that is happy about VT switching (supported by either seatd or elogind) but we want more confirming tests of this.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 11 Sep 2023 22:25:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44217#p44217</guid>
		</item>
	</channel>
</rss>
