LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-23-2005, 10:41 AM   #1
Stevetgn
Member
 
Registered: Jun 2003
Distribution: SuSE10, Mepis,
Posts: 230

Rep: Reputation: 30
Angry "rivafb" & nVidia


I still can't install the nVidia drivers because of this bloody rivafb thing. I'm having a real mare with this now. If I were to reinstall MDK10.1 is there anyway of doing it without the rivafb being added the the kernel?

Thanks in advance again

Steve
 
Old 01-23-2005, 11:34 AM   #2
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
Im in the same boat. Are you sure riva is loaded cuz when i tried installing the nVidia drivers I got the message rivafb drivers will conflict blah blah but I dont have the riva module loaded anymore and I keep getting that same message. Have you done lsmod? I am also getting a seg fault at the end of the Nvidia instal, are you gettting that also? I know your frustrated, as am I, but Just some advice, try not to use such strong language in your thread titles.

Last edited by BajaNick; 01-23-2005 at 11:37 AM.
 
Old 01-23-2005, 11:46 AM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
How about recompiling the kernel without rivafb in it. It's only one option you have to uncheck. It's not that hard just don't touch anything else if you don't know what it is.
 
Old 01-23-2005, 02:16 PM   #4
Stevetgn
Member
 
Registered: Jun 2003
Distribution: SuSE10, Mepis,
Posts: 230

Original Poster
Rep: Reputation: 30
how do I recompile and how do I uncheck rivafb? Sorry, I'm a major newbie when it come to this kind of stuff!
 
Old 01-23-2005, 02:31 PM   #5
prj
Member
 
Registered: Aug 2003
Location: South Wales
Distribution: Kubuntu, Ubuntu server, SuSE 11, Knoppix, Puppy, Myth. Oh alright then, all of them
Posts: 177

Rep: Reputation: 30
Run a search on the hardware forum + the forum for your distro - plenty of probs with riva all round and several answers on this

Edit: search for "rivafb" at top level of forums gets lots of threads on this. Good luck.

Last edited by prj; 01-23-2005 at 02:36 PM.
 
Old 01-23-2005, 02:50 PM   #6
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
http://www.digitalhermit.com/linux/K...ild-HOWTO.html

Somewhere in the videocard section riva should be checked just delete it. I don't know if you can run x now but between a kernel compilation and installing the drivers you probably can't run x. So be prepared and know which steps you have to do to install the driver in the command line.
 
Old 01-23-2005, 04:01 PM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
If rivafb is compiled as a module instead being builtin to the kernel, the nvidia module will work fine. It always says that rivafb will blah, blah, blah for me in Mandrake and in Slackware using 2.4.26 kernel. I forgot to enable it when I compiled the 2.6.10 kernel. Just ignore it if rivafb is compiled as a module. If you really want to make sure rivafb is not loaded, add it to the hotplug blacklist. It will not load it up. I do not suggest removing rivafb from the module directory.

What is the big deal? Just install the nvidia module.
 
Old 01-23-2005, 04:13 PM   #8
Stevetgn
Member
 
Registered: Jun 2003
Distribution: SuSE10, Mepis,
Posts: 230

Original Poster
Rep: Reputation: 30
Quote:
What is the big deal? Just install the nvidia module.
The nVidia installation fails in Mandrake 10.1 because of this rivafb. First it warns me of the conflict, I ignore this and continue as many people suggest but I then get some kind of failure message.

Further help still needed please! It's a real shame 'cause MDK10.1 is superb appart from this problem.
 
Old 01-23-2005, 08:27 PM   #9
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
If you are using a framebuffer to make your console look pretty like displaying the Linux logo, then I'm sorry that is your problem. If you need to compile the nvidia module, make sure you have kernel source, kernel headers, and gcc compiler installed. I or some else can not help you if you did not post the error message. Also telling us the steps in detail will help too.

When I used Mandrake 10, I did not have this problem. The installer still warn me about it. I took off Mandrake 10 because it has some compiling issues for programs and I want try a more hardcore Linux distribution like Slackware.
 
Old 01-23-2005, 08:31 PM   #10
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
if your talking about a seg fault after it builds the modules, but before it installs the gl libs, try to disable the ncurses interface:

sh NVIDIA*.bin --ui=none

thats what ive had to do ( still haven't been able to actually use the newest driver, and I'm lazy and don't want to patch and rebuild so I stick with the 6111 version of the driver).
 
Old 01-23-2005, 09:02 PM   #11
kinney
Member
 
Registered: Jan 2005
Location: New York
Distribution: Slackware, Arch
Posts: 37

Rep: Reputation: 15
Are you sure that its rivafb thats causing your error. When I tried to install the nvidia drivers I got the warning about rivafb but the error I got had nothing to do with rivafb it was caused by the thread local storage mechanism. The nvidia driver is compiled with one of two different tls'. Find out what version of glibc you have and if its glibc2.2 or older try
sh NVIDIA*.run --force-tls='classic'

or if its glibc2.3 or higher try
sh NVIDIA*.run --force-tls='new'

Hope this helps
 
  


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
NVIDIA ERROR "rivafb" dolphans1 Mandriva 9 08-29-2004 05:41 AM
bash equivalence of tcsh "alias em "emacs \!:1 &""? rgiggs Slackware 3 07-29-2004 02:07 AM
"User" & "System" CPU load difference JJX Linux - General 3 06-06-2004 01:42 AM
Does "ac97 & RH8" imply "buy a Sound Blaster Live"? nicktoop Linux - Hardware 3 02-13-2004 08:53 AM
Monthly Archiving Script... help with "date" & "cron" Supp0rtLinux Linux - Software 3 01-03-2003 09:29 PM

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

All times are GMT -5. The time now is 11:31 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