Hi all,
I’ve been using an RX 580 for about a year now. It’s been ok, but I needed an upgrade for a little more FPS. Found this RX 6600XT used and snagged it for $100. Are there any packages I’ll need to install to make sure I get the best out of it? I know AMD support is baked into the kernel, but I remember having to install some Vulkan driver for my old GPU when I had some gaming issues. Any suggestions would be very much appreciated.
Distro is Endeavour OS with the latest KDE plasma on Wayland.
Thank you
I have RX 7600 on EndeavourOS. The installation is 2 years old or so, so I don’t remember everything. Normally for gaming you don’t need any extra packages, because Mesa (which contains the Open Source AMD GPU drivers) is in the Kernel. Usually that’s all you need for gaming. However I do have installed some vulkan related packages. The package info says this is required by
steam
, so you might have it already.yay -Qi vulkan-radeon
to see your information about the current installed package (which tells me what installed package requires it) or lookup from repository withyay -Si vulkan-radeon
. You can read more here: https://wiki.archlinux.org/title/AMDGPUThe open source kernel drivers will work. If you want to bother installing their proprietary drivers, I’d recommend reading the Arch Wiki, but you may need to do some things differently even though EndeavorOS is Arch-based.
From the wiki: “Most users do not need these proprietary drivers.”
Typically, no. AMD (and Intel) are generally plug and play with the same OS install. Drivers are open source and provided via Kernel and Mesa packages.
I do not use EndeavorOS so I cannot confirm if any additional packages are needed for Vulkan support. However, that wouldn’t change if you’re just upgrading from one AMD GPU to another.
Thank you.