LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-18-2004, 11:21 PM   #1
McLaren2
LQ Newbie
 
Registered: Oct 2004
Posts: 11

Rep: Reputation: 0
Thumbs up Welcome to My Own Installation Nvidia Guide


Welcome to My Own Installation Nvidia Guide

I've finally got an answer to most of the Nvidia Driver installation Problems! Eg. GLX Missing...etc

Tested on Fedora Core 3! Yahoo!!!

Follow the Steps

1) a) Edit your "/etc/inittab" =>

Change the id:5:initdefault to id:3:initdefault .

b) Edit your "/etc/X11/Xorg.conf" => Look for the Driver "nv" change it to Driver "nvidia"

In the Module section, make sure you have: Load "glx"

You should also remove the following lines:
Load "dri"
Load "GLcore"

*Please save the following files*
*Reboot System*

2) Text Mode-Login screen. Login as root.
Change to the directory, where's the NVIDIA-Linux-x86-1.0-6629-pkg1.run file located.
Type sh NVIDIA-Linux-x86-1.0-6629-pkg1.run .

3) No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)

4) No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface. (Answer: OK)

5) WARNING: Your kernel was configured to include rivafb support as a loadable kernel module.
The rivafb driver conflicts with the NVIDIA driver; the NVIDIA kernel module will still be built and installed, but be aware that the NVIDIA driver will not be able to function properly if the rivafb module is loaded! (Answer: OK)

6) Wait for the Nvidia to finish the installation!

At the Text-Mode Login Screen.

a) Type modprobe nvidia.
b) Type cp -a /dev/nvidia* /etc/udev/devices
c) Type chown root.root /etc/udev/devices/nvidia*
d) Type reboot

7) At the Text-Mode Login Screen.

a) Type init 5

8) Edit the /etc/inittab => id:3:initdefault to id:5:initdefault

9) Test Run 3D Games= *Run tuxracer* *Screensaver (3D)*

10) Finished! Thank You

Last edited by McLaren2; 11-18-2004 at 11:51 PM.
 
Old 11-18-2004, 11:24 PM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
hmmm...
Quote:
Change the id:5:initdefault to id:3:initdefault
--FC3 uses runlevel 5 -- what are they calling it, Fedora RunLevel??
 
Old 11-18-2004, 11:32 PM   #3
KohlyKohl
Member
 
Registered: Aug 2004
Location: Wausau, WI
Distribution: SuSE Linux Enterprise Desktop 10
Posts: 193

Rep: Reputation: 30
hes saying when you restart your computer in run level 3, X is not started. Doing it the easy to understand way. Some people prefer it that way rather than exiting X manually.
 
Old 11-18-2004, 11:36 PM   #4
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
nono, you miss my point -- runlevel 4 is what i'm used to seeing as gdm/kdm/xdm, and runlevel 5 as being unused... hence my sarcastic comment...
 
Old 11-18-2004, 11:37 PM   #5
McLaren2
LQ Newbie
 
Registered: Oct 2004
Posts: 11

Original Poster
Rep: Reputation: 0
Runlevel 3 , it's safer when you've just installed the Nvidia Driver.
After successfully running it, change back the "Default" runlevel 5!

Last edited by McLaren2; 11-18-2004 at 11:50 PM.
 
Old 11-18-2004, 11:38 PM   #6
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
still missed it...
 
Old 11-19-2004, 03:19 AM   #7
blaroe
Member
 
Registered: Jun 2003
Location: Surrey, England
Distribution: Ubuntu Edgy
Posts: 67

Rep: Reputation: 15
Quote:
Originally posted by McLaren2
Runlevel 3 , it's safer when you've just installed the Nvidia Driver.
After successfully running it, change back the "Default" runlevel 5!
Why not boot normally, su to root and run /sbin/init 3?

Same impact, no edit to inittab....

bl
 
Old 11-19-2004, 03:31 AM   #8
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Quote:
Originally posted by blaroe
Why not boot normally, su to root and run /sbin/init 3?

Same impact, no edit to inittab....

bl
And no rebooting .. !
 
Old 11-19-2004, 10:14 AM   #9
KohlyKohl
Member
 
Registered: Aug 2004
Location: Wausau, WI
Distribution: SuSE Linux Enterprise Desktop 10
Posts: 193

Rep: Reputation: 30
but then you would miss all the fun of a linux reboot, why would you want to miss out on that?
 
Old 11-19-2004, 04:52 PM   #10
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
This would fit much better in the Linux Tutorials section. Have you considered submitting it there?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with a user guide on Nvidia drivers Wolvenmoon Debian 4 08-18-2005 08:27 PM
installation guide kurtasha Linux - Newbie 4 02-11-2005 06:36 AM
Darwin 7.0.1 Installation Guide?? chutsu *BSD 0 04-17-2004 02:41 PM
complete Idiot's guide to Nvidia drivers Fingel LinuxQuestions.org Member Success Stories 16 10-17-2003 07:23 AM
Slackware and NVIDIA -- Driver Install Guide Astro Slackware 25 09-16-2003 09:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration