Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-01-2008, 03:27 PM
red floyd
 
Posts: n/a
2008.1 and Nvidia?

I just installed 2008.1, and I can't get the nVidia drivers to
install. I installed the xorg, dkms, and kernel package and still
have the "nv" drivers in my xorg.conf.

What do you have to do to get the nvidia drivers installed on 2008.1?
Reply With Quote
  #2 (permalink)  
Old 07-01-2008, 03:47 PM
Dan C
 
Posts: n/a
Re: 2008.1 and Nvidia?

On Tue, 01 Jul 2008 08:27:41 -0700, red floyd wrote:

> I just installed 2008.1, and I can't get the nVidia drivers to
> install. I installed the xorg, dkms, and kernel package and still
> have the "nv" drivers in my xorg.conf.
>
> What do you have to do to get the nvidia drivers installed on 2008.1?


You can't edit xorg.conf, and change the "nv" to "nvidia" ???


--
"Bother!" said Pooh, as a vole stole his honey

Reply With Quote
  #3 (permalink)  
Old 07-01-2008, 04:46 PM
John Kloosterman
 
Posts: n/a
Re: 2008.1 and Nvidia?

red floyd wrote:
> I just installed 2008.1, and I can't get the nVidia drivers to
> install. I installed the xorg, dkms, and kernel package and still
> have the "nv" drivers in my xorg.conf.
>
> What do you have to do to get the nvidia drivers installed on 2008.1?


Open a terminal and enter:

su
(password)
XFdrake

A configuration window will open. Choose the graphic card.
You get a message a new driver is available and if you want
to use it. Say Yes here.

Now log out and log in again. If all is well the nvidia
driver wil start up. Sometimes you have to restart the
computer, but this cases are very rare.

Hope this helps...

John.
Reply With Quote
  #4 (permalink)  
Old 07-01-2008, 06:15 PM
David W. Hodgins
 
Posts: n/a
Re: 2008.1 and Nvidia?

On Tue, 01 Jul 2008 11:27:41 -0400, red floyd <redfloyd@gmail.com> wrote:

> I just installed 2008.1, and I can't get the nVidia drivers to
> install. I installed the xorg, dkms, and kernel package and still
> have the "nv" drivers in my xorg.conf.


In order to compile kernel modules, the kernel-xxx-devel package must be
installed, that matches the kernel that's running.

For example, if the running kernel is kernel-desktop-2.6.24.5-2mnb, then the
kernel-desktop-devel-2.6.24.5-2mnb package is needed.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Reply With Quote
  #5 (permalink)  
Old 07-02-2008, 07:41 AM
Doug Laidlaw
 
Posts: n/a
Re: 2008.1 and Nvidia?

David W. Hodgins wrote:

> On Tue, 01 Jul 2008 11:27:41 -0400, red floyd <redfloyd@gmail.com> wrote:
>
>> I just installed 2008.1, and I can't get the nVidia drivers to
>> install. I installed the xorg, dkms, and kernel package and still
>> have the "nv" drivers in my xorg.conf.

>
> In order to compile kernel modules, the kernel-xxx-devel package must be
> installed, that matches the kernel that's running.
>
> For example, if the running kernel is kernel-desktop-2.6.24.5-2mnb, then
> the kernel-desktop-devel-2.6.24.5-2mnb package is needed.
>
> Regards, Dave Hodgins
>

Dave, I have always found that it is difficult to nudge MCC to offer you the
choice of the nvidia drivers. It used to be that after setting resolution
etc, I only had to call up the Options or get to the summary screen, then
click Exit, and a message box would come up asking me if I wanted the
proprietary driver. Then, if I say yes, all the necessary packages
including dkms, were installed. With 2008.1, that doesn't seem to happen
as easily. After my last effort, removing the nVidia drivers to get gl.h
back, I couldn't make it happen with XFdrake or MCC. I had to do it
manually, but I knew what had been removed. As a last step, I edited
xorg.conf as Dan suggests.

And no, the program I wanted didn't justify that last effort.

Doug.
Reply With Quote
  #6 (permalink)  
Old 07-02-2008, 09:29 PM
red floyd
 
Posts: n/a
Re: 2008.1 and Nvidia?

On Jul 1, 8:47*am, Dan C <youmustbejok...@lan.invalid> wrote:
> On Tue, 01 Jul 2008 08:27:41 -0700, red floyd wrote:
> > I just installed 2008.1, and I can't get the nVidia drivers to
> > install. *I installed the xorg, dkms, and kernel package and still
> > have the "nv" drivers in my xorg.conf.

>
> > What do you have to do to get the nvidia drivers installed on 2008.1?

>
> You can't edit xorg.conf, and change the "nv" to "nvidia" ???
>


Yeah, I can. But the drivers aren't being installed into the right
place for some reason.
Reply With Quote
  #7 (permalink)  
Old 07-03-2008, 02:37 AM
Jim Beard
 
Posts: n/a
Re: 2008.1 and Nvidia?

red floyd wrote:
> But the drivers aren't being installed into the right
> place for some reason.


Use cd to go to /usr/src. ls -1 to see contents. You should
see something like,

2.6.24.7-tmb-desktop-2mdv/
2.6.24.7-tmb-desktop-3mdv/
linux-2.6.24.4-desktop-1mnb/
linux-2.6.24.5-desktop-1mnb/
linux-2.6.24.5-desktop-2mnb/
nvidia-current-173.14.09-1mdv2008.1/

The bottom line above is the nVidia installer from Mandriva.
The lines above that each are for devel headers for a particular
Mandriva kernel. You must have the headers for exactly the
kernel running, to compile and install drivers for it.

You may have an addition line, a symbolic link named
linux pointing to a directory for the devel headers. It
must point to the currently running kernel, for which
you will be compiling the drivers.

cd into the nvidia directory and, as root,
make module
make install

If you have the installer from nVidia's website, the
routine is the same except you cd into the nVidia
directory, as root use the command sh *run, and tell
the installer to make changes in xorg.conf etc when it
asks if it should do so.

Cheers!

jim b.


--
UNIX is not user unfriendly; it merely
expects users to be computer-friendly.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:22 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109