Hello,
just tried to install Nvidia drivers after clean upgrad of my CentOS 6 box to v7, but with no success. Did anyone tried to install latest 340.24 drivers successfully?
my procedure was the same as in C6
- blacklist nouveau
- modify grub2 kernel boot options to prevent nouveau from loading at boot time
- init 3
- run Nvidia installer (no errors, successful building of modules)
- reboot
X will not start, with error message in log Failed to initialize the NVIDIA kernel module
thank you for help
murphy
Nvidia drivers
Re: Nvidia drivers
Try the ELRepo version of the driver. They package the same drivers in a way that survives kernel upgrades and also does all the work required to blacklist nouveau etc. Thus you can just yum install kmod-nvidia... theoretically anyway!
CentOS 6 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
Re: Nvidia drivers
It worked out of the box.
I had to just remove xorg-x11-glamor package which was conflicting with nvidia.
thank you Trevor!
I had to just remove xorg-x11-glamor package which was conflicting with nvidia.
thank you Trevor!
Re: Nvidia drivers
It may well have been that package that was stopping the other version from working but the clever people at ELRepo have it set up to try to make sure it Just Works(tm). This way means it also won't break next time there is a kernel update.
CentOS 6 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
Re: Nvidia drivers
I have found the nvidia-detect utility to be quite useful. This can be downloaded from ElRepo and run before you install kmod-nvidia; nvidia-detect will tell you if you need a legacy kmod-nvidia - it is a great time saver.
after installing the ElRepo repository:
yum install nvidia-detect -y
then run:
nvidia-detect
after installing the ElRepo repository:
yum install nvidia-detect -y
then run:
nvidia-detect