Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia drivers don't load
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dwilson
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2003
Posts: 115

PostPosted: Sun Feb 23, 2003 9:21 pm    Post subject: nvidia drivers don't load Reply with quote

I am using nvidia drivers 4191. The problem is every time I reboot I must rebuild the drivers for x to start. Otherwise I get an nvidia module not loaded error. What I need to know is how to make the module load automatically on reboot? Even when I try and do modprobe or insmod after rebooting that doesn't work. I must actually recompile the drivers to get it going.
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Sun Feb 23, 2003 9:29 pm    Post subject: Reply with quote

Do you have 'nvidia' in your modules.autoload?

(The name of the driver has changed in the new version)
Back to top
View user's profile Send private message
dwilson
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2003
Posts: 115

PostPosted: Sun Feb 23, 2003 9:39 pm    Post subject: Reply with quote

How do I check? I am really new to all of this editing config files by hand.
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Sun Feb 23, 2003 10:02 pm    Post subject: Reply with quote

dwilson wrote:
How do I check? I am really new to all of this editing config files by hand.


From a console window (or the console, if you're not in X):
Code:

cat /etc/modules.autoload


That should print the current contents of your autoload file (which are the kernel modules to automatically load on startup). If you are running the masked version of the nvidia drivers (as your post indicates), then
Code:

nvidia

should appear on a line by itself. If it does not, add it to the end of the /etc/modules.autoload file on a line by itself. Make sure there is a blank line at the end. You can do this using any editor - you probably used nano when you first installed the system, and can use the same process. Make sure you are root when attempting to edit that file.

If the line
Code:

NVdriver

(or something like that - my memory fails me) is present, it is the driver name for the old nvidia drivers and should be removed or edited to match the above.
Back to top
View user's profile Send private message
dwilson
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2003
Posts: 115

PostPosted: Sun Feb 23, 2003 10:13 pm    Post subject: Reply with quote

Ok, that worked! Thanks for the help aja.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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