From 2995333c28ea8f46230e2c43eb1076b66b7e3c02 Mon Sep 17 00:00:00 2001 From: scotchman0 Date: Mon, 24 May 2021 17:49:46 -0400 Subject: [PATCH] develop branch with RHEL support initialized --- nvidia_driver_rhel | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvidia_driver_rhel diff --git a/nvidia_driver_rhel b/nvidia_driver_rhel new file mode 100644 index 0000000..35d3909 --- /dev/null +++ b/nvidia_driver_rhel @@ -0,0 +1,13 @@ +#!/bin/bash + +#https://negativo17.org/nvidia-driver/ +#https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ +#https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/3/ + +sudo dnf config-manager --add-repo=https://negativo17.org/repos/fedora-nvidia.repo + +dnf -y install nvidia-driver nvidia-settings + +echo "nvidia installed, now removing noveau" + +lspci -k | grep -A 2 VGA