develop branch with RHEL support initialized
This commit is contained in:
13
nvidia_driver_rhel
Normal file
13
nvidia_driver_rhel
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user