<?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=5846&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5846</link>
		<description><![CDATA[The most recent posts in Devuan 5 daedalus gnome wayland doesn't work with nvidia.]]></description>
		<lastBuildDate>Sun, 10 Sep 2023 02:03:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44188#p44188</link>
			<description><![CDATA[<p>Interesting that is, KDE Wayland works with nvidia. With small tinkering. But gnome still doesn&#039;t work. In gnome, also inxi -F doesn&#039;t work in terminal properly. It just stops. Very weird behaviour.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 10 Sep 2023 02:03:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44188#p44188</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43360#p43360</link>
			<description><![CDATA[<p>wayland doesn&#039;t work nvidia is a stupid statement</p>]]></description>
			<author><![CDATA[dummy@example.com (andyp67)]]></author>
			<pubDate>Tue, 15 Aug 2023 18:07:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43360#p43360</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43341#p43341</link>
			<description><![CDATA[<p>The following worked for me to migrate bookworm to daedalus in a virtual machine.<br /><span class="bbc">ssh</span>&#039;ed in the vm, then copy-pasted commands.</p><p>No guaranty!</p><div class="codebox"><pre class="vscroll"><code>$ cat migration.notes.txt

# commands done as &quot;root&quot; 

# stage 1:
apt update
apt upgrade
#apt install sysvinit-core ntp              # no X
apt install sysvinit-core ntp slim openbox  # simple DM and WM to not loose X eventually 
reboot

# stage 2
# keep network as it is
echo &#039;GRUB_CMDLINE_LINUX=&quot;net.ifnames=1&quot;&#039; &gt;&gt;/etc/default/grub
update-grub

keyring=&quot;devuan-keyring_2023.05.28_all.deb&quot;     # daedalus 
[ ! -f &quot;$keyring&quot; ] &amp;&amp; wget http://deb.devuan.org/merged/pool/DEVUAN/main/d/devuan-keyring/&quot;$keyring&quot;
dpkg -i &quot;$keyring&quot;

file=&quot;/etc/apt/sources.list.debian&quot;
[ ! -f &quot;$file&quot; ] &amp;&amp; cp -a /etc/apt/sources.list &quot;$file&quot; 
cat &lt;&lt; EOF &gt;/etc/apt/sources.list
deb http://deb.devuan.org/merged daedalus main contrib non-free non-free-firmware
# add recommended repos 
EOF

apt update
apt upgrade
apt dist-upgrade

apt purge systemd  # just to be sure
# likely, more stuff was de-installed  
# a syslogd may be missing</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Tue, 15 Aug 2023 11:33:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43341#p43341</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43332#p43332</link>
			<description><![CDATA[<p>I am trying to migrate from bookworm the daedalus actually, which it didn&#039;t work.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Mon, 14 Aug 2023 22:00:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43332#p43332</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43329#p43329</link>
			<description><![CDATA[<p>Daedalus release is in progress atm so might be best to avoid accessing repositories until all servers are in sync . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 14 Aug 2023 21:06:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43329#p43329</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43325#p43325</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><p>The problem seems to be with removing systemd at Pid 1, and not locking the system.</p></div></blockquote></div><div class="codebox"><pre><code># apt install sysvinit-core 
# reboot</code></pre></div><p>and <span class="bbc">init</span> is pid 1.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Mon, 14 Aug 2023 20:12:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43325#p43325</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43324#p43324</link>
			<description><![CDATA[<p>You can certainly do it from Bullseye (11) to Chimaera (4). <br />The instructions are here: <br /><a href="https://www.devuan.org/os/documentation/install-guides/chimaera/bullseye-to-chimaera" rel="nofollow">https://www.devuan.org/os/documentation … o-chimaera</a></p><p>The instructions you quote for Stretch (10) to Beowulf (3) are the &#039;official&#039; Devuan instructions.<br /><a href="https://www.devuan.org/os/documentation/dev1fanboy/en/stretch-to-beowulf" rel="nofollow">https://www.devuan.org/os/documentation … to-beowulf</a><br />and should also still work, at least on bare metal, as the source and destinations systems are both essentially frozen.<br />This does assume that the repositories are still there: Beowulf is now quite old.</p><p>If you coming from Bullseye (or earlier) you can convert that and then upgrade to Daedalus: although the upgrade process to Daedalus hasn&#039;t yet been formally documented several of us have done it and reported back to the Forum as to how we did it. It&#039;s pretty straightforward.</p><p>As to converting from Bookworm to Daedalus there aren&#039;t as yet any instructions for this on the Devuan site.<br />I <em>have</em> seem some discussion of the issues on the Devuan DNG list and it doesn&#039;t seem quite as straightforward if systemd is already installed (as you seem to have found). <br />The problem seems to be with removing systemd at Pid 1, and not locking the system.<br />Others more involved than me may be able to better answer how, if at all, this can be done. <br />And if it is possible then no doubt the instructions on how to do it will be published when Daedalus goes live.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 14 Aug 2023 20:01:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43324#p43324</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43323#p43323</link>
			<description><![CDATA[<p>Are you trying to migrate debian stretch to devuan or are you on some other release of debian? The instructions for migration are not the same for every release. And sometimes you have to do something different from the instructions. Say more about what you&#039;re doing.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 14 Aug 2023 18:32:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43323#p43323</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43322#p43322</link>
			<description><![CDATA[<p>What exactly do you mean by &quot;couldn&#039;t remove systemd at all&quot;? Perhaps <span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?id=1925" rel="nofollow">THIS</a></span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 14 Aug 2023 16:32:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43322#p43322</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43320#p43320</link>
			<description><![CDATA[<p>Ok Marjorie, I got one question. Does that debian to devuan thing still working: <a href="https://www.devuan.org/os/documentation/dev1fanboy/en/stretch-to-beowulf.html" rel="nofollow">https://www.devuan.org/os/documentation … owulf.html</a><br />I tried it a few days ago but couldn&#039;t remove systemd at all. I got a debian system, and I want to try migrating to devuan. But I couldn&#039;t on the VM.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Mon, 14 Aug 2023 16:07:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43320#p43320</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43316#p43316</link>
			<description><![CDATA[<p>Just surmising that there&#039;s no one here who:</p><p>1) has chosen Gnome as their DM and<br />2) has an Nvidia graphics card and<br />3) has chosen to try Wayland and has got it working successfully.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 14 Aug 2023 11:17:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43316#p43316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43312#p43312</link>
			<description><![CDATA[<p>Just curious why none helped me yet? If having a working wayland gnome isn&#039;t devs target, then it is ok for me. No worries. I will use xorg then.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 13 Aug 2023 21:58:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43312#p43312</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43273#p43273</link>
			<description><![CDATA[<p>What I did so far today: I uncommented the WaylandEnable=true line. Also, I commented the lines at /lib/udev/rules.d/61-gdm.rules, which were these lines:</p><p>LABEL=&quot;gdm_prefer_xorg&quot;<br />#RUN+=&quot;/usr/libexec/gdm-runtime-config set daemon PreferredDisplayServer xorg&quot;<br />GOTO=&quot;gdm_end&quot;</p><p>LABEL=&quot;gdm_disable_wayland&quot;<br />#RUN+=&quot;/usr/libexec/gdm-runtime-config set daemon WaylandEnable false&quot;<br />GOTO=&quot;gdm_end&quot;</p><p>LABEL=&quot;gdm_end&quot;</p><p>Wayland supposedly works(!) but when I click firefox, it seems to be loading but it won&#039;t open, and finally will shutdown later. I tried to remove that gdm.rules file, still the same thing.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Tue, 08 Aug 2023 20:21:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43273#p43273</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43268#p43268</link>
			<description><![CDATA[<p>On your second point nvidia-persistenced has no real purpose unless you want to use CUDA.</p><p>If you don&#039;t need CUDA then you can just delete it, nvidia works fine without it.</p><p>There was (is still?) a bug in the code that dates back to 2014 that can lead to it not initialising properly. Nothing to do with systemd, just poor code.</p><p>See my post dating back to April 2020.</p><p><a href="https://dev1galaxy.org/viewtopic.php?pid=20903#p20903" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=20903#p20903</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Tue, 08 Aug 2023 14:09:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43268#p43268</guid>
		</item>
		<item>
			<title><![CDATA[Devuan 5 daedalus gnome wayland doesn't work with nvidia]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43261#p43261</link>
			<description><![CDATA[<p>I uncommented the /etc/gdm3/custom.conf WaylandEnable thing, also 61-gdm.rules thing in /usr/blahblah, it simply doesn&#039;t exist there. So it must work with wayland right? But no it doesn&#039;t work. I use nvidia 525 driver.</p><p>It worked when I applied the same things with debian 12. By the way, is nvidia-persistenced important? It doesn&#039;t work in devuan properly. I assume it has hard dependency to systemd.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Mon, 07 Aug 2023 22:19:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43261#p43261</guid>
		</item>
	</channel>
</rss>
