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 seems like a good way to revive this blog. There is a couple of guides I was able to find online for Chrome but not for Firefo...
-
Quick update on my upcoming ESX host project. I have decided to return the motherboard due to me getting an awesome deal on Ebay for the FX ...
No comments:
Post a Comment