LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-03-2007, 04:17 PM   #1
joint
Member
 
Registered: Apr 2005
Distribution: Debian Jessie
Posts: 92

Rep: Reputation: 15
Mandriva 2007 nVIDIA issues


Now I remember why did I pick Suse, damn, it's always a nightmare to install graphic cards.

Where did you guys get the kernel-source to nvidia since the installer doesn't find one on nvidia FTP?
 
Old 01-03-2007, 05:37 PM   #2
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
I do not really understand your question, but if you are using the command line to install the Nvidia drivers (a good idea, by the way), you need to set up your distribution to be able to compile source code. The kernel-source, make, and gcc packages (for example) should be on the installation DVD (or one of the several installation CDs) and can be installed via the Software Management utility in the Mandriva Control Center.
 
Old 01-03-2007, 07:48 PM   #3
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
Like Cogar said, I'm confused. There is no "kernel source" for nvidia.
You must download a tar gzip file (.tgz) from nvidia.com. This has the latest "source code" for the drivers you need. Then as root user, at a terminal or command line interface, you follow the directions in the file "readme", or similar. Unzip the file, use the "make" command to compile the driver, use "make install" to do the installation. Or, maybe, you will get lucky, and there will be a simple ./ shell script for you to invoke.
Either way, download the .tgz file from nvidia, unzip, and follow the instructions.

Hope this helps,

Shorty943.
 
Old 01-03-2007, 08:00 PM   #4
leeley211
LQ Newbie
 
Registered: Jun 2006
Location: Angus, Ontario, Canada
Distribution: Ubuntu 8.04
Posts: 18

Rep: Reputation: 1
I don't use Mandriva, So maybe I am speaking out of turn, but I think that you must have the right kernel headers installed before you can even think of installing Nvidia drivers.
 
Old 01-04-2007, 07:28 AM   #5
arroquant
LQ Newbie
 
Registered: Dec 2006
Location: indonesia
Distribution: ubuntu feisty fawn, slackware 11/12
Posts: 12

Rep: Reputation: 0
whoa.

in most distros people said that nvidia has the most support for linux compared to ATI cards..

i got radeon 9800XT in my machine. downloaded the driver from ati's official site, and it works fine for me. although im finding difficulties about how to install the driver

i think its gonna be easy for you installing nvidia card driver if you got the right driver from nvidia's official website..

i tried many drivers from various source, but the one that works came from ati's official site

and dont forget to uninstall your old driver before you install the new one
 
Old 01-05-2007, 07:48 AM   #6
joint
Member
 
Registered: Apr 2005
Distribution: Debian Jessie
Posts: 92

Original Poster
Rep: Reputation: 15
I meant, that, on Suse, it's much esier, you add ftp server of nvidia and Yast install graphic kernel and driver.

On Mandriva you need to do compile, blah blah...

So, you say that kernel-source is on installation dvd, i'll check it out and let you know if it worked.

Cheers

Last edited by joint; 01-05-2007 at 07:52 AM.
 
Old 01-05-2007, 01:39 PM   #7
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
Quote:
Originally Posted by joint
I meant, that, on Suse, it's much esier, you add ftp server of nvidia and Yast install graphic kernel and driver.

On Mandriva you need to do compile, blah blah...

So, you say that kernel-source is on installation dvd, i'll check it out and let you know if it worked.

Cheers
Well, things have changed with version 10.2. Nvidia's driver is considered proprietary and is no longer part of the distribution, and the RPM in the SUSE repository (the one I used, anyway) was lousy. Even viewing a text document or surfing the web, I saw lags and stalls. I needed to install the NVIDIA-Linux-x86-1.0-9746-pkg1.run Nvidia driver using the command line. That driver install worked perfectly, by the way.
 
Old 01-05-2007, 04:54 PM   #8
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
joint, you won't have to compile.

Just make sure you have the development packages mentioned above installed.

Go to init 3 and launch the nvidia installer and you are away/off/going.

I think you may still need to make sure your agpGART corresponds with your motherboard chipset. (you may need to compile the kernel to do that)
 
Old 01-06-2007, 01:27 PM   #9
joint
Member
 
Registered: Apr 2005
Distribution: Debian Jessie
Posts: 92

Original Poster
Rep: Reputation: 15
ok, found the kernel-source rpm on dvd, and installed everything it asked except this (cause it's not on DVD):
Code:
ncurses-devel is needed by kernel-source-2.6.17.5mdv-1-1mdv2007.0.i586
Where can i find it, I already made a lot of searches on Google and so far, nothing...
 
Old 01-07-2007, 02:03 AM   #10
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
Google up, Sourceforge, Freshmeat, Slashdot. However, it should be on your disk set, as ncurses is part of all distro's I have used.

Shorty.
 
Old 01-07-2007, 10:27 AM   #11
joint
Member
 
Registered: Apr 2005
Distribution: Debian Jessie
Posts: 92

Original Poster
Rep: Reputation: 15
Ok, problem solved... but it wasn't easy...

Thank you guys...
 
Old 01-09-2007, 04:40 AM   #12
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
Talking

Quote:
Originally Posted by joint
Ok, problem solved... but it wasn't easy...

Thank you guys...
Nothing worth it's weight, ever is easy. Glad to hear all is now Okay.

Shorty.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 drivers and Mandriva 2007 FREE swannee Mandriva 24 12-23-2006 12:01 PM
Issues with Mandriva 2007, Shorewall, and iptables getting along jchance Mandriva 2 11-11-2006 07:18 PM
Mandriva 2007 - NVIDIA drivers & screen resolution shea1roh Mandriva 3 11-09-2006 01:45 PM
Mandriva 2007, Nvidia, resolution problem rossi46 Mandriva 4 11-05-2006 06:43 AM
nvidia 6500 and Mandriva 2007 es7us Mandriva 8 10-07-2006 10:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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