Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


nvidia_settings

This is an old revision of the document!


NVIDIA Drivers and Settings

Install NVIDIA drivers on CentOS 7

First make sure you do the following:

yum install libglvnd-devel

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

  • When I installed 515.48.07, I did not have the libglvnd-devel installed. So I thought it was going to fail, but it actually kept going.
  • It took about 3 minutes to finish.
  • I answered Yes to update the X configuration (but where is the file?)
  • It said it was going to make a backup (but where)?
  • Rebooted, screen came up OK after a delay of a few seconds

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
nvidia_settings.1663540361.txt.gz · Last modified: 2022/09/18 18:32 by juckins