FIX: remove NVIDIA driver collisions

This commit is contained in:
2025-11-19 17:33:10 +01:00
parent 18ed5487a5
commit a5a19952c5
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ rm /etc/yum.repos.d/vscode.repo
# https://rpmfusion.org/Howto/NVIDIA
# https://www.tecmint.com/install-nvidia-drivers-in-linux
dnf5 -y remove nvidia-gpu-firmware rocm-hip rocm-opencl rocm-clinfo rocm-smi
dnf5 install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf5 install -y kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel pkgconfig \