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

Notices


Reply
  Search this Thread
Old 01-16-2005, 12:22 PM   #1
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Rep: Reputation: 30
nVidia drivers conflict's with rivafb


.............

Last edited by jaakkop; 02-28-2011 at 04:49 AM.
 
Old 01-16-2005, 12:49 PM   #2
lp449
Member
 
Registered: Oct 2004
Location: Olsztyn, Poland
Distribution: Debian Squeeze / CentOS 6
Posts: 60

Rep: Reputation: 15
Just keep clicking 'OK' or 'NEXT' ... I mean contiune installing the driver and don't pay attention to this conflict. for me it worked. However new versions of nvidias diver works worse than the previous ones. I use version: 1.0-4496 and can't say a bad word about it
 
Old 01-16-2005, 04:18 PM   #3
heri0n
Member
 
Registered: Oct 2004
Location: Hamilton, Ontario
Distribution: Slackware 10.0
Posts: 48

Rep: Reputation: 15
I think I had this problem too.
I you need to recompile your kernel and exclude the rivafb module
 
Old 01-17-2005, 06:26 AM   #4
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Original Poster
Rep: Reputation: 30
.....

Last edited by jaakkop; 02-28-2011 at 04:49 AM.
 
Old 01-17-2005, 07:56 AM   #5
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
you wont have a single problem as long as you dont actually load the riva module.. If your card is nvidia, I see no reason for you to load it anyways.. I had that announcement too, and no probs.. (:

No point in recompiling the kernel just to exclude one module you aint even using
 
Old 01-17-2005, 08:45 AM   #6
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Original Poster
Rep: Reputation: 30
.....

Last edited by jaakkop; 02-28-2011 at 04:49 AM.
 
Old 01-17-2005, 08:50 AM   #7
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
you dont need to unless you realy want to.. If you are using the bare.i kernel that came with the system, the module exists in your system, but isnt used, obviously, as you dont have a riva card as I understood..

Ofcourse if you are very sure you want to remove it, just locate it under /usr/lib/modules/kernel-version/ and delete it, but I _do not_ recommend it.
 
Old 01-17-2005, 09:16 AM   #8
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Original Poster
Rep: Reputation: 30
.....

Last edited by jaakkop; 02-28-2011 at 04:49 AM.
 
Old 01-17-2005, 09:23 AM   #9
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
to unload the module, you can type:
Code:
rmmod rivafb
You can see what modules are currently loaded with:
Code:
lsmod
 
Old 01-17-2005, 09:23 AM   #10
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
First, check if it is loaded:
lsmod | grep rivafb
If you see nothing, then it's not loaded and you don't have to worry about this. If you see something like

rivafb 3464348 26
then unload the module with
rmmod rivafb or
modprobe -r rivafb
(run rmmod and modprobe as root)
 
Old 01-17-2005, 09:33 AM   #11
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Original Poster
Rep: Reputation: 30
Thanks/Kiitos/Danke/Tack
 
Old 01-17-2005, 11:21 AM   #12
brancalessio
LQ Newbie
 
Registered: Aug 2004
Posts: 24

Rep: Reputation: 0
Re: nVidia drivers conflict's with rivafb

Which kernel version? Is it the default one?

I ask you this since I can't have loaded the framebuffer specific for my graphics card.

What is the output of

lsmod

after X starts?

Quote:
Originally posted by jaakkop
I was installing nVidia drivers and then it said that nVidia drivers conflict with rivafb module (or something like that). What should I do?
 
Old 01-17-2005, 11:29 AM   #13
H2O-linux
Member
 
Registered: Sep 2004
Location: Second ring of youranus
Distribution: debian testing
Posts: 153

Rep: Reputation: 30
by default

the rivafb is blacklisted in slack 10.0 and is not loaded.The nvidia installer recognizes it in the system and just throws out that warning when the drivers are installed.
 
Old 01-17-2005, 11:43 AM   #14
jaakkop
Member
 
Registered: Aug 2004
Posts: 433

Original Poster
Rep: Reputation: 30
.....

Last edited by jaakkop; 02-28-2011 at 04:49 AM.
 
Old 01-17-2005, 11:48 AM   #15
brancalessio
LQ Newbie
 
Registered: Aug 2004
Posts: 24

Rep: Reputation: 0
Probably you have not to rebuild your kernel, if it does not appear in lsmod. Can you post the output of lsmod?

Quote:
Originally posted by jaakkop
rivafb wasn't loaded but nvidia drivers still complain about rivafb. The Kernel is the default one. Should I recompile my kernel? And how do I do it?
 
  


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
rivafb error with nvidia howlatnight Linux - Newbie 18 01-14-2005 04:18 PM
rivafb & nvidia drivers in 2.4.26 aje Linux - Software 6 12-05-2004 06:01 PM
Rivafb error with nVidia drivers on Debian Sarge mp4 Linux - Hardware 6 08-22-2004 12:48 AM
Nvidia driver and Rivafb? sganarelle Slackware 4 08-15-2004 01:23 AM
Installing latest nVidia drivers in Mandrake 10. rivafb error? Pumaman Linux - Hardware 4 07-09-2004 07:04 PM

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

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