I got my hands in one of these yesterday morning and I am going to build a new PC sometime next weekend. Any recommendation(s) when it comes to driver install (I am coming from an 3080ti) ? I am starting to read the arch wiki for AMDGPU and I think I grasp most of the concepts there.
I have read other forms and they advice, in arch, to get the ‘mesa git, vulkan Radeon git, and some manual firmware’ I know where to look for gits but I am not sure about linux firmware, it says manual so I dont know if i can use fwupd.
I am on ‘6.13.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 27 Feb 2025 18:09:44 +0000 x86_64 GNU/Linux’ and that seems to be the latest arch kernel out, at least today.
So yes, I am asking the community to help out a newbie XD. Thanks for your time!
Being in a similar situation, how might one go about this with a brand new build / fresh install? Install from the onboard video input, install required drivers, etc, then switch inputs?
If you will use Garuda as your OS, you know, its Arch based. So those commands and packages mentioned for ARch in that thread will apply as well for Garuda.
This is why I love Garuda, you can literary use close any fix provided directly from Arch 1 to 1 on Garuda (mostly)
I noticed that we had a kernel update to 6.13.6 and firmware to 20250311.b69d4b74-2. I cant wait to start my spring break to get my build going.
I exchanged my 9800x3d today for a 9950x3d and i cant wait to get that 9070 XT in there and try it.
Sadly this guy ended up just giving up and installing CachyOS which apparently ‘just worked.’ Anyone else here get theirs working well yet? I’ll be tinkering with it tonight.
Kernel and firmware are ready. All you need to do is install the mesa-git, the installation will take some time cause it needs to compile locally.
Because I have as well an iGPU I had most of the needed AMD drivers installed so I did just run >
yay -Syu mesa-git lib32-mesa-git
Otherwise >
yay -Syu mesa-git lib32-mesa-git vulkan-radeon lib32-vulkan-radeon xf86-video-amdgpu
But it really depends, if you are using Garuda and have Open source drivers installed already, the 1st command is all you need to do.
Forgot to mention. 9070 will work as well with the current prod MESA drivers, but if you don’t install the git ones you will not be able to run any games.
# Replace some more things with better alternatives
alias cat 'bat --style header --style snip --style changes --style header'
if not test -x /usr/bin/yay; and test -x /usr/bin/paru
alias yay 'paru'
end