Install NVIDIA drivers on CentOS 7
Install NVIDIA drivers on CentOS 7 (alt)
First make sure you do the following:
yum install libglvnd-devel
Notes from 26 Sept 2022
When I tried to upgrade driver above NVIDIA-Linux-x86_64-418.56.run the X server crashed upon boot (noted by message upon first login "ABRT has detected 1 problem(s). For more info run: abrt-cli list –since 1664211525"
I re-installed the NVIDIA-Linux-x86_64-418.56.run file and accepted the defaults of including 32-bit libraries. Believe I skipped DKMS as it gave an error and aborted installation. It seems the RPM xorg-x11-server-Xorg-1.20.4-18.el7_9.x86_64 is giving the problem.
Notes from 18 Sept 2022
To get into run level 3: https://www.thegeekdiary.com/centos-rhel-7-how-to-change-runlevels-in-rhel7-with-systemd/
Notes from 4 June 2022
To discover graphic card model that is installed:
lshw -numeric -C display
To find current NVIDIA driver version:
nvidia-smi
The following commands might be useful for updating the X server settings with NVIDIA graphics cards:
nvidia-settings gdm-restart