======nvidia-detect====== The **nvidia-detect** package is a utility to detect NVIDIA graphics cards. The utility will probe the PCI bus for NVIDIA devices and search for matching devices against a list of supported device_ids. nvidia-detect will make a recommendation for the correct driver to use based on any matches found. For example: $ nvidia-detect kmod-nvidia Because nvidia-detect outputs the package name on RHEL based systems, it may be used in the following way to **install the correct NVIDIA driver** for your system: # yum install $(nvidia-detect) More verbose output is available using the verbose (-v) switch. For more details, please see the [[https://github.com/elrepo/packages/tree/master/nvidia-detect#readme |README]] section of our github page.