Jump to content

nvidia driver problem


polemicz
 Share

Recommended Posts

I just put a new geforce4-440 card on my system and installed the nvidia drivers. All appeared to be fine. I installed by booting into console mode, no X, and then entered startx and things were fine. Today when I booted up things weren't fine and I got this

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

(EE) NVIDIA(0): *** Aborting ***

(EE) Screen(s) found, but none have a usable configuration.

 

Not sure what this means as I've never ventured into the mysteries of Nvidia drivers until now. By the way I loaded the latest driver onto 10.1 OE with the kernel source installed.

Link to comment
Share on other sites

My guess is the nvidia module is not loading as this is a very common problem with mdk10.1. To test, boot to a command line login and run:

 

$ su

<enter root password>

# modproble nvidia

# exit

$ startx

 

The modprobe command manually loads the nvidia module. If you get to a gui, then you can be sure the module is not autoloading at boot. Post back if this applies and I'll go through how to correct the problem so the module autoloads.

Link to comment
Share on other sites

There are several ways to do it but some have encountered problems with the usual ways which would be to edit /etc/modprobe.conf or /etc/modprobe.preload. Here's one that always works - edit /etc/rc.d/rc.modules by adding this line at the very end of the script:

 

modprobe nvidia

 

That's it. You have to be root to edit the file and if your in a gui, right click on the script and open it with kwrite to edit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...