LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-09-2005, 01:48 PM   #1
poetic_assassin
LQ Newbie
 
Registered: Mar 2005
Location: Nevada
Distribution: SuSE 10.2 / Fedora 7
Posts: 6

Rep: Reputation: 0
Unhappy installing an nvidia driver...


Hi, I am a newbie to linux, a long time Windows Geek, so I am familiar with the more technical aspect of O/S's.
However, I am having a problem installing an nVidia driver for my GeForce 6800 GT.
It says I need to boot out of X-Server into a console to install the driver. How do I do that?

I have Fedora Core 3 with kernel 2.6.9.
nVidia Geforce 6800GT OC
Pentium 4 2.4ghz
Intel D845PESV MOBO
 
Old 03-09-2005, 01:54 PM   #2
Technoslave
Member
 
Registered: Dec 2003
Location: Northern VA
Posts: 493

Rep: Reputation: 30
type init 3 as root, and that will take you to multi-user mode no X running.

Make sure you have all the instructions first, either printed out or written out, as you won't be getting back to an X session until everything is done ( a 2nd computer helps too )
 
Old 03-09-2005, 02:04 PM   #3
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
type init 3 as root:
navigate to the directory that contains the nvidia file and run the following:

sh NVIDIA-Linux-x86-1.0-6629-pkg1.run

Following on screen instructions. After the install type the following:

modprobe nvidia
cp -a /dev/nvidia* /etc/udev/devices

Hope this helps.
 
Old 03-09-2005, 03:30 PM   #4
pattont
Member
 
Registered: Feb 2005
Location: Tennessee
Distribution: SUSE 9.2 Professional
Posts: 58

Rep: Reputation: 15
i have the 6800 ultra and it comes up saying that my kernel is wrong or something..
 
Old 03-09-2005, 03:35 PM   #5
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
Quote:
Originally posted by Technoslave

Make sure you have all the instructions first, either printed out or written out, as you won't be getting back to an X session until everything is done ( a 2nd computer helps too )
or you can just use a text browser (eg, lynx) in another console to view the nvidia readme, etc.
 
Old 03-09-2005, 03:45 PM   #6
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
Quote:
Originally posted by pattont
i have the 6800 ultra and it comes up saying that my kernel is wrong or something..
Can you post the actuall message?
 
Old 03-09-2005, 04:28 PM   #7
helios the sun
LQ Newbie
 
Registered: Jun 2004
Location: /home/helios
Distribution: debian
Posts: 23

Rep: Reputation: 15
i bet it goes something like "cant find kernel sources" or "kernel was kompiled with a diferent gcc version"
 
Old 03-09-2005, 05:29 PM   #8
pattont
Member
 
Registered: Feb 2005
Location: Tennessee
Distribution: SUSE 9.2 Professional
Posts: 58

Rep: Reputation: 15
Quote:
Originally posted by helios the sun
i bet it goes something like "cant find kernel sources" or "kernel was kompiled with a diferent gcc version"
yes thats it.. what do i need to do??
 
Old 03-09-2005, 05:34 PM   #9
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
if you are using SuSe you can download the nvidia driver and install it using Yast Update feature.
I think that it is even recommended by NVIDIA to install it via Yast Update.
 
Old 03-09-2005, 07:10 PM   #10
pattont
Member
 
Registered: Feb 2005
Location: Tennessee
Distribution: SUSE 9.2 Professional
Posts: 58

Rep: Reputation: 15
its not the most up to date version.. my hardware isn't supported under the older version, i think it is supported under the newer..
 
Old 03-09-2005, 07:15 PM   #11
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
Update it - if not already done - via YaST2 Online Update (YOU).

2) Use the nvidia installer for 1.0-6629.

a) kernel-default:
sh NVIDIA-Linux-x86-1.0-6629-pkg1.run -q

b) kernel-smp/kernel-bigsmp:
sh NVIDIA-Linux-x86-1.0-6629-pkg1.run -q -n

3) Configure X.Org with

sax2 -m 0=nvidia (0 is a digit, not a letter!)

NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.

ftp://ftp.suse.com/pub/suse/i386/sup...taller-HOWTO#1

Hope this helps!
 
Old 03-10-2005, 12:36 AM   #12
poetic_assassin
LQ Newbie
 
Registered: Mar 2005
Location: Nevada
Distribution: SuSE 10.2 / Fedora 7
Posts: 6

Original Poster
Rep: Reputation: 0
Well, I'm half-way there now. The driver is installed (I can tell because the fan control kicks in and 3d apps are accelerated), but as soon as I reboot, the system hangs while trying to load X-Server and the only way to boot successfully is to revert back to the generic VESA driver (and then all the acceleration goes away and the fan starts whirring up a tornado again).

I did get a message telling me that the NVIDIA driver conflicts with "RivaFB" but I do not know how to disable "RivaFB". How do you do that?

(Am I even going in the right direction, or is there some other crucial step I am missing?)
 
Old 03-10-2005, 12:36 AM   #13
pattont
Member
 
Registered: Feb 2005
Location: Tennessee
Distribution: SUSE 9.2 Professional
Posts: 58

Rep: Reputation: 15
Quote:
Originally posted by xaxol

a) kernel-default:
sh NVIDIA-Linux-x86-1.0-6629-pkg1.run -q

b) kernel-smp/kernel-bigsmp:
sh NVIDIA-Linux-x86-1.0-6629-pkg1.run -q -n

what do you mean by both of those.. sorry im a n00b..
 
Old 03-10-2005, 12:46 AM   #14
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
Run the one of the commands depending on the kernel that you are running.
In other words if you are running default kernel run sh NVIDIA-Linux-x86-1.0-6629-pkg1.run -q

You can determine what kernel you are running by typing
Code:
uname -a
in a terminal.
 
Old 03-10-2005, 12:49 AM   #15
xaxol
Member
 
Registered: Aug 2003
Location: Antelope, CA
Distribution: Ubuntu 9.04
Posts: 90

Rep: Reputation: 15
Quote:
Originally posted by poetic_assassin
Well, I'm half-way there now. The driver is installed (I can tell because the fan control kicks in and 3d apps are accelerated), but as soon as I reboot, the system hangs while trying to load X-Server and the only way to boot successfully is to revert back to the generic VESA driver (and then all the acceleration goes away and the fan starts whirring up a tornado again).

I did get a message telling me that the NVIDIA driver conflicts with "RivaFB" but I do not know how to disable "RivaFB". How do you do that?

(Am I even going in the right direction, or is there some other crucial step I am missing?)
Have you run the following commands after the install?
Code:
modprobe nvidia
cp -a /dev/nvidia* /etc/udev/devices
 
  


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
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
need help on installing nvidia driver xtr1k3r Amigo 1 10-08-2005 01:32 PM
Help installing Nvidia driver... Brnzwngs Debian 5 09-06-2005 11:51 PM
need help installing NVIDIA driver kenoichi Linux - Newbie 8 04-10-2004 02:16 AM
Need help installing Nvidia driver Superdude Linux - Hardware 4 12-29-2003 03:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:01 AM.

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