LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nvidia driver = crash!! (https://www.linuxquestions.org/questions/linux-newbie-8/nvidia-driver-%3D-crash-69364/)

rooman 07-01-2003 03:48 PM

nvidia driver = crash!!
 
mdk 9.1
I've installed the nvidia drivers with the easy to use new installation shell script and the one for all 6mb driver file, no errors.
With nv changed to nvidia in XF86Config-4, I get the same grey screen as the economy mode that cuts in when using the console. The PC needs a hardware reset and file system checking each time before working again!
Here are the only clues I could find in the x-server log.

(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.4363
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX

(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
Could this be driver/module related or APM (BIOS screen power?/v-synch?)

DrOzz 07-01-2003 03:57 PM

does your motherboard have a kt400 chipset?

DrOzz 07-01-2003 04:00 PM

oh and forgot to mention, that the warning has nothing to do with not getting this to work...

ironz 07-01-2003 05:30 PM

maybe ur kernel is not compatible with the new nvidia drivers.

Me too i had this problem before but now it's okay.

Your kernel must be 2.4.20-8 and under. Upper this the nvidia launch an error.

i have reinstalled rehat linux 9 and the drivers and it's works great!!!

H4Ve PhuN :)

ironz 07-01-2003 05:32 PM

i suggest (when u have just reinstalled linux) to don't patch the kernel and all others updates like that. Only if the kernel is very old and cause crash.

rooman 07-02-2003 06:12 AM

mobo= MSI 645 Ultra-C with SiS645 & SiS961/961B chipsets
kernel=2.4.21-0.13mdk

rooman 07-02-2003 02:48 PM

I've done an lsmod and nvidia is not mentionned;
I've put alias char-major-195 nvidia in modules.conf as I saw suggested elsewhere;
I did a insmod nvidia and a warning message about a tainted kernel, what does that mean?
startx still gives the grey screen of a hardware crash...
log file mes.= (EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)

solspin 07-02-2003 03:06 PM

I would stick with combing through your XFree86 config file and make sure you updated it per Nvidia's instructions. I can't tell you how many times I have missed the small details. If the Nvidia installer successfully updated the driver, then the only other thing to change is the XFree86 config file. I am running kernel 2.4.21 and have installed and re-installed the Nvidia driver with no problems. Was there anything else you changed in the config file besides the Nvidia references? Maybe you could copy back your original XFree86 config file and start over. That is, if you made a backup!

If you already have an XF86Config file working with a different driver
(such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:

Driver "nv"
(or Driver "vesa")

with

Driver "nvidia"

In the Module section, make sure you have:

Load "glx"

You should also remove the following lines:

Load "dri"
Load "GLcore"

if they exist.

DrOzz 07-02-2003 03:10 PM

Quote:

og file mes.= (EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not foun
well as you see by this message, it can't load the nvidia driver...
by looking at your kernel version i don't think you updated your kernel cause i think that is the default one that comes with mdk, but if it isn't then specify the kernel your using with the install script...so the next thing is if it can't find the nvidia driver, maybe you should install it again....are you sure you didn't install the drivers in failsafe mode? if so that could be an issue....also make sure you have irq assigned to vga set to enabled in the bios and pnp os aware disabled....

pyro 07-02-2003 04:11 PM

Hi,
maybe the option (in the driver section)
NVAGP = "0"
will fix your problem it fixed it with my tnt

rooman 07-06-2003 03:00 PM

thanks for ideas chaps.
My AMI bios does not have the options quoted, all that I have is a set of irqs with the options of ISA or PCI/PnP.
I have the stock mdk 9.1 kernel delivered on the cd, no patches.
Clearly there's a prob with the glx extension not loading.

RottenMutt 07-06-2003 08:04 PM

check bus address:
lspci

then add this to your xf86config file under "section device" as shown in the nvidia example:

BusID "PCI:04:00:0"

where the 04:00:0 is your card address...

also make sure you booted to the kernel you run when you complied/installed you driver.
kernel version:
uname -r

to make a boot disk:
mkbootdisk --device /dev/fd0 2.2.16-22
insert your kernel version...

boot to disk and at boot prompt type "linux 3" this will boot to you kernel and the command prompt

adz 07-06-2003 08:44 PM

Did you comment out the 'load "GLcore"' and 'load "dri"' lines in your /etc/X11/XF86Config-4 file?

v00d00101 07-08-2003 02:21 AM

i had a similar problem on mandrake with a nvidia gfx card and i never did fix it after 2 weeks of messing about.

I installed redhat9 on it and have not had any probs except when i update the kernel (need to rebuild the nvidia driver).


All times are GMT -5. The time now is 06:00 PM.