Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-01-2003, 04:48 PM
|
#1
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Rep:
|
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?)
|
|
|
07-01-2003, 04:57 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
does your motherboard have a kt400 chipset?
|
|
|
07-01-2003, 05:00 PM
|
#3
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
oh and forgot to mention, that the warning has nothing to do with not getting this to work...
|
|
|
07-01-2003, 06:30 PM
|
#4
|
Member
Registered: Jun 2003
Location: Montréal, Québec
Distribution: red hat 9
Posts: 84
Rep:
|
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
|
|
|
07-01-2003, 06:32 PM
|
#5
|
Member
Registered: Jun 2003
Location: Montréal, Québec
Distribution: red hat 9
Posts: 84
Rep:
|
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.
Last edited by ironz; 07-01-2003 at 06:33 PM.
|
|
|
07-02-2003, 07:12 AM
|
#6
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
mobo= MSI 645 Ultra-C with SiS645 & SiS961/961B chipsets
kernel=2.4.21-0.13mdk
|
|
|
07-02-2003, 03:48 PM
|
#7
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
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)
|
|
|
07-02-2003, 04:06 PM
|
#8
|
Member
Registered: Apr 2003
Location: California, USA
Distribution: What works
Posts: 97
Rep:
|
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.
|
|
|
07-02-2003, 04:10 PM
|
#9
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
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....
|
|
|
07-02-2003, 05:11 PM
|
#10
|
LQ Newbie
Registered: Feb 2002
Posts: 9
Rep:
|
Hi,
maybe the option (in the driver section)
NVAGP = "0"
will fix your problem it fixed it with my tnt
|
|
|
07-06-2003, 04:00 PM
|
#11
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
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.
|
|
|
07-06-2003, 09:04 PM
|
#12
|
Member
Registered: Jul 2003
Location: dfw
Distribution: Latest Fedora Release
Posts: 195
Rep:
|
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
|
|
|
07-06-2003, 09:44 PM
|
#13
|
Senior Member
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713
Rep:
|
Did you comment out the 'load "GLcore"' and 'load "dri"' lines in your /etc/X11/XF86Config-4 file?
|
|
|
07-08-2003, 03:21 AM
|
#14
|
Member
Registered: Jun 2003
Location: UK
Distribution: Devuan Beowulf
Posts: 514
Rep:
|
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 01:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|