LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-06-2004, 11:41 PM   #1
gibiman
LQ Newbie
 
Registered: Aug 2004
Location: -
Posts: 16

Rep: Reputation: 0
Could not get Nvidia drivers to work!!! ( they suck big time )


I first had Linux Mandrake 10.0 and i had a GeForce 2 Mx graphical adapter - I installed the drivers .... ( compiling new ones from my kernel source and all that bla bla bla shit that it asks me to do ) ! And when i boot the X server it just stops with no warning ... Xfree86.0.log file is spotless!!! :O ! Oh and i forgot to mention that i also tried both the 2.4 kernel and the 2.6.7 kernel ! And same thing happened !
Ok let's say it has a problem with mandrake ( though i seriously doubt that ) ! I went on intalling Gentoo 2004.2 With the kernel 2.6.7 . Install went fine . But the same thing happened!Nothing in the log file but still when the xserver started loading !it hangs when it started testing my resolution ( 640x480 !!!! ) ! I cannot post my config files right now but i followed the exact instructions in the help file and i believe them to be ok !
Another thing that worths mentioning is that i recently changed my graphic adapter from geforce 2MX to a Geforce FX5700 and still the nvidia drivers do not work!I clearly must be doing something wrong!! If anyone else has the same pb please respond to this thread!I will try to update this with my logs and configuration files ( so other people can post their opinion ) !
Any way thank you for support so far , this site has been quite helpfull ...
 
Old 09-07-2004, 12:43 AM   #2
Jimbo1265
Member
 
Registered: Apr 2004
Location: Oklahoma City, OK, USA
Distribution: Slackware
Posts: 48

Rep: Reputation: 15
I'm currently using 6111 with my gForce2 MX 200 on Slackware. I've also used it on Mandrake, SUSE, Fedora and PCLinuxOS. So, I have a hard time believing it's a driver or distro problem.
If I had to guess, based soley on the limited info you offer, I'd guess you have an error in your X config file. Syntax is crucial. If it isn't correct, it just simply won't work.
 
Old 09-07-2004, 03:13 AM   #3
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
The X log must say *something*. Does it say no screens found? Does the nvidia module show up in an lsmod?
Pasting the logs and config will likely clear this up, because from your description it all sounds good.
 
Old 09-07-2004, 07:46 AM   #4
db391
Member
 
Registered: Jun 2004
Location: Britain
Distribution: Slackware
Posts: 186

Rep: Reputation: 31
are you using the 'nv' unacccelereted driver or the 'nvidia' driver for the gf2?

i also have a geforce 2 (mx400) and this is waht i did: (on slacware)

you need to download the binary driver from nvidia.com for a 'Linux IA32'

then under root run 'sh NVIDIA_blablabla-i386.run' (in the console, not X)

afterwards edit /etc/X11/xorg.conf and change "nv" to "nvidia"

and type 'startx'

it should work
 
Old 09-08-2004, 02:07 PM   #5
moacirponti
LQ Newbie
 
Registered: Aug 2004
Location: São Carlos / Brazil
Distribution: RedHat 9
Posts: 8

Rep: Reputation: 0
Question crashes on reboot

I have a RedHat 9. And gnome wasn't starting well, then I have installed the NVidia drivers and changed the line 'nv' for 'nvidia' on the /etc/X11/XF86Config file. And it works!!!

But when I reboot (or shutdown) the computer, seems that the system looses configuration, because the 'startx' doesn't starts!!!
I have to install all over again and then startx works...

What could be the problem? Is there a file on configuration is lost?

thanks

Moacir.
 
Old 09-08-2004, 03:42 PM   #6
moacirponti
LQ Newbie
 
Registered: Aug 2004
Location: São Carlos / Brazil
Distribution: RedHat 9
Posts: 8

Rep: Reputation: 0
Well, I've discovered something...

I have installed the NVidia drivers and changed the line 'nv' for 'nvidia' on the /etc/X11/XF86Config file.
But when the startx loads automatically on reboot, the gnome doesn't starts!!! If I start from the shell and then type startx, the gnome starts...

Whats going on??
 
Old 09-08-2004, 07:52 PM   #7
CroMagnon
Member
 
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900

Rep: Reputation: 33
moacirponti:

If I understand correctly, you want to start X when the computer boots?

I find it easier to use xdm for this. Test if your xdm runs with:

/etc/init.d/xdm start

If that works, you just need to start xdm at boot. RedHat used to start xdm in runlevel 5, so have a look at your /etc/inittab and look for the default runlevel. It should be right near the top, looking like this:

id:3:initdefault:

if the second number isn't 5, change it and try rebooting.
 
Old 09-08-2004, 09:26 PM   #8
crane
Member
 
Registered: Sep 2003
Location: Alabama
Distribution: Blag, Fedora core 1 and 2, Clarck Connect
Posts: 70

Rep: Reputation: 15
I too have had problems installing nvidia on Fedora core 2 and fx 5200 card.
Have you updated the kernel?
Two things you could try.
1st. try an older driver. I believe nvidia has the archived. if not let me know I have one of the older ones I think.
2nd. if you did update the kernel, boot to older kernel and install driver.

let us know results.


Good Luck!!!
 
Old 09-08-2004, 09:36 PM   #9
Jimbo1265
Member
 
Registered: Apr 2004
Location: Oklahoma City, OK, USA
Distribution: Slackware
Posts: 48

Rep: Reputation: 15
The problem with FC2 was caused by the default kernel being compiled with 4KStacks support. The NVidia driver couldn't handle it. That's been fixed by 6111.
The OP's situation has nothing to do with this since he's using MDK10 and Gentoo with 6111.
 
Old 09-09-2004, 11:45 AM   #10
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
So you're saying that the MDK10 default kernel is not compiled with 4k stacks support, and that the Gentoo kernel does not have this turned on automatically either (naturally, you could turn off said support when you compile the Gentoo kernel, but not if you don't know it's a problem)?

I'm just asking, since I don't know what MDK 10's default kernel was compiled with, and I've never checked my kernels under Gentoo for whether 4k stacks is set on or off by default, since I don't have an nVidia card.
 
Old 09-09-2004, 12:13 PM   #11
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
I noticed that 2.6.7, I think, had the stacks problem. I had to change it on mine. It is sort of new so I'm sure some will have to catch up. I change kernels a lot so I'm not 100% it was 2.6.7 that started it.

Hopefully Nvidia will catch up soon. Then we won't have this issue.

 
Old 09-09-2004, 01:12 PM   #12
Jimbo1265
Member
 
Registered: Apr 2004
Location: Oklahoma City, OK, USA
Distribution: Slackware
Posts: 48

Rep: Reputation: 15
NVidia already has caught up. 6111 fixed the problem.
2.6.6 in Fedora Core 2 was the problem kernel. Recompiling 2.6.6 or compiling 2.6.7 without 4KStacks support fixed the problem until NVidia released 6111. Now it isn't necessary because 6111 has 4KStacks support.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
New Nvidia Drivers don't work... Roy-Svork Linux - Software 6 03-03-2008 03:46 AM
Kentucky drivers SUCK! Kurt M. Weber General 14 02-19-2004 10:24 AM
Nvidia drivers dont work. drgreenthumb Debian 12 08-15-2003 01:07 AM
Can't get new Nvidia drivers to work shnack Linux - Software 7 06-03-2003 07:33 PM
big BIG javascript & loading time luigi Programming 3 09-10-2001 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration