LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NVIDIA driver problem w/ kernel 2.6.10 (https://www.linuxquestions.org/questions/linux-newbie-8/nvidia-driver-problem-w-kernel-2-6-10-a-279555/)

TheDude05 01-18-2005 10:37 PM

NVIDIA driver problem w/ kernel 2.6.10
 
I'm getting these errors when I try to start x with "nvidia" as the driver in X11 config.

(EE) Unable to open /usr/X11R6/lib/modules/extensions/libglx.a
(EE) Failed to load module "/usr/X11R6/lib/modules/extensions/libglx.a" (open failed, 2)
(EE) NVIDIA(0): Failed to initalize the NVIDIA kernel
(EE) NVIDIA(0): *** Aborting ***
(EE) Screen(s) found, but none have a usuable configuration

Fatal server error:
no screens found


Works fine with default vesa drivers. (thats how I booted back into x) I'm running mandrake 10.1 with my own 2.6.10 kernel.

student04 01-19-2005 12:56 AM

type
Code:

# modprobe nvidia
and try "startx" again. If it works, add it to the end of /etc/modprobe.preload like so
Code:

# echo "nvidia" >> /etc/modprobe.preload

amosf 01-19-2005 02:39 AM

I don't think the latest nvidia driver 6629 works with 2.6.10 yet. You'll need to wait for the next driver release or try a patch. I think there may be one available. I went back to the 2.6.9 kernel on my production box for the moment...

There is some info here...
http://www.nvnews.net/vbulletin/showthread.php?t=42964

student04 01-19-2005 05:48 AM

oh i didn't see that.... i'd agree with amosf on this, then

ImpactDNI 01-19-2005 09:59 AM

I'm running 2.6.10 with 6629 right now on gentoo fine.
Make sure you reinstalled the driver when you upgraded the kernel (needs to build a new kernel object) and then try modprobe nvidia and startx again

citrus 01-19-2005 03:48 PM

there are patches availble for the nvida drivers and info how to patch them for the 2.6.10 kernel

i had to do this if you want to keep the same kernel

search google or one of my posts

TheDude05 01-19-2005 08:40 PM

modprobe says it can't find the nvidia module. I'll try patching then running the drive install again

cs-cam 01-19-2005 08:54 PM

I use the 2.6.10 kernel with no worries concerning my nvidia drivers, just need to reinstall the nvidia drivers after you install a new kernel so it can build a new module :)

Electro 01-20-2005 12:28 AM

I am using kernel version 2.6.10 and I have installed nVidia graphics version 6629 using gcc version 3.3.4. Of course you have to compile drivers (modules) that you did for your previous kernel version. If you do not, the module design for the older kernel will not work with the new kernel. You do not need a patch. You probably did not select the right options that nvidia needs during configuring the 2.6.10 kernel. There could be problems with Geforce6 video cards because nVidia just added support for certain GeForce6 cards. Also I had problems compiling programs in Mandrake 10, so it could be Mandrake 10 screwd up the setup for compiling might messed up compiling the kernel.


All times are GMT -5. The time now is 12:12 AM.