LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-27-2005, 11:39 AM   #1
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Rep: Reputation: 15
Can't get nVidia drivers for Fedora Core 3 64-bit


Ok, my screen resolution is at 800x600, which sucks. Since that's the maximum I can set it to and since I don't have any drivers installed, I'm assuming that I need to get some drivers to make it higher resolution. Just stop me there if I'm wrong and save me alot of time(hopefully). So anyway, I go here to get the drivers: http://www.nvidia.com/object/linux_d..._ia64_1.0-5336.
Well, I click on the link to download them and it opens a page with the source of the driver(or that's what i think it is). I tried this one too: http://www.nvidia.com/object/linux_d..._1.0-7676.html, but to no avail. The second one actually opens a download prompt, but when I tell it to go ahead and download it will download a little(usually precent complete doesn't match up with xKB of xMB downloaded) and then just sit there and not do anything. Since these are the only 2 64-bit Linux drivers, I don't know what to do. I'm not sure if this will help anyone to help me, but I didn't see any threads about this, so I had to ask. Thanks!
 
Old 09-27-2005, 12:27 PM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
First and foremost, you have 2 entirely different 64 bit drivers linked there. The first link points at the driver for IA64, which is the intel 64 bit chip. You may have that, but most people with 64 bit have AMD 64 bit, which is the 2nd link you provided. Both links you provided have the installer right in the middle of them. The NVIDIA-Linux-ia64-1.0-5336-pkg1.run or NVIDIA-Linux-x86_64-1.0-7676-pkg2.run are what you need, depending on your architecture.

Also, you can get well beyond 800x600 resolution, but not if your X windows isn't configured for it. You should check out the file /etc/X11/XF86Config. That has all the screen sizes written in it. With the generic NVidia driver, NV, I am currently ruinning at 1280x1024 resolution.

To install the NVidia drivers, you need to kill the Xserver, and do everything from the command prompt only. If X is running, the install will fail. There are hundreds (if not thousands) of posts on how to install the NVidia drivers, so check them out. Just installing the drivers will not change your resolution however. You will have to adjust your settings, either in the file I mentioned, or through the GUI interface for it.

Peace,
JimBass

Last edited by JimBass; 09-27-2005 at 12:28 PM.
 
Old 09-28-2005, 08:51 PM   #3
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
Ok. I've got an athlon, so I know which link to use now, but that still doesn't fix the fact that the download hangs every time. It usually does something, but I have yet to get it to complete the download. Im a newb and therefore I don't know how to do a download from the terminal. That file you talk about, etc/X11/XF86Config doesn't exist. Atleast not on my machine. I searched for posts about this, but couldn't find any. Maybe I looked in the wrong forum, I'll try in all of them.
 
Old 09-28-2005, 10:19 PM   #4
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Might be /etc/X11/xorg.conf, or something along those lines. Look for any config file in /etc/X11.

Peace,
JimBass
 
Old 10-05-2005, 11:42 AM   #5
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
Ok, i got that, but now I can't do it because I don't have a pre-compiled kernel. How do I make that. I don't think I even have GCC.
 
Old 10-05-2005, 12:37 PM   #6
Ray_Kovecses
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 66

Rep: Reputation: 15
Follow the instructions on fedorafaq

im not sure if this works for 64 but im pretty sure it does
 
Old 10-05-2005, 12:57 PM   #7
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
You can also get away with getting the kernel source and kernel headers for your particular kernel. Those can be downloaded from yum, or whatever you use to update your machine.

Don't be afraid to search. Installing the NVisia drivers probably gets asked about 10 times a day on this site, if not more. I'm sure between searching here and at google, you'd have your solution faster than posting here took.

Also, most certainly install gcc. Without it you can't install from source, which sooner or later you will want to. I still don't get why Fedora doesn't install that in the base package for everyone.

Peace,
JimBass
 
Old 10-05-2005, 07:27 PM   #8
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
Ok. I don't know where to find the "fedora faq" and I don't know how to find the source on yum. I do have it and I tried to get gcc with it but that didn't work either.
 
Old 10-05-2005, 08:25 PM   #9
johnty01
LQ Newbie
 
Registered: Aug 2005
Location: vancouver, bc
Distribution: fc 4
Posts: 26

Rep: Reputation: 15
http://www.fedorafaq.org/

more specifically, http://www.fedorafaq.org/#nvidia

i'm a newbie too, and tried to install the drivers by downloading the rpm... that didn't work too well (forgot to turn off selinux), but using yum it was pretty effortless.

to the more experienced users out there, my question is: can you install the nvidia drivers for slackr007's case using yum? that would make things a lot easier for him.
 
Old 10-06-2005, 07:00 AM   #10
Ray_Kovecses
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 66

Rep: Reputation: 15
im pretty sure you can yum all that you need

since it is 64 im not too sure......but fedora is supposed to support 64 really well..

i would try


yum search nvidia


and see what you get
 
Old 10-07-2005, 03:20 PM   #11
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
Ok, I looked at the faq and I found the instructions, followed them and I don't think it worked. It said to type in
Code:
yum install nvidia-glx kernel-module-nvidia-$(uname -r)
but then I get this output:
Code:
Setting up Install Process
Setting up Repos
base                 100%  |============================|  1.1 kB       00:00
updates-released     100%  |============================|   951kB       00:00
Reading repository metadata in from local files
base             :#####################################2852/2852
primary.xml.gz       100%  |============================|  422 kB       00:33
MD Read    :#####################################1119/1119
updates-re :#####################################1119/1119
Parsing package install arguments
No Match for argument: nvidia-glx
No Match for argument: kernel-module-nvidia-2.6.12-1.1378_FC3
Nothing to do
I don't know if that means it finished or not, but I do know that the game I'm trying to play still doesn't work.

Last edited by slackr007; 10-07-2005 at 03:23 PM.
 
Old 10-07-2005, 03:23 PM   #12
Ray_Kovecses
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 66

Rep: Reputation: 15
you need to READ there instructions......

they have a custom yum.conf you need to install

go read and try again
 
Old 10-07-2005, 03:28 PM   #13
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
Oops! But it says:
Quote:
If you update your kernel, make sure that you install the newest nVidia driver before you start the new kernel. Here's a shortcut command that you can type in the terminal as root that makes installing the new driver easy:
. I've already installed the new Kernel. Does this mean I need to delete it and install the drivers and then reinstall it somehow?

*I'm dual-booting my machine and after I updated the kernel it's been giving me the option of whether to boot to the old one or the new one. Just thought I'd throw that out there incase it helps w/ the whole "install w/ the old kernel" idea.
 
Old 10-07-2005, 03:31 PM   #14
Ray_Kovecses
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 66

Rep: Reputation: 15
no...... just get there yum.conf ..... it says something like use our configuration or something
then try again......because if the drivers are not installed then you cannot remove them
now can ya
 
Old 10-07-2005, 03:35 PM   #15
slackr007
Member
 
Registered: Dec 2004
Distribution: Ubuntu 64-bit
Posts: 67

Original Poster
Rep: Reputation: 15
no, i meant uninstall the new kernel. the thing says that if you update your kernel, make sure you install the drivers before you update, but I didnt' know about that and updated without installing the drivers. Does this mean I need to uninstall the new kernel, use the old one to install the drivers and then install the drivers? And yes, i see the configuration thing, I'll do that real quick.
 
  


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
Radeon 9800 Drivers on Fedora Core 3 64 bit fourinjuly4ij Linux - Hardware 3 01-20-2005 10:24 AM
nvidia drivers on fedora core 3 srasiroslayer Linux - Software 2 12-31-2004 11:17 AM
fedora core 3 nvidia drivers doralsoral Linux - Software 4 12-03-2004 08:58 PM
fedora core 2 nvidia drivers cprogrck Linux - Hardware 21 06-16-2004 11:50 AM
Nvidia drivers with Fedora core 1 doralsoral Linux - Software 5 12-24-2003 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:34 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