While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Linux GPU Configuration Tool 'LACT' adds NVIDIA support
- Hybrid gaming controller MoveMaster has a new website, shipping to the UK now available and 10% off
- The Walking Dead, The Expanse and more in the Telltale Collection Humble Bundle
- Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out
- > See more over 30 days here
-
Dungeon Clawler will grab hold of your free time now it…
- Nagezahn -
Dungeon Clawler will grab hold of your free time now it…
- free-dom -
itch.io store now requires AI generated content disclos…
- Eike -
itch.io store now requires AI generated content disclos…
- Ehvis -
itch.io store now requires AI generated content disclos…
- kokoko3k - > See more comments
- Our own anti-cheat list
- pleasereadthemanual - Spare gog keys
- on_en_a_gros - What do you want to see on GamingOnLinux?
- dpanter - Nintendo-style gaming, without Nintendo!
- Talon1024 - Warhammer 40k Inquisitor Martyr - Hierophant class new dlc…
- Jarmer - See more posts
I wanted to start by asking a question. I have an Nvidia GPU at the moment(1060) and will finally be upgrading this week to either an RX 7600 or 7700. What do I need to do on my system to get ready? Remove the Nvidia package and install mesa? How do I handle getting rid of the 32 bit Nvidia dependencies for steam on Arch and replacing them with the open source ones? Would be easier to just reinstall? I've been on this installation for about a month and have everything in a manner I like, but could just use stow to backup my dotfiles and move them to the new install if needed.
Sorry if I rambled on too much. TL;DR I'm migrating from an Nvidia GPU to an AMD GPU this week and don;t know how to deal with driver replacement on Arch.
View PC info
I would remove your Nvidia packages after installing the new AMD card.
You will probably need to install vulkan-radeon
This is mesa on Arch (their distro packages)
libva-mesa-driver, mesa, mesa-vdpau, opencl-clover-mesa, opencl-rusticl-mesa, vulkan-intel, vulkan-mesa-layers, vulkan-radeon, vulkan-swrast, vulkan-virtio
This is lib32 mesa:
lib32-libva-mesa-driver, lib32-mesa, lib32-mesa-vdpau, lib32-opencl-clover-mesa, lib32-opencl-rusticl-mesa, lib32-vulkan-intel, lib32-vulkan-mesa-layers, lib32-vulkan-radeon, lib32-vulkan-swrast, lib32-vulkan-virtio
You certainly don't have to start over :-)
P.S. You might need to remove Nvidia's xorg.conf file IF you have generated one (e.g. with nvida-xconfig)
For AMD, you probably don't want/need one at all. Rename it if present.
/etc/X11/xorg.conf
Last edited by Grogan on 5 November 2023 at 5:33 pm UTC
Amazing, thank you! :D
I'm genuinely so excited for this, a majority of my issues with linux since I started my journey in 2018 have been related to me having an Nvidia card. I can't wait to get on wayland! fully supported too!
View PC info
https://wiki.archlinux.org/title/NVIDIA
https://wiki.archlinux.org/title/AMDGPU
You might catch a tidbit or two if you skim those (maybe read the Nvidia one backwards )
View PC info
That's because we use dispatchers for the hardware specific components of OpenGL and Vulkan. We use libglvnd (GL vendor neutral dispatch) which was specifically implemented for the Nvidia case, because that used to break Mesa.
Vulkan uses the vulkan-icd-loader to dispatch "installable client drivers" for your vulkan implementation.
Last edited by Grogan on 6 November 2023 at 3:04 am UTC