在Linux上卸载onboard显卡驱动,可以通过以下步骤进行:
nvidia-smi
sudo systemctl stop lightdm
对于Fedora或Red Hat系统:sudo systemctl stop gdm
sudo apt-get purge nvidia*
sudo dnf remove xorg-x11-drv-nvidia*
sudo rm /etc/X11/xorg.conf
sudo rm /etc/X11/xorg.conf.d/10-nvidia.conf
lspci | grep -i amd
sudo rm /etc/X11/xorg.conf
sudo rm /etc/X11/xorg.conf.d/10-amdgpu.conf
请注意,卸载显卡驱动后,系统可能会使用默认的开源显卡驱动,这可能会导致性能下降。在卸载显卡驱动之前,请确保你了解这一风险,并备份所有重要数据。