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. WhenWhat instructions? If you use the nvidia drivers from elrepo.org, it will automatically set up the xorg and kernel command line config. -- Jonathan Billings <billings at negate.org>
> On Jul 20, 2015, at 2:20 PM, Jonathan Billings <billings at 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