linuxtnt(linux tips and tricks)
5.85K subscribers
1.6K photos
138 videos
533 files
1.26K links
https://t.me/+AL7RKhKS6b4zNzY8

آموزش لینوکس- گروه مکمل برای پرسش و پاسخ
linux tips and tricks
ارتباط با من
@seilany
seilany.ir
Download Telegram
Forwarded from SM-VFX
How to install Official NVIDIA Driver in CentOS 8.x

1 : Download NVIDIA Driver
https://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86_64/450.57/NVIDIA-Linux-x86_64-450.57.run&lang=us&type=TITAN


2 : Disable Nouveau Kernel

sudo nano /etc/modprobe.d/blacklist-nouveau.conf

# Add this lines to blacklist-nouveau.conf , Create new blacklist-nouveau.conf if it does not exist

blacklist nouveau
options nouveau modeset=0


3 : dracut --force


4 : Install Required Packages

dnf install kernel-devel kernel-headers elfutils-libelf-devel zlib-devel gcc make

dnf groupinstall "Development tools"

5 : reboot

6 : Cd to Your NVIDIA Driver downloaded
and then Change Permission
chmod +x ./NVIDIA--


7 : Switch to cli

sudo telinit 3

8 : Type User and Pass and then Cd to NVIDIA Driver Downloaded Location

9 : sudo ./NVIDIA-Linux-x86_64-450.57.run

10 : Reboot


#nvidia

@vfxarts