Can't install nvidia drivers

Kevin Martin kevintm at ameritech.net
Fri Dec 16 15:54:08 UTC 2011



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 at 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 at 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 at JesusChrist ~]# \*nvidia\*
> bash: nvidiaisbroken.te: command not found...
>
> [
> [root at 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 at JesusChrist ~]# lsmod | grep nvidia
> [root at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20111216/74eac378/attachment.html>


More information about the users mailing list