Add ELrepo repository and key
Open a terminal and become root
su - root rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
Install NVIDIA drivers and blacklist nouveau
Edit /etc/grub.conf and add nomodeset rdblacklist=nouveau at the end of the kernel line
su - root echo "blacklist nouveau options nouveau modeset=0" > /etc/modprobe.d/blacklist-nouveau.conf yum install kmod-nvidia vi /etc/grub.confAdd nomodeset rdblacklist=nouveau at the end of the kernel line
Restart your machine