public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Nvidia drivers for 8600 GT
@ 2007-05-12 18:15 Markus Schönhaber
  2007-05-12 19:00 ` Daniel Pielmeier
  0 siblings, 1 reply; 8+ messages in thread
From: Markus Schönhaber @ 2007-05-12 18:15 UTC (permalink / raw
  To: gentoo-user

Hello!

Today I bought a graphics card with Nvidia 8600 GT chipset without
taking into account that there might be no official nvidia drivers
supporting this card yet. There are beta drivers (v. 100.14.03)
available on nzone, though, that should get that card working, but
there's no ebuild for them in portage.
Does an overlay with an ebuild for those drivers exist? If so, where?

Regards
  mks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-12 18:15 [gentoo-user] Nvidia drivers for 8600 GT Markus Schönhaber
@ 2007-05-12 19:00 ` Daniel Pielmeier
  2007-05-12 22:30   ` Markus Schönhaber
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Pielmeier @ 2007-05-12 19:00 UTC (permalink / raw
  To: gentoo-user

> Today I bought a graphics card with Nvidia 8600 GT chipset without
> taking into account that there might be no official nvidia drivers
> supporting this card yet. There are beta drivers (v. 100.14.03)
> available on nzone, though, that should get that card working, but
> there's no ebuild for them in portage.
> Does an overlay with an ebuild for those drivers exist? If so, where?

I don't think that there is an overlay for those drivers.
Take a look at this bugs [1][2] which are dealing with the new drivers.
Maybe they will be added to the tree soon.

You can try to rename the ebuild according to the new version and add it
to your overlay, maybe it just works.

[1]http://bugs.gentoo.org/show_bug.cgi?id=175674
[2]http://bugs.gentoo.org/show_bug.cgi?id=176135
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-12 19:00 ` Daniel Pielmeier
@ 2007-05-12 22:30   ` Markus Schönhaber
  2007-05-13  1:10     ` Aleksandar L. Dimitrov
  2007-05-13  7:59     ` Markus Schönhaber
  0 siblings, 2 replies; 8+ messages in thread
From: Markus Schönhaber @ 2007-05-12 22:30 UTC (permalink / raw
  To: gentoo-user

Daniel Pielmeier wrote:

> I don't think that there is an overlay for those drivers.
> Take a look at this bugs [1][2] which are dealing with the new drivers.
> Maybe they will be added to the tree soon.

Thanks for the pointers.

> You can try to rename the ebuild according to the new version and add it
> to your overlay, maybe it just works.

I'll try it.

Regards
  mks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-12 22:30   ` Markus Schönhaber
@ 2007-05-13  1:10     ` Aleksandar L. Dimitrov
  2007-05-13  8:03       ` Markus Schönhaber
  2007-05-13  7:59     ` Markus Schönhaber
  1 sibling, 1 reply; 8+ messages in thread
From: Aleksandar L. Dimitrov @ 2007-05-13  1:10 UTC (permalink / raw
  To: gentoo-user

On Sun, 13 May 2007 00:30:50 +0200
Markus Schönhaber <gentoo-user@schoenhaber.de> wrote:

> Daniel Pielmeier wrote:
> 
> > I don't think that there is an overlay for those drivers.
> > Take a look at this bugs [1][2] which are dealing with the new
> > drivers. Maybe they will be added to the tree soon.
> 
> Thanks for the pointers.
> 
> > You can try to rename the ebuild according to the new version and
> > add it to your overlay, maybe it just works.
> 
> I'll try it.
> 

I did something rather dirty today. I downloaded the newest Nvidia Beta
Drivers and copied it over to /usr/portage/distfiles under the same
name the in-portage driver had. So while portage thinks the old drivers
are installed - that's not the case :)

It worked flawlessly and the new drivers gave me quite a performance
boost on my GeForce7400 Go! :)

So it might be worth it giving it a try...

Regargs, Aleks

> Regards
>   mks
--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-12 22:30   ` Markus Schönhaber
  2007-05-13  1:10     ` Aleksandar L. Dimitrov
@ 2007-05-13  7:59     ` Markus Schönhaber
  1 sibling, 0 replies; 8+ messages in thread
From: Markus Schönhaber @ 2007-05-13  7:59 UTC (permalink / raw
  To: gentoo-user

Markus Schönhaber wrote:

> Daniel Pielmeier wrote:

>> You can try to rename the ebuild according to the new version and add it
>> to your overlay, maybe it just works.
> 
> I'll try it.

A minor change to the ebuild to reflect the different numbering scheme
of the beta driver's package was necessary.
Now the card is working fine.

Regards
  mks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-13  1:10     ` Aleksandar L. Dimitrov
@ 2007-05-13  8:03       ` Markus Schönhaber
  2007-05-13 10:41         ` Daniel Pielmeier
  0 siblings, 1 reply; 8+ messages in thread
From: Markus Schönhaber @ 2007-05-13  8:03 UTC (permalink / raw
  To: gentoo-user

Aleksandar L. Dimitrov wrote:

> I did something rather dirty today. I downloaded the newest Nvidia Beta
> Drivers and copied it over to /usr/portage/distfiles under the same
> name the in-portage driver had. So while portage thinks the old drivers
> are installed - that's not the case :)

Oh yes, dirty ;-)
I assume you did also change the digest information for driver package,
didn't you?

Anyway, I did as Daniel suggested and created a new ebuild for the beta
driver by copying the old one.

Regards
  mks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-13  8:03       ` Markus Schönhaber
@ 2007-05-13 10:41         ` Daniel Pielmeier
  2007-05-13 11:09           ` Markus Schönhaber
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Pielmeier @ 2007-05-13 10:41 UTC (permalink / raw
  To: gentoo-user

>> I did something rather dirty today. I downloaded the newest Nvidia Beta
>> Drivers and copied it over to /usr/portage/distfiles under the same
>> name the in-portage driver had. So while portage thinks the old drivers
>> are installed - that's not the case :)
> 
> Oh yes, dirty ;-)
> I assume you did also change the digest information for driver package,
> didn't you?

The result is the same, but creating an ebuild and putting it an overlay
is a much more cleaner way of doing it.

Regards,

Daniel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Nvidia drivers for 8600 GT
  2007-05-13 10:41         ` Daniel Pielmeier
@ 2007-05-13 11:09           ` Markus Schönhaber
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Schönhaber @ 2007-05-13 11:09 UTC (permalink / raw
  To: gentoo-user

Daniel Pielmeier wrote:

> The result is the same, but creating an ebuild and putting it an overlay
> is a much more cleaner way of doing it.

ACK. I did it that way. I didn't mention in my previous post that I did
put the new ebuild into an overlay, though.

Regards
  mks
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-13 11:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 18:15 [gentoo-user] Nvidia drivers for 8600 GT Markus Schönhaber
2007-05-12 19:00 ` Daniel Pielmeier
2007-05-12 22:30   ` Markus Schönhaber
2007-05-13  1:10     ` Aleksandar L. Dimitrov
2007-05-13  8:03       ` Markus Schönhaber
2007-05-13 10:41         ` Daniel Pielmeier
2007-05-13 11:09           ` Markus Schönhaber
2007-05-13  7:59     ` Markus Schönhaber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox