From 958a91e003bfbc91e867a5cfea5891075bdea529 Mon Sep 17 00:00:00 2001 From: vietchinh <1348151+vietchinh@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:41:39 +0100 Subject: [PATCH] Revert "fix: attempt to run nvidia driver2" This reverts commit f833ae60fb89b7d223241b818b4a2caa8facca82. --- config/scripts/vgpu.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/scripts/vgpu.sh b/config/scripts/vgpu.sh index 05391b85ab..fad810683b 100755 --- a/config/scripts/vgpu.sh +++ b/config/scripts/vgpu.sh @@ -9,7 +9,7 @@ cd /tmp NVIDIA_VERSION="535.104" ZIP_NAME="NVIDIA-GRID-Linux-KVM-${NVIDIA_VERSION}.06-535.104.05-537.13.zip" KERNEL_VERSION="$(rpm -q kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')" -DEVELOPMENT_PACKAGES="wget p7zip p7zip-plugins mscompress osslsigncode git kernel-devel-${KERNEL_VERSION} unzip patch vulkan-loader akmods" +DEVELOPMENT_PACKAGES="wget p7zip p7zip-plugins mscompress osslsigncode git kernel-devel-${KERNEL_VERSION} unzip patch vulkan-loader" rpm-ostree install "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" "https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-$(rpm -E %fedora)-1.noarch.rpm" # shellcheck disable=SC2086 @@ -33,8 +33,7 @@ chmod +x patch.sh ./patch.sh general-merge -./NVIDIA-Linux-x86_64-535.104.05-merged-vgpu-kvm-patched/nvidia-installer -s --kernel-source-path /usr/src/kernels/"${KERNEL_VERSION}" --no-systemd --no-dkms -akmods --force --kernels "${KERNEL_VERSION}" --kmod "nvidia" +./NVIDIA-Linux-x86_64-535.104.05-merged-vgpu-kvm-patched/nvidia-installer -s --kernel-source-path /usr/src/kernels/"${KERNEL_VERSION}" --no-systemd --no-dkms --driver cd .. rm -rf ${VGPU_FOLDER} \ No newline at end of file