LinuxQuestions.org
Visit Jeremy's Blog.
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 01-22-2009, 02:15 PM   #1
Cleric33
LQ Newbie
 
Registered: Jan 2009
Location: NS, Canada
Posts: 4

Rep: Reputation: 0
Installing NVIDIA Display Driver on Fedora Core 10


Hello all, I am brand new to the Linux world, just started it in school, however we are using Ubuntu and only through VMWARE. I decided to install Fedora Core 10 at home on a spare HD. The install went great but I'm having trouble installing a display driver.

What I've done so far is: logged in as root in command screen, telinit 3 to close X server, ran the driver I downloaded...but when the installer starts, it tells me:
Quote:
No precompiled kernel interface found....would you like to download one?
Then it says:
Quote:
No matching kernel interface found.....will create one
Then when I hit OK, it says:
Quote:
Unable to find the development tool 'cc' in your path, please make sure you have the package 'gcc' installed...
and now I'm at a loss.

Any help is appreciated, and please remember I've spent less than an hour so far using Linux .

My GPU is an NVIDIA Geforce 7600GT and the driver I'm trying to install is "NVIDIA-Linux-x86_64-180.22-pkg2.run" from the NVIDIA site.

Thanks.

Last edited by Cleric33; 01-22-2009 at 02:18 PM.
 
Old 01-22-2009, 02:32 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Cleric33 View Post
Hello all, I am brand new to the Linux world, just started it in school, however we are using Ubuntu and only through VMWARE. I decided to install Fedora Core 10 at home on a spare HD. The install went great but I'm having trouble installing a display driver.

What I've done so far is: logged in as root in command screen, telinit 3 to close X server, ran the driver I downloaded...but when the installer starts, it tells me:


Then it says:


Then when I hit OK, it says:


and now I'm at a loss.

Any help is appreciated, and please remember I've spent less than an hour so far using Linux .

My GPU is an NVIDIA Geforce 7600GT and the driver I'm trying to install is "NVIDIA-Linux-x86_64-180.22-pkg2.run" from the NVIDIA site.

Thanks.
Shouldn't be a problem, and welcome aboard.

You can probably type in (you need to be root to do these things):

"yum install gcc" (This will install the C compiler you'll need). After that, it may complain about not having kernel source code. If so, you can probably (some Fedora expert can comment on this), type in "yum install kernel-source". After that, it should compile and install easily.

Online repositories are your friends. You CAN use the 'standard' drivers that come with FC for your X windows...but I'd want the nVidia performance too, if I paid for it.
 
Old 01-22-2009, 02:49 PM   #3
Cleric33
LQ Newbie
 
Registered: Jan 2009
Location: NS, Canada
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the response. I installed the GCC, and it said I need the kernel source code, but when I typed "yum install kernel-source", it came up with "No package kernel-source available. Nothing to do"

and how do I install the standard drivers?...all I really want right now is to get my desktop resolution to 1280x1024, I assumed all I needed was a display driver. In 'system-config-display' my monitor is not listed, and I cant choose any resolution higher than 800x600.
 
Old 01-22-2009, 03:46 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Cleric33 View Post
Thanks for the response. I installed the GCC, and it said I need the kernel source code, but when I typed "yum install kernel-source", it came up with "No package kernel-source available. Nothing to do"

and how do I install the standard drivers?...all I really want right now is to get my desktop resolution to 1280x1024, I assumed all I needed was a display driver. In 'system-config-display' my monitor is not listed, and I cant choose any resolution higher than 800x600.
Well, it may not be called kernel-source for FC10....that was a guess on my part. Google may turn up something, or another FC10 user might know on the FC10 website. Once you find the kernel source and install it through yum, you should be ready to go. The nVidia installation is fairly painless. It may be called "kernel-devel", from what I've seen out there.

The 'standard' drivers are the ones that are already running on your system...the ones that won't let you go higher than 800x600.
 
Old 01-22-2009, 04:03 PM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
You may be better off just adding the rpmfusion repo and using there premade driver setups.
 
Old 01-23-2009, 11:24 AM   #6
Cleric33
LQ Newbie
 
Registered: Jan 2009
Location: NS, Canada
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for help guys, I found it, it was "yum install dkms kernel-devel kernel-headers gcc wget"

And due to my monitor being pretty much non-existant I had to copy someone else's "screen" and "monitor" sections xorg.conf who had a similar problem. But all is good now, I'm running at 1280x1024
 
Old 01-23-2009, 12:27 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Cleric33 View Post
Thanks for help guys, I found it, it was "yum install dkms kernel-devel kernel-headers gcc wget"

And due to my monitor being pretty much non-existant I had to copy someone else's "screen" and "monitor" sections xorg.conf who had a similar problem. But all is good now, I'm running at 1280x1024
Glad we could help...
 
Old 02-07-2009, 07:02 PM   #8
DiscreetControl
LQ Newbie
 
Registered: Oct 2005
Posts: 6

Rep: Reputation: 0
i was trying to install the drivers from nvidia.com Geforce 4MX on Fedora 10...
ran "yum install dkms kernel-devel kernel-headers gcc wget" it worked! thanks
but it was still not finding the source, had to manually tell it where the source was:
sh NVIDIA-Linux-x86-96.43.07-pkg1.run --kernel-source-path /usr/src/kernels/x.x.x.x....
it reached 100%, YES! but then failed, NOOOO!: ERROR: Unable to build the NVIDIA kernel module.
searched some more and found: http://forums.fedoraforum.org/showthread.php?t=204752 also here http://www.my-guides.net/en/content/...#video_drivers

su
rpm -Uvh http://download1.rpmfusion.org/free/...ble.noarch.rpm http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs
reboot

Worked!!!
 
Old 02-07-2009, 08:01 PM   #9
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Discreet

Understand that by using a kmod you will have to install a new kmod each time you change kernels(the kmod has be built against that specific kernel). The new kmods are generally released within a couple of days of the new kernel.
 
Old 02-08-2009, 12:57 AM   #10
DiscreetControl
LQ Newbie
 
Registered: Oct 2005
Posts: 6

Rep: Reputation: 0
Good to know... my keyboard thanks you.
 
  


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
Nvidia Driver for FEDORA CORE 7? paragkalra Fedora 6 06-08-2007 12:55 PM
NVIDIA display driver problem with GeForce 6600GT Fedora Core 4 lumberjack03 Linux - Hardware 4 02-14-2006 06:36 AM
Installing nvidia driver in fedora core 3 Virp00 Linux - Software 4 03-03-2005 07:24 PM
nvidia driver and Fedora Core 2 j0Vian Linux - Newbie 2 11-15-2004 04:18 PM
nvidia on fedora core 2 and dual moniter display success snipersock Linux - Hardware 0 06-17-2004 03:03 AM

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

All times are GMT -5. The time now is 02:01 PM.

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