Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia, nvidia-kernel and xorg 7
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
rburcham
Apprentice
Apprentice


Joined: 20 Mar 2003
Posts: 243

PostPosted: Wed Aug 02, 2006 5:57 pm    Post subject: nvidia, nvidia-kernel and xorg 7 Reply with quote

This is an FYI sort of post:

It seems the location for drivers has changed with verion 7 of xorg. It likes to find them in
Code:

/usr/lib/xorg/modules/drivers/


whereas previous versions looked in

Code:
/usr/lib/modules/drivers/


It seems the nvidia drivers are being repackaged... but at this time the original (and "safe" x86) package nvidia-kernel wants to put nvidia_drv.o in the old place. Now that xorg-x11 version 7 is no longer masked, it wants to find drivers in the new place, so right now it cannot find nvidia_drv.o.

This prevents X from starting, with the following aggravating entry in the Xorg log:

Code:
(EE) Failed to load module "nvidia" (module does not exist, 0)


I got around this by symlinking the driver into the new location, and I imagine this will get resolved properly once the new nvidia driver package, nvidia-drivers, is no longer ~x86 masked.

Code:
ln -s /usr/lib/modules/drivers/nvidia_drv.o /usr/lib/xorg/modules/drivers/ 


Last edited by rburcham on Wed Aug 02, 2006 7:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Aug 02, 2006 6:04 pm    Post subject: Reply with quote

rburcham,

You can also add a ModulePath statement to xorg, so it looks for modules where you tell it.
You will need to add two if you do that, since it stops using the defualt module path.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Aug 02, 2006 6:11 pm    Post subject: Reply with quote

Moved from Unsupported Software to Documentation, Tips & Tricks.

Xorg really is supported, moved here as it was posted as a solution in search of a problem.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
rburcham
Apprentice
Apprentice


Joined: 20 Mar 2003
Posts: 243

PostPosted: Wed Aug 02, 2006 7:21 pm    Post subject: Reply with quote

Okay thanks. I think I'll look for the repackaged nvidia drivers to clean up my mess...

Oh and I had posted in "unsupported" because I thought this was more of an nvidia packaging boof rather than an Xorg boof. But "tips and tricks" makes sense. Thanks for the quick response!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks 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