<?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=3565&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3565</link>
		<description><![CDATA[The most recent posts in AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600.]]></description>
		<lastBuildDate>Sun, 07 Jun 2020 12:46:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22445#p22445</link>
			<description><![CDATA[<p>Making a NAVI based GPU work under Beowulf without the PRO driver</p><p>The latest AMD GPUs like an RX5300, RX5500, RX5600 or RX5700 require a kernel &gt;= 5.4 and latest firmware to support NAVI10 re. NAVI14 chipsets. Suitable kernels are available in backports. The latest firmware available in the Debian/Devuan repos across all suites is dated 2019-07-17 which is too old. Special action is required. </p><p>Install Beowulf at least to command line level. Myself had the privilegue to have an older AMD GPU around which I used to install a full graphical desktop, in my case Lightdm/Mate. </p><p>All commands need to be run as root. </p><p>To be able to install a new kernel add this line to your sources.list:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged beowulf-backports main contrib non-free</code></pre></div><p>Then run</p><div class="codebox"><pre><code># apt update
# apt list linux-image-5.*</code></pre></div><p>or</p><div class="codebox"><pre><code># apt list linux-image-5.5*</code></pre></div><p>Currently you may find 5.4.0-0.bpo.2, 5.4.0-0.bpo.3, 5.4.0-0.bpo.4 and 5.5.0-0.bpo.2 kernels in backports. This may change over time. Install:</p><div class="codebox"><pre><code># apt install linux-image-5.5.0-0.bpo.2-amd64</code></pre></div><p>Get the latest firmware from the linux kernel pages on github and copy it to the right place:</p><div class="codebox"><pre><code># apt install git
# cd /tmp
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
# cd linux-firmware/
# cp -va amdgpu/ /lib/firmware/</code></pre></div><p>This update of the initramfs is very important.</p><div class="codebox"><pre><code># update-initramfs -u
# reboot</code></pre></div><p>Enjoy your new graphics.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 07 Jun 2020 12:46:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22445#p22445</guid>
		</item>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22428#p22428</link>
			<description><![CDATA[<p>A condensed version with the essentials is always good, especially when I don&#039;t have to do it. Thanks. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 06 Jun 2020 16:22:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22428#p22428</guid>
		</item>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22412#p22412</link>
			<description><![CDATA[<p>@fsmithred: I am sorry, looks like I need to explain where I am coming from. </p><p>You posted a thread about support for a RX5600 with the PRO driver package. HOAS answered that there is a way without this driver. I just wanted to confirm that I managed to get a RX5500 working without this driver which uses a chipset out of the same family. Navi10 and Navi14 should behave similar. Both threads linked naturally show all the detours, dead ends and uturns taken.</p><p>If desirable I could try to condense that to what is really required (as far as I remember. Slowly getting old...). </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 06 Jun 2020 12:08:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22412#p22412</guid>
		</item>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22402#p22402</link>
			<description><![CDATA[<p>I&#039;m not really on this thread.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 06 Jun 2020 02:47:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22402#p22402</guid>
		</item>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22321#p22321</link>
			<description><![CDATA[<p>@fsmithred: have a look at these two threads:<br /><a href="https://dev1galaxy.org/viewtopic.php?id=3461" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3461</a> and <a href="https://dev1galaxy.org/viewtopic.php?id=3358" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=3358</a>.</p><p>Got an AMD RX5500 working with Beowulf/EFI/Mate/5.5 kernel from backports. I used the way to load the firmware as described in the linked bugreport, and an update-initramsfs past that, and it worked. </p><p>Try it with your RX5600, rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 04 Jun 2020 17:36:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22321#p22321</guid>
		</item>
		<item>
			<title><![CDATA[Re: AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22315#p22315</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>The fundamental problem is that the open source drivers, even in Beowulf Backports do not appear to yet support this released card.</p></div></blockquote></div><p>Are you sure it&#039;s not a firmware issue? Debian haven&#039;t updated the AMD firmware since July last year so Navi &amp; Renoir cards aren&#039;t supported. Check if the amdgpu kernel module is loaded, if it is then the card is supported but the firmware is missing (grep dmesg for &#039;firmware&#039;).</p><p>The firmware can be grabbed from upstream: <a href="http://forums.debian.net/viewtopic.php?p=721727#p721727" rel="nofollow">http://forums.debian.net/viewtopic.php?p=721727#p721727</a></p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>AMD *does* have a closed source driver for Debian.</p></div></blockquote></div><p>Performance under the AMDGPU-PRO driver is inferior compared to the open source version and AMD themselves do not recommend it except for their Pro-series video cards: <a href="https://www.amd.com/en/support/kb/release-notes/amdgpu-installation" rel="nofollow">https://www.amd.com/en/support/kb/relea … stallation</a></p><p>EDIT: the card is definitely supported by the open source amdgpu driver: <a href="https://www.phoronix.com/scan.php?page=article&amp;item=rx5600xt-linux-vbios&amp;num=1" rel="nofollow">https://www.phoronix.com/scan.php?page= … bios&amp;num=1</a></p><p>MX Linux have packaged up the Ubuntu firmware, it should be compatible with Devuan: <a href="http://mxrepo.com/mx/repo/pool/ahs/l/linux-firmware/" rel="nofollow">http://mxrepo.com/mx/repo/pool/ahs/l/linux-firmware/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 04 Jun 2020 16:58:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22315#p22315</guid>
		</item>
		<item>
			<title><![CDATA[AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22314#p22314</link>
			<description><![CDATA[<p>From nemo in #devuan on freenode irc:</p><div class="quotebox"><blockquote><div><p>AMDGPU-PRO 20.10 on Devuan Beowulf with an AMD RX5600</p><p>The fundamental problem is that the open source drivers, even in Beowulf Backports do not appear to yet support this released card. AMD *does* have a closed source driver for Debian. It has a few gotchas however that I&#039;ll try to document here.</p><p>The first is that their installer checks for a &quot;legit&quot; debian based distro. For them, that&#039;s an ID of debian, mint, or ubuntu (this was an improvement over 16.40 that only supported ubuntu). Adding |devuan to the amdgpu-install script in the os_release() section is fairly trivial.</p><p>Once that&#039;s done, the install proceeds smoothly. It creates a new file repo for the .debs it installed.</p><p>The problems start if you attempt to reboot. The symptoms I experienced were that the AMDGPU-PRO 20.10 appears to use a Video ABI of 23 (this is visible on stderr if you startx) and causes crashes in Xorg (visible in log) causing fallback in Xorg and an endless flickering loop probably &#039;cause kernel has wildly different stuff loaded.</p><p>The only fix I could find was to downgrade Xorg from 1.20 to 1.19 to match the video ABI. ascii-xorg.pref does this. You just toss it into your /etc/apt/preferences.d, append deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> ascii main non-free contrib sources.list, and update/upgrade.</p><p>The downside. Two meta packages, task-desktop and task-mate-desktop that I had installed (and probably related desktop metas) seem to force depend on 1.20 for some reason (why, no idea - you&#039;d think that&#039;d be a lower dependency if necessary) and have to be removed. This *will* confuse apt autoremove. In my case I was able to manage things by explicitly installing libreoffice.</p><p>Once you&#039;ve done that and rebooted, everything seems to work fine! Graphics are working beautifully, and I assume the pro package lets me play around with ML/opencl stuff too, but haven&#039;t tried that yet.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 04 Jun 2020 16:44:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22314#p22314</guid>
		</item>
	</channel>
</rss>
