Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


nvidia_settings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
nvidia_settings [2012/08/10 16:07] juckinsnvidia_settings [2022/10/25 19:58] juckins
Line 1: Line 1:
-The following commands can be used to update the X server settings with NVIDIA graphics cards+==== NVIDIA Drivers and Settings ==== 
-<code> + 
-nvidia-settings +[[https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-centos-7-linux|Install NVIDIA drivers on CentOS 7]] 
-gdm-restart + 
-</code>+[[https://www.advancedclustering.com/act_kb/installing-nvidia-drivers-rhel-centos-7/|Install NVIDIA drivers on CentOS 7 (alt)]] 
 + 
 +  * For "tidewater", the graphics card is GP107 [GeForce GTX 1050 Ti] 
 +  * To find it on https://www.nvidia.com/Download/index.aspx drill down to: 
 +    * GeForce > GeForce 10 Series > GeForce GTX 1050 Ti > Linux 64-bit > Production 
 +  * You can also find the latest production version on https://www.nvidia.com/en-us/drivers/unix/ 
 + 
 +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__ 
 + 
 +  * 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.txt · Last modified: 2022/10/25 19:58 by juckins