Intalling Nvidia graphics drivers not working with Fedora
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
Intalling Nvidia graphics drivers not working with Fedora
Hi, brand new, just have what I hope is a simple question: I follow the instructions for installing the nvidia linux drivers on my newly installed fedora system. I run as root, and get this message, after typing "sh NVIDIA-Linux-x86-1.0-4496-pkg2.run"
"Unable to find the system utility `ld`; please make sure you have the
package 'binutils' installed. If you do have binutils installed,
then please check that `ld` is in your PATH."
Waht's a poor not-yet linux guru like myself supposed to do? I don't really have a full idea of what that means.
Thanks, that helped! I installed a package that solved that issue. The next problem is similarly simple, I think, it tells me that it apears I'm running an X server and that I need to exit the X server for it to get installed. How do I exit The X server? It's probably the same way you do it on RedHat 9 if that helps
go to /etc/inittab and change 'id:5:initdefault' to 'id:3:initdefault' then restart ur computer. So that it would not enter ur X server. In there u can continue ur installation
in there if u want to enter back to ur x windows type #startx remeber change ur /etc/inittab back so that it can auto enter x windows next time after u restart it.
just hit CTRL-ALT-BACKSPACE to repeatedly kill x until you get a warning message about x having crashed too many times. hit ok. do your thing installing the nvidia driver, then type startx or do a reboot. good luck.
Thanks for the info. I was actually ahead of you guys. Got all that done, and learned a lot of things I never inteneded on learning. Anyhow, it still doesn't work. Here's what I've done so far:
First, I had to get an RPM package called "binutls" or something like that, for it to even start installing correctly. That got me past the first part. NExt, I ran into an issue with it not liking the fact that I wasn't installing it from within X, so yes, I found out how to use nano and edit a file from outside of X. I got outside of X fine, by editing inittab, then tried to install it. Turns out it said it didn't recognize my precompiled kernel interface, so after tons of issues trying to get the kernel update rpm installed, I finally just whiped Fedora out entirely and reinstalled, including the kernel upate packages intalled. Then, edited inttab again, installed the Nvidia driver RPM, seemed to go smoothly, then edited the XF86Config file aproprietly, (took out Load "dri" and put Driver "nvidia) etc. etc.
"Yes!" I thought. After like 6 hours of research and hurtle jumping. I ran into just about every blasted thing that happened to everyone else. And guess what? When I start X, the screen goes black and does nothing! 6 freaking hours of stupid text work, and the screen goes black and nothing to do.
This blows. Either I'm just unnaturally unlucky at this, or something like this happens every time I try to install any flavor of linux. (I've tried mandrake, suse, debian, and now fedora). I didn't even try to get Nvidia drivers working on mandrake, I was wondering why they aren't included in the first place. Same with Fedora.
if you think you now have the nvidia drivers correctly installed it may be a bios problem that causing problems. i just got done installing the nvidia driver with mandrake 9.2 and every time i tried to start x my screen would flicker and i would get the error message "No Screens Found". not sure if this is similar to your problem but you may want to check in your BIOS that PnP Operating System is disabled and also that Assign IRQ to VGA is set to yes. Evidently the NVIDIA drivers need these settings to operate correctly. Hope it helps...........
I just download binutils @ http://ftp.gnu.org/gnu/binutils .....I unzipped it but,
i don't know what to do next....how do i install this program...its giving me a hard time....in the binutils folder i type ./configure and it gives me this error checking build system type... i686-pc-linux-gnuoldld
./configure: line 2206: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
yeah, i came across the old thread when googling a problem so i added that yum trick because if it had been there the first time i had come to it it would have saved me some grief... thanks for the heads-up though i didn't even look at the date.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.