did you install mesa ?
Code:
su -
yum install mesa mesa-devel
for a complete list of mesa options see
Code:
su -
yum search mesa
Quote:
initial installation seem to refuse to load the nvidia gl libraries.
|
nvidia only installs ONE lib libGL.so.340.93 ( this is for my OLDER nvidia card )
the current is libGL.so.352.41
this is then linked to libGL.so.352.41 > libGL.so
mesa is what cent uses
mesa has it's OWN libGL.so
and mesa is what the cent rpms use
and have you read through the redhat docs
cent moved to using the docs on the redhat web site
now the wiki dose have some info - mostly for centos5 and some 6
https://wiki.centos.org/
also there has been a on going issue with the FIRST time that the proprietary nvidia driver is installed
cent ships with the Nouveau driver installed by default
now using yum to install the kmod should ??? do all the correct work of uninstalling nouveau and switching to the nvidia driver
-- but not always
normally doing this should be all that is needed
Code:
su -
yum install kmod-nvidia
this will grab
gcc
autotools
x11 and x11-devel
the kernel source
and a few other things
and install the nvidia driver ( replacing the Nouveau driver)
but there can be a "glitch " with the boot image still having nouveau still used
if that happens
make sure that there is a "blacklist" for the nouveau
add " blacklist=nouveau " to the booting kernel line ( custom boot by hitting the "e" key )
and rebuild the boot image
normally this glitch is from using the nvidia.run driver from the nvidia website and NOT from the "Akmod-nvidia "