On 12/16/2011 09:46 AM, Lawrence Graves wrote:


On 12/16/2011 08:30 AM, linux guy wrote:
On Fri, Dec 16, 2011 at 8:25 AM, Lawrence Graves <lgraves95@gmail.com> wrote:
Gentlemen:
I did this twice with no results. This was not the first time I have tried
this. I just being obedient.
I don't doubt you, but please copy and paste your command line session
here for us to see.

Also, please yum list \*nvidia\*, also lsmod | grep nouveau and lsmod
| grep nvidia

Thanks
[root@JesusChrist ~]# yum -y install akmod-nvidia
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * fedora: mirrors.xmission.com
 * rpmfusion-free: mirrors.tummy.com
 * rpmfusion-free-updates: mirrors.tummy.com
 * rpmfusion-nonfree: mirrors.tummy.com
 * rpmfusion-nonfree-updates: mirrors.tummy.com
 * updates: mirrors.xmission.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package akmod-nvidia.x86_64 1:290.10-1.fc16.4 will be installed
--> Processing Dependency: nvidia-kmod-common >= 1:290.10 for package: 1:akmod-nvidia-290.10-1.fc16.4.x86_64
--> Running transaction check
---> Package xorg-x11-drv-nvidia.x86_64 1:290.10-1.fc16 will be installed
--> Processing Dependency: xorg-x11-drv-nvidia-libs(x86-64) = 1:290.10-1.fc16 for package: 1:xorg-x11-drv-nvidia-290.10-1.fc16.x86_64
--> Running transaction check
---> Package xorg-x11-drv-nvidia-libs.x86_64 1:290.10-1.fc16 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package               Arch   Version           Repository                 Size
================================================================================
Installing:
 akmod-nvidia          x86_64 1:290.10-1.fc16.4 rpmfusion-nonfree-updates 8.7 M
Installing for dependencies:
 xorg-x11-drv-nvidia   x86_64 1:290.10-1.fc16   rpmfusion-nonfree-updates 2.3 M
 xorg-x11-drv-nvidia-libs
                       x86_64 1:290.10-1.fc16   rpmfusion-nonfree-updates  18 M

Transaction Summary
================================================================================
Install       3 Packages

Total download size: 29 M
Installed size: 98 M
Downloading Packages:
(1/3): akmod-nvidia-290.10-1.fc16.4.x86_64.rpm           | 8.7 MB     00:07    
(2/3): xorg-x11-drv-nvidia-290.10-1.fc16.x86_64.rpm      | 2.3 MB     00:01    
(3/3): xorg-x11-drv-nvidia-libs-290.10-1.fc16.x86_64.rpm |  18 MB     00:10    
--------------------------------------------------------------------------------
Total                                           1.5 MB/s |  29 MB     00:19    
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : 1:xorg-x11-drv-nvidia-libs-290.10-1.fc16.x86_64              1/3
  Installing : 1:xorg-x11-drv-nvidia-290.10-1.fc16.x86_64                   2/3
  Installing : 1:akmod-nvidia-290.10-1.fc16.4.x86_64                        3/3

Installed:
  akmod-nvidia.x86_64 1:290.10-1.fc16.4                                        

Dependency Installed:
  xorg-x11-drv-nvidia.x86_64 1:290.10-1.fc16                                   
  xorg-x11-drv-nvidia-libs.x86_64 1:290.10-1.fc16
                              
[root@JesusChrist ~]# \*nvidia\*
bash: nvidiaisbroken.te: command not found...

[
[root@JesusChrist ~]# lsmod | grep nouveau
nouveau               754554  3
ttm                    61533  1 nouveau
drm_kms_helper         30277  1 nouveau
drm                   213647  5 nouveau,ttm,drm_kms_helper
i2c_algo_bit            5572  1 nouveau
i2c_core               28203  5 i2c_i801,nouveau,drm_kms_helper,drm,i2c_algo_bit
mxm_wmi                 1743  1 nouveau
video                  12388  1 nouveau
[root@JesusChrist ~]# lsmod | grep nvidia
[root@JesusChrist ~]#


--
Lawrence Graves All things are workable but don't all things work.


you'll need to disable nouveau (rdblacklist=nouveau on your kernel line in grub/grub2) and/or create a /etc/modprobe.d/blacklist-nouveau.conf file with the contents being:

# RPM Fusion blacklist for nouveau driver - you need to run as root:
# dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
# if nouveau is loaded despite this file.
blacklist nouveau



and then reboot to have the akmod build the nvidia driver and modprobe it in for use.

Kevin