[Ilugc] Installing Nvidia driver in FC5

  • From: parth.technofreak@xxxxxxxxx (Parthan SR)
  • Date: Sun Apr 2 18:55:50 2006

Vasudevan A wrote:

su -
cd /etc/yum.repos.d/
wget http://people.redhat.com/davej/kernels/Fedora/FC5/kernels.repo
yum install rpm-build
yum install kernel-devel -y
yum update kernel kernel-devel -y
mkdir /root/nvidia
cd /root/nvidia
wget 
http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/xorg-x11-drv-nvidia-1.0.8178-0.lvn.5.i386.rpm
wget 
http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/nvidia-kmod-1.0.8178-0.lvn.3.2.6.15_1.1881_FC5.src.rpm
reboot
select the new kernel, then:
su -
cd /root/nvidia
rpmbuild --rebuild --target `uname -m` nvidia-kmod-*.src.rpm
cp -a /usr/src/redhat/RPMS/`uname -m`/kmod-nvidia* ./
rpm -Uvh kmod-*nvidia*-1.0.8178-0.*.rpm
xorg-x11-drv-nvidia-1.0.8178-0.lvn.5.i386.rpm
modprobe nvidia
chkconfig nvidia-glx on
service nvidia-glx start
nvidia-xconfig
reboot
 

Taking the guidelines from it for adding the NVIDIA driver to my current 
FC4 with kernel-2.6.14 ( I donno how can I do it with my 
not-up-and-running 2.6.16), I have a few doubts and queries..

1.

    yum install rpm-build
    yum install kernel-devel -y
    yum update kernel kernel-devel -y

I have already installed the new kernel (thru yum extender, a GUI for YUM). So 
i need not do i t again :) ??

2. 

reboot
select the new kernel, then:
  

U mean reboot into the new 2.6.16 which is not up-n-running yet or my 
current 2.6.14 ??

3.

wget http://people.redhat.com/davej/kernels/Fedora/FC5/kernels.repo
wget 
http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/xorg-x11-drv-nvidia-1.0.8178-0.lvn.5.i386.rpm
wget 
http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/nvidia-kmod-1.0.8178-0.lvn.3.2.6.15_1.1881_FC5.src.rpm

  

In these 3 lines, FC5 is used... what if i am doing this in FC4. will it 
be ok to just replace that 5 as 4 ??

4.

cd /root/nvidia
rpmbuild --rebuild --target `uname -m` nvidia-kmod-*.src.rpm
cp -a /usr/src/redhat/RPMS/`uname -m`/kmod-nvidia* ./
  

When i am not able to be even in command line of my 2.6.16, will doing 
this help me ??

Sorry, If i was wrong anewhere... am still at the middle part of the 
learning curve :(

-- 
 ------------@#---------------#@------------
| A Proud Linuxian and Fedora Core User    |
|                                          |
| Parthan.S.R.                             |
| Executive - B&C - Scope Eknowledge Centre|
|                                          |
mailto: parth.technofreak@xxxxxxxxx      ;|
|                                          |
 ------------@#---------------#@------------

Other related posts: