Fedora Linux Support Community & Resources Center
  #1  
Old 26th February 2008, 02:40 PM
BitMonster Offline
Registered User
 
Join Date: Feb 2008
Location: Australia
Age: 25
Posts: 15
Installing nVidia GFX drivers

Hi

Could some one please explain to me how to install the latest nVidia graphics drivers for my system?

I am running fedora core 8 and have an 8800GT.

This would be much appreciated.
Thankyou
Reply With Quote
  #2  
Old 26th February 2008, 02:50 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
http://fedoraguide.info/index.php/Fedora8#Nvidia

You will have to install the Livna repo first, just use the link to move up in the guide.

edit: You do not need the 96xx as that is legacy. Just use kmod-nvidia.
Reply With Quote
  #3  
Old 26th February 2008, 10:50 PM
BitMonster Offline
Registered User
 
Join Date: Feb 2008
Location: Australia
Age: 25
Posts: 15
I have installed both the Livna and Yum repositories, do I simply now run the command:
Quote:
su -c 'yum install kmod-nvidia xorg-x11-drv-nvidia-libs-32bit'
?

Also I think I need 64 bit drivers, do I just change the last bit of the command from 32bit to 64bit?
Reply With Quote
  #4  
Old 26th February 2008, 10:58 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by BitMonster
I have installed both the Livna and Yum repositories, do I simply now run the command: ?

Also I think I need 64 bit drivers, do I just change the last bit of the command from 32bit to 64bit?

To install the driver

Code:
su -
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
yum install xorg-x11-drv-nvidia-libs xorg-x11-drv-nvidia kmod-nvidia
nvidia-config-display enable
service nvidia restart
reboot


you need all the highlighted packages for a 64 bit install


Code:
[root@localhost ~]# yum list |grep nvidia
nvidia-x11-drv.x86_64                    169.09-1.fc8           installed       
nvidia-x11-drv-32bit.x86_64              169.09-1.fc8           installed       
kmod-nvidia.x86_64                       169.09-7.lvn8          livna           
kmod-nvidia-2.6.23.1-42.fc8.x86_64       100.14.19-17.lvn8      livna           
kmod-nvidia-2.6.23.1-49.fc8.x86_64       100.14.19-18.lvn8      livna           
kmod-nvidia-2.6.23.14-107.fc8.x86_64     169.09-5.lvn8          livna           
kmod-nvidia-2.6.23.14-115.fc8.x86_64     169.09-6.lvn8          livna           
kmod-nvidia-2.6.23.15-137.fc8.x86_64     169.09-7.lvn8          livna           
kmod-nvidia-2.6.23.8-63.fc8.x86_64       100.14.19-19.lvn8      livna           
kmod-nvidia-2.6.23.9-85.fc8.x86_64       169.07-1.lvn8          livna           
kmod-nvidia-96xx.x86_64                  96.43.05-3.lvn8        livna           
kmod-nvidia-96xx-2.6.23.1-42.fc8.x86_64  96.43.01-16.lvn8       livna           
kmod-nvidia-96xx-2.6.23.1-49.fc8.x86_64  96.43.01-17.lvn8       livna           
kmod-nvidia-96xx-2.6.23.14-107.fc8.x86_6 96.43.05-1.lvn8        livna           
kmod-nvidia-96xx-2.6.23.14-115.fc8.x86_6 96.43.05-2.lvn8        livna           
kmod-nvidia-96xx-2.6.23.15-137.fc8.x86_6 96.43.05-3.lvn8        livna           
kmod-nvidia-96xx-2.6.23.8-63.fc8.x86_64  96.43.01-18.lvn8       livna           
kmod-nvidia-96xx-2.6.23.9-85.fc8.x86_64  96.43.01-19.lvn8       livna           
kmod-nvidia-legacy.x86_64                71.86.04-3.lvn8        livna           
kmod-nvidia-legacy-2.6.23.1-42.fc8.x86_6 71.86.01-15.lvn8       livna           
kmod-nvidia-legacy-2.6.23.1-49.fc8.x86_6 71.86.01-16.lvn8       livna           
kmod-nvidia-legacy-2.6.23.14-107.fc8.x86 71.86.04-1.lvn8        livna           
kmod-nvidia-legacy-2.6.23.14-115.fc8.x86 71.86.04-2.lvn8        livna           
kmod-nvidia-legacy-2.6.23.15-137.fc8.x86 71.86.04-3.lvn8        livna           
kmod-nvidia-legacy-2.6.23.8-63.fc8.x86_6 71.86.01-17.lvn8       livna           
kmod-nvidia-legacy-2.6.23.9-85.fc8.x86_6 71.86.01-18.lvn8       livna           
xorg-x11-drv-nvidia.x86_64               169.09-6.lvn8          livna           
xorg-x11-drv-nvidia-96xx.x86_64          96.43.05-4.lvn8        livna           
xorg-x11-drv-nvidia-96xx-devel.x86_64    96.43.05-4.lvn8        livna           
xorg-x11-drv-nvidia-96xx-libs.i386       96.43.05-4.lvn8        livna           
xorg-x11-drv-nvidia-96xx-libs.x86_64     96.43.05-4.lvn8        livna           
xorg-x11-drv-nvidia-devel.x86_64         169.09-6.lvn8          livna           
xorg-x11-drv-nvidia-legacy.x86_64        71.86.04-5.lvn8        livna           
xorg-x11-drv-nvidia-legacy-devel.x86_64  71.86.04-5.lvn8        livna           
xorg-x11-drv-nvidia-legacy-libs.x86_64   71.86.04-5.lvn8        livna           
xorg-x11-drv-nvidia-legacy-libs.i386     71.86.04-5.lvn8        livna           
xorg-x11-drv-nvidia-libs.i386            169.09-6.lvn8          livna           
xorg-x11-drv-nvidia-libs.x86_64          169.09-6.lvn8          livna           
[root@localhost ~]#

The guide you have been following is obsolete due to package changes.

This package no longer exists !!

xorg-x11-drv-nvidia-libs-32bit
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
Reply

Tags
drivers, gfx, installing, nvidia

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help installing Installing nVidia Drivers and 32bit OpenGL Jeff91 Installation and Live Media 3 25th August 2009 12:25 AM
Problems installing nvidia drivers from the Nvidia Homepage (was:confused need help) leopard Using Fedora 6 19th July 2009 05:30 PM
Installing NVIDIA drivers minsooon Installation and Live Media 4 13th May 2009 02:40 AM
Installing NVIDIA Drivers billman@OHS Installation and Live Media 12 22nd March 2006 03:59 AM
Installing Nvidia Drivers: No Nvidia Graphics Driver Found! unholy1 Hardware & Laptops 9 6th April 2005 08:50 PM


Current GMT-time: 22:01 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat