Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia driver problem with AMD64
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
dschaefer78
n00b
n00b


Joined: 30 Aug 2004
Posts: 27

PostPosted: Thu Dec 30, 2004 10:44 am    Post subject: Nvidia driver problem with AMD64 Reply with quote

Hi,

I've tried to install nvidia drivers version 1.0.6111 an 1.0.6629 on my amd64 machine it installs fine, but everytime I try to startx it gives me this error. I've tried with kernel 2.6.9 and 2.6.10 but it's the same.
(EE) Failed to load module "nvidia"
(Module doesn't exist,0)
(EE) No drivers avaiable

I've tried to make a modprobe nvidia and opengl-update nvidia but that give me the same error.

Something strange when I install 1.0.6629 from the run script instead of the build it work half it shows me the nvidia logo and after shows me crap on the screen.

Does anyone know how to solve this
thanks a lot
Dominique
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Thu Dec 30, 2004 1:04 pm    Post subject: Re: Nvidia driver problem with AMD64 Reply with quote

dschaefer78 wrote:
everytime I try to startx it gives me this error. I've tried with kernel 2.6.9 and 2.6.10 but it's the same.
Code:
(EE) Failed to load module "nvidia"
(Module doesn't exist,0)
(EE) No drivers avaiable


I've tried to make a modprobe nvidia and opengl-update nvidia but that give me the same error.

Try re-emerging nvidia-kernel and nvidia-glx packages again.
Back to top
View user's profile Send private message
jeffschw
n00b
n00b


Joined: 03 Nov 2004
Posts: 12

PostPosted: Thu Dec 30, 2004 2:15 pm    Post subject: same problem Reply with quote

I just ran into this problem as well, after an emerge -uDv world. I've attempted to re-emerge nvidia-kernel and nvidia-glx with no success. /proc/driver/nvidia does exist and a modprobe does come back clean.

Thanks
Back to top
View user's profile Send private message
rc
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 234

PostPosted: Thu Dec 30, 2004 2:45 pm    Post subject: Reply with quote

Hi,
had the same problem after upgrading from xorg-x11-6.8.0-r3 to -r4.
Even remerging the old version didnt solve the prob.
The following thread was helpfull for me:
https://forums.gentoo.org/viewtopic.php?t=272623&highlight=module+nvidia

I'm currently running xorg-x11-6.8.0-r3 and i temporarily "fixed" the problem by adding
Code:

ModulePath "/usr/X11R6/lib/modules"

to the files section in /etc/X11/xorg.conf.

greetings,
rc
Back to top
View user's profile Send private message
jeffschw
n00b
n00b


Joined: 03 Nov 2004
Posts: 12

PostPosted: Thu Dec 30, 2004 2:50 pm    Post subject: problem solved Reply with quote

worked like a champ.

Thanks.
Back to top
View user's profile Send private message
dschaefer78
n00b
n00b


Joined: 30 Aug 2004
Posts: 27

PostPosted: Thu Dec 30, 2004 5:03 pm    Post subject: bitmap and pcidata module doesn't exist Reply with quote

I've tried to add ModulePath "/usr/X11R6/lib/modules" in my xorg.conf and now it gives me this error
(EE) Failed to load module "bitmap" (module doesn't exist,0)
(EE) Failed to load module "pcidata" (module doesn't exist,0)

Anyone have an idea ?

Thanks :)
Back to top
View user's profile Send private message
rc
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 234

PostPosted: Thu Dec 30, 2004 5:17 pm    Post subject: Reply with quote

then you might try what is suggested in this thread:
https://forums.gentoo.org/viewtopic.php?t=272623&highlight=module+nvidia
Comment out the ModulePath part in /etc/X11/xorg.conf.
And copy /usr/X11R6/lib/modules/drivers/nvidia_drv.o to /usr/lib64/modules/drivers/nvidia_drv.o .
If this works please also post to the thread linked above.
I havent tried this yet as setting ModulePath works fine here.

greetings,
rc
Back to top
View user's profile Send private message
dschaefer78
n00b
n00b


Joined: 30 Aug 2004
Posts: 27

PostPosted: Thu Dec 30, 2004 5:35 pm    Post subject: It works ! Reply with quote

Thanks a lot :lol: :lol: it works very well
Back to top
View user's profile Send private message
IvanHoe
l33t
l33t


Joined: 05 Oct 2002
Posts: 658

PostPosted: Thu Dec 30, 2004 5:58 pm    Post subject: Reply with quote

rc wrote:
then you might try what is suggested in this thread:
https://forums.gentoo.org/viewtopic.php?t=272623&highlight=module+nvidia
Comment out the ModulePath part in /etc/X11/xorg.conf.
And copy /usr/X11R6/lib/modules/drivers/nvidia_drv.o to /usr/lib64/modules/drivers/nvidia_drv.o .
If this works please also post to the thread linked above.
I havent tried this yet as setting ModulePath works fine here.

greetings,
rc

Excellent. I'll give this a try when I get home.
Back to top
View user's profile Send private message
My_World
Guru
Guru


Joined: 01 Sep 2003
Posts: 339
Location: Kalahari Desert

PostPosted: Thu Dec 30, 2004 6:17 pm    Post subject: Reply with quote

What I did to solve this (after nearly an hour of re-emerging nvidia packages) was actually quite simple. :/

Code:

emerge sync
emerge x11-xorg
etc-update
(Replaced original with update for Xorg after noticing only minor additions)

This is where the trouble started and the nvidia module failed to load. So, like a happy trooper, re-emerge everything nvidia...
Code:

emerge nvidia-kernel nvidia-glx
opengl-update nvidia

Still no joy, so back to square one, xorg.conf...

That is when I noticed that the above mentioned lib path was hashed out, unhashed it, and BINGO! Never before saw it in a xorg.conf., but it works now.
:/
_________________
"Ubuntu" - an African word meaning "Gentoo is too hard for me".
Back to top
View user's profile Send private message
rc
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 234

PostPosted: Thu Dec 30, 2004 11:46 pm    Post subject: Reply with quote

Hi again,
maybe this thread should be moved either to "Desktop Environments" or (even better i think) to "Gentoo on AMD64".
I posted in the following thread
https://forums.gentoo.org/viewtopic.php?p=1928217#1928217
to let the one who started it know that he/she was not the only one having that prob and that the thread was very helpfull.

greetings,
rc
Back to top
View user's profile Send private message
rjrooke
n00b
n00b


Joined: 29 Mar 2004
Posts: 17

PostPosted: Fri Dec 31, 2004 12:20 am    Post subject: nvidia-glx bug? Reply with quote

Think this is a bug? Should we add it to the nvidia-glx bug list?
Back to top
View user's profile Send private message
rawoul
n00b
n00b


Joined: 27 Dec 2003
Posts: 65

PostPosted: Fri Dec 31, 2004 1:49 am    Post subject: Reply with quote

I filled a bug, and it's already fixed.
https://bugs.gentoo.org/show_bug.cgi?id=76184
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum