Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Revert "fix: attempt to run nvidia driver2"
Browse files Browse the repository at this point in the history
This reverts commit f833ae6.
  • Loading branch information
vietchinh committed Nov 22, 2023
1 parent c4a2a4a commit 958a91e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/scripts/vgpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}

0 comments on commit 958a91e

Please sign in to comment.