Search The Journal
Wednesday, May 31, 2017
Tutorial: Install Nvidia GPU Drivers on Centos 7
Installing GPU drivers on Linux has always been quite the headache.
This method uses nvidia-detect which simplifies the process.
Run the following commands:
1.
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
Imports the elrepo public key.
2.
rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
Installs the elrepo rpm
3.
yum install nvidia-detect
Installs nvidia detect
4.
nvidia-detect -v
Lists the required drivers
5.
yum install $(nvidia-detect)
Installs the required drivers
Reboot your system after the drivers are installed and you will be able to access the nvidia control panel in your list of installed applications.
I hope this method will help you as as much as it helped me.
M0nkey out.
Subscribe to:
Post Comments (Atom)
-
This tutorial will guide you through the steps of converting your Raspberry Pi into a local WiFi Access Point for your network. Security...
-
This tutorial will cover setting up a shared file directory on CentOS 7 using NFS. The guide will be sharing the directory with a Windows...
-
This is going to be a quick one. Had to dig way too much online to get a solid answer to this. The registry change below will configure aut...
No comments:
Post a Comment