From nvidia to amd

Guys, what are the correct terminal command lines to transition from nvidia to amd? I had some bad experiences when dealing with video drivers.

After removing nvidia from the system, what are the amd equivalent of

sudo pacman -S linux-cachyos-nvidia-open
sudo pacman -S nvidia-settings
sudo pacman -S nvidia-utils

Hey,

easiest would be to get all nvidia related packages:
pacman -Qs nvidia

and then remove these. :slight_smile:

for amd you need, if you have the graphics card in your system
sudo chwd --autoconfigure

if not:
sudo pacman -S mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau

2 Likes