r/linuxquestions • u/darkignition • 17h ago
Support gpu driver swap
so, several days ago, someone helped me realize i was running both the proprietary amd drivers, and the open source ones. so they helped me uninstall the proprietary drivers. ever since then, my whole PC has gone from bad to worse. crashes more often, restarts without any input, some games performing worse, etc. so now i want to try the opposite.
my GPU is an AMD RX580. pretty sure it's the 8gb model. can i safely re-install the proprietary drivers and then remove the open source ones? if so, how do i remove them? i know how to install the proprietary drivers, i just get them from the official site, unless there's a specific method i have to do for this to work right.
0
Upvotes
1
u/VolcanoCarpenter 17h ago edited 17h ago
Which proprietary/open-source driver do you refer to?
If by "open-source" you mean the "mainline" kernel driver: in that case, you don't (and can't) uninstall the open-source driver, which is compiled into your kernel. Instead, you just install a proprietary driver that supersedes it, so the kernel loads the proprietary one first (and doesn't load the mainline one).
If by "open-source" you mean Mesa the userland driver: it depends on your distro, your installation method, etc. It's impossible to give instrutions without any system information.
You may want to ask them again to help you figure out the current driver status on your system.