Difference between revisions of "NVIDIA GPU configuration"

From Colettapedia
Jump to navigation Jump to search
Line 12: Line 12:
 
==Kernel source Tree==
 
==Kernel source Tree==
 
* <code>yum install kernel-devel</code> - install kernel source files on CentOS 7
 
* <code>yum install kernel-devel</code> - install kernel source files on CentOS 7
 +
 +
==pkg-config/X SDK==
 +
<pre>
 +
  WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X
 +
module path '/usr/lib64/xorg/modules'; these paths were not queryable from
 +
the system.  If X fails to find the NVIDIA X driver module, please install
 +
the `pkg-config` utility and the X.Org SDK/development package for your
 +
distribution and reinstall the driver.
 +
</pre>
 +
 +
==libglvnd==
 +
* sudo yum install libglvnd-devel
 +
  
 
==Install NVIDIA docker==
 
==Install NVIDIA docker==
 
* [https://github.com/NVIDIA/nvidia-docker nvidia-docker]
 
* [https://github.com/NVIDIA/nvidia-docker nvidia-docker]

Revision as of 19:12, 30 October 2019

Download GPU and CUDA drivers

Disable Nouveau

  • modprobe configuration files
  • Installer creates these files:
    • /usr/lib/modprobe.d/nvidia-installer-disable-nouveau.conf
    • /etc/modprobe.d/nvidia-installer-disable-nouveau.conf

Kernel source Tree

  • yum install kernel-devel - install kernel source files on CentOS 7

pkg-config/X SDK

  WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X
module path '/usr/lib64/xorg/modules'; these paths were not queryable from
the system.  If X fails to find the NVIDIA X driver module, please install
the `pkg-config` utility and the X.Org SDK/development package for your
distribution and reinstall the driver.

libglvnd

  • sudo yum install libglvnd-devel


Install NVIDIA docker