FIX: nvidia driver

This commit is contained in:
2025-11-20 14:40:38 +01:00
parent 992056150e
commit 4f03e132be
2 changed files with 8 additions and 5 deletions

View File

@@ -22,11 +22,10 @@ rm /etc/yum.repos.d/vscode.repo
# https://rpmfusion.org/Howto/NVIDIA
# https://www.tecmint.com/install-nvidia-drivers-in-linux
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 \
akmod-nvidia xorg-x11-drv-nvidia-cuda \
libva-utils vdpauinfo
dnf5 install -y rpmdevtools akmods
dnf5 install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf5 install -y akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-cuda
dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release
dnf5 clean all