I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When I create this file and put this options in:
disable-nouveau.conf
blacklist nouveau options nouveau modeset=0
and reboot, and run the nvidia installer again, it says nouveau kernel driver is installed. How do I disable the nouveau kernel driver in 7.1? Is it different than in 7.0?
Thanks,
-wes
On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote:
I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
On Jul 20, 2015, at 2:20 PM, Jonathan Billings billings@negate.org wrote:
On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote:
I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
I used this to start:
sudo yum install epel-release
but yum list|grep nvidia doesn’t show anything in epel.
-wes
On 07/20/2015 03:24 PM, Wes James wrote:
On Jul 20, 2015, at 2:20 PM, Jonathan Billings billings@negate.org wrote:
On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote:
I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
I used this to start:
sudo yum install epel-release
but yum list|grep nvidia doesn’t show anything in epel.
EPEL is not elrepo ...
----- Original Message ----- | On 07/20/2015 03:24 PM, Wes James wrote: | > | >> On Jul 20, 2015, at 2:20 PM, Jonathan Billings billings@negate.org | >> wrote: | >> | >> On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote: | >>> I’m trying to install the nvidia driver on centos 7.1. I see | >>> instructions to remove nouveau and disable the kernel module. When | >> | >> What instructions? If you use the nvidia drivers from elrepo.org, it | >> will automatically set up the xorg and kernel command line config. | >> | > | > | > I used this to start: | > | > sudo yum install epel-release | > | > but yum list|grep nvidia doesn’t show anything in epel. | | EPEL is not elrepo ... | | | http://elrepo.org/tiki/tiki-index.php
You can also use the CUDA repo to get the latest nVidia drivers. Both ELRepo and CUDA set the values for you.
On Jul 20, 2015, at 2:31 PM, Johnny Hughes johnny@centos.org wrote:
On 07/20/2015 03:24 PM, Wes James wrote:
On Jul 20, 2015, at 2:20 PM, Jonathan Billings billings@negate.org wrote:
On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote:
I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
I used this to start:
sudo yum install epel-release
but yum list|grep nvidia doesn’t show anything in epel.
EPEL is not elrepo ...
http://elrepo.org/tiki/tiki-index.php http://elrepo.org/tiki/tiki-index.php
Yes. I’m looking at that site now and added it and now I’m getting several items with yum list|grep nvidia.
Thanks,
-wes
On Mon, Jul 20, 2015 at 1:39 PM, Wes James comptekki@me.com wrote:
On Jul 20, 2015, at 2:31 PM, Johnny Hughes johnny@centos.org wrote:
On 07/20/2015 03:24 PM, Wes James wrote:
On Jul 20, 2015, at 2:20 PM, Jonathan Billings billings@negate.org wrote:
On Mon, Jul 20, 2015 at 02:16:02PM -0600, Wes James wrote:
I’m trying to install the nvidia driver on centos 7.1. I see instructions to remove nouveau and disable the kernel module. When
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
I used this to start:
sudo yum install epel-release
but yum list|grep nvidia doesn’t show anything in epel.
EPEL is not elrepo ...
http://elrepo.org/tiki/tiki-index.php http://elrepo.org/tiki/tiki-index.php
Yes. I’m looking at that site now and added it and now I’m getting several items with yum list|grep nvidia.
Thanks,
-wes
You may want to start from this page:
http://elrepo.org/tiki/nvidia-detect
Akemi
On Jul 20, 2015, at 2:41 PM, Akemi Yagi amyagi@gmail.com wrote:
<snip>
You may want to start from this page:
http://elrepo.org/tiki/nvidia-detect http://elrepo.org/tiki/nvidia-detect
Akemi
OK. Thanks :)
-wes
On 20/07/15 21:47, Wes James wrote:
On Jul 20, 2015, at 2:41 PM, Akemi Yagi amyagi@gmail.com wrote:
<snip>
You may want to start from this page:
http://elrepo.org/tiki/nvidia-detect http://elrepo.org/tiki/nvidia-detect
Akemi
OK. Thanks :)
-wes
Yes, once you have the elrepo repository configured, the general procedure is:
yum install nvidia-detect
then:
yum install $(nvidia-detect)
then reboot and you should be good to go :-)
The second command will automatically install the correct nvidia driver packages for your device.
On Jul 20, 2015, at 3:19 PM, Ned Slider ned@unixmail.co.uk wrote:
On 20/07/15 21:47, Wes James wrote:
On Jul 20, 2015, at 2:41 PM, Akemi Yagi amyagi@gmail.com wrote:
<snip>
You may want to start from this page:
http://elrepo.org/tiki/nvidia-detect http://elrepo.org/tiki/nvidia-detect
Akemi
OK. Thanks :)
-wes
Yes, once you have the elrepo repository configured, the general procedure is:
yum install nvidia-detect
then:
yum install $(nvidia-detect)
then reboot and you should be good to go :-)
The second command will automatically install the correct nvidia driver packages for your device.
That’s pretty straight forward. Thanks.
wes
On 7/20/2015 1:24 PM, Wes James wrote:
What instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config.
I used this to start:
sudo yum install epel-release
but yum list|grep nvidia doesn’t show anything in epel.
ElRepo is not EPEL.
Thanks all for the nvidia tips (especially elrepo.org). I have the nvidia driver installed and working on 7.1!
-wes