<?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=7068&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Got wayland on gnome working(AMDGPU only, nvidia has problems)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7068</link>
		<description><![CDATA[The most recent posts in Got wayland on gnome working(AMDGPU only, nvidia has problems).]]></description>
		<lastBuildDate>Tue, 11 Feb 2025 16:07:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Got wayland on gnome working(AMDGPU only, nvidia has problems)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54483#p54483</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>For this purpose you can use Gnome auto-starting mechanism.</p></div></blockquote></div><p>Indeed and use something like this to ensure you do not get conflicting instances of it started as well.</p><div class="codebox"><pre><code>zeus@9600k:~$ cat bin/pipewire_start.sh 
#!/bin/bash

# Added to start pipewire on login to desktop
# https://dev1galaxy.org/viewtopic.php?id=5867
# was the ~/.xsessionrc -rw-rw-r-- permissions
# now ~/bin/pipewire_start.sh executable permissions
# as bash script loaded from KDE autostart in System Settings

# kill any existing pipewire instance to restore sound
pkill -u &quot;$USER&quot; -fx /usr/bin/pipewire-pulse 1&gt;/dev/null 2&gt;&amp;1
pkill -u &quot;$USER&quot; -fx /usr/bin/wireplumber 1&gt;/dev/null 2&gt;&amp;1
pkill -u &quot;$USER&quot; -fx /usr/bin/pipewire 1&gt;/dev/null 2&gt;&amp;1

exec /usr/bin/pipewire &amp;

# wait for pipewire to start before attempting to start related daemons
while [ &quot;$(pgrep -f /usr/bin/pipewire)&quot; = &quot;&quot; ] ; do
   sleep 1
done

# start wireplumber
exec /usr/bin/wireplumber &amp;

# start pipewire-pulse
exec /usr/bin/pipewire-pulse &amp;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Tue, 11 Feb 2025 16:07:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54483#p54483</guid>
		</item>
		<item>
			<title><![CDATA[Re: Got wayland on gnome working(AMDGPU only, nvidia has problems)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54480#p54480</link>
			<description><![CDATA[<p>Hello.</p><p>For this purpose you can use Gnome auto-starting mechanism.</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Tue, 11 Feb 2025 13:33:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54480#p54480</guid>
		</item>
		<item>
			<title><![CDATA[Got wayland on gnome working(AMDGPU only, nvidia has problems)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54472#p54472</link>
			<description><![CDATA[<p>I added these lines to .profile:<br />wireplumber &amp;</p><p>pipewire &amp;</p><p>pipewire-pulse &amp;</p><p>The sound was working fine this time. Only, as I have Nvidia GPU now, brave doesn&#039;t open. There are small quirks.</p><p>Edit: I inserted a RX550 instead, now Wayland session works. Sound also works. It didn&#039;t work before. Even brave opens.</p><p>Also with nvidia even commands like inxi -G doesn&#039;t work well. Weird.</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Mon, 10 Feb 2025 23:37:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54472#p54472</guid>
		</item>
	</channel>
</rss>
