public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] "nvidia-drivers" ebuild?
@ 2006-07-08  3:07 Alan E. Davis
  2006-07-08  7:39 ` Donnie Berkholz
  0 siblings, 1 reply; 3+ messages in thread
From: Alan E. Davis @ 2006-07-08  3:07 UTC (permalink / raw
  To: gentoo-user

I haven't noticed this ebuild before.  I am seeing a new ebuild in

   /usr/portage/x11-drivers/nvidia-drivers

Can someone explain this?  I can only hope this is the end of a long
and troubling issue with xorg and nvidia-kernel.  ????  I fear not,
however: (I am running with ~amd64)

|  RDEPEND="kernel_linux? ( virtual/modutils |
|         || ( x11-base/xorg-server virtual/x11 |
|         !>=x11-base/xorg-server-1.0.99
|         || ( media-libs/mesa virtual/x11 )
|         app-admin/eselect-opengl
|         kernel_linux? ( !media-video/nvidia-kernel )
|         kernel_FreeBSD? ( !media-video/nvidia-freebsd )
|         !app-emulation/emul-linux-x86-nvidia
|         !x11-drivers/nvidia-legacy-drivers
|         !media-video/nvidia-glx"

Maybe I just didn't notice this before?  I think not, however.  I have
found a couple of messages on the forum referring to nvidia-drivers as
a new replacement (??) for nvidia-kernel/nvidia-glx.  Does this mean a
major xorg downgrade?

I have nvidia drivers and glx working pretty well, with only very
minimal redrawing issues maybe two or three times over the last 24
hours.  Should one avoid any upgrade, or what?  If so, HOW?

Thanks,

Alan Davis
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] "nvidia-drivers" ebuild?
  2006-07-08  3:07 [gentoo-user] "nvidia-drivers" ebuild? Alan E. Davis
@ 2006-07-08  7:39 ` Donnie Berkholz
  2006-07-08  8:19   ` thomas blomme
  0 siblings, 1 reply; 3+ messages in thread
From: Donnie Berkholz @ 2006-07-08  7:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]

Alan E. Davis wrote:
> I haven't noticed this ebuild before.  I am seeing a new ebuild in
> 
>   /usr/portage/x11-drivers/nvidia-drivers
> 
> Can someone explain this?  I can only hope this is the end of a long
> and troubling issue with xorg and nvidia-kernel.  ????  I fear not,
> however: (I am running with ~amd64)

The nvidia driver maintainers decided to switch them to a single ebuild,
since it matches how they're distributed and makes a number of issues
easier related to maintainance, FreeBSD drivers and, for users, version
mismatches between kernel module and userland driver.

Also note the new nvidia-legacy-drivers package for older cards, so you
don't need to fiddle around with package.mask anymore.

> |  RDEPEND="kernel_linux? ( virtual/modutils |
> |         || ( x11-base/xorg-server virtual/x11 |
> |         !>=x11-base/xorg-server-1.0.99
> |         || ( media-libs/mesa virtual/x11 )
> |         app-admin/eselect-opengl
> |         kernel_linux? ( !media-video/nvidia-kernel )
> |         kernel_FreeBSD? ( !media-video/nvidia-freebsd )
> |         !app-emulation/emul-linux-x86-nvidia
> |         !x11-drivers/nvidia-legacy-drivers
> |         !media-video/nvidia-glx"
> 
> Maybe I just didn't notice this before?  I think not, however.  I have
> found a couple of messages on the forum referring to nvidia-drivers as
> a new replacement (??) for nvidia-kernel/nvidia-glx.  Does this mean a
> major xorg downgrade?

No binary drivers currently exist for use with xorg 7.1, so you'll need
to downgrade xorg-server to 1.0.x and any drivers (`emerge portage-utils
&& qlist -I x11-drivers/`) if you want binary drivers. That's what's
holding 7.1 from being marked stable on x86 and amd64.

> I have nvidia drivers and glx working pretty well, with only very
> minimal redrawing issues maybe two or three times over the last 24
> hours.  Should one avoid any upgrade, or what?  If so, HOW?

Uninstall nvidia-* and install nvidia-drivers.

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [gentoo-user] "nvidia-drivers" ebuild?
  2006-07-08  7:39 ` Donnie Berkholz
@ 2006-07-08  8:19   ` thomas blomme
  0 siblings, 0 replies; 3+ messages in thread
From: thomas blomme @ 2006-07-08  8:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2215 bytes --]

the new drivers solve the nvidia problems with newer kernels too

On 7/8/06, Donnie Berkholz <dberkholz@gentoo.org> wrote:
>
> Alan E. Davis wrote:
> > I haven't noticed this ebuild before.  I am seeing a new ebuild in
> >
> >   /usr/portage/x11-drivers/nvidia-drivers
> >
> > Can someone explain this?  I can only hope this is the end of a long
> > and troubling issue with xorg and nvidia-kernel.  ????  I fear not,
> > however: (I am running with ~amd64)
>
> The nvidia driver maintainers decided to switch them to a single ebuild,
> since it matches how they're distributed and makes a number of issues
> easier related to maintainance, FreeBSD drivers and, for users, version
> mismatches between kernel module and userland driver.
>
> Also note the new nvidia-legacy-drivers package for older cards, so you
> don't need to fiddle around with package.mask anymore.
>
> > |  RDEPEND="kernel_linux? ( virtual/modutils |
> > |         || ( x11-base/xorg-server virtual/x11 |
> > |         !>=x11-base/xorg-server-1.0.99
> > |         || ( media-libs/mesa virtual/x11 )
> > |         app-admin/eselect-opengl
> > |         kernel_linux? ( !media-video/nvidia-kernel )
> > |         kernel_FreeBSD? ( !media-video/nvidia-freebsd )
> > |         !app-emulation/emul-linux-x86-nvidia
> > |         !x11-drivers/nvidia-legacy-drivers
> > |         !media-video/nvidia-glx"
> >
> > Maybe I just didn't notice this before?  I think not, however.  I have
> > found a couple of messages on the forum referring to nvidia-drivers as
> > a new replacement (??) for nvidia-kernel/nvidia-glx.  Does this mean a
> > major xorg downgrade?
>
> No binary drivers currently exist for use with xorg 7.1, so you'll need
> to downgrade xorg-server to 1.0.x and any drivers (`emerge portage-utils
> && qlist -I x11-drivers/`) if you want binary drivers. That's what's
> holding 7.1 from being marked stable on x86 and amd64.
>
> > I have nvidia drivers and glx working pretty well, with only very
> > minimal redrawing issues maybe two or three times over the last 24
> > hours.  Should one avoid any upgrade, or what?  If so, HOW?
>
> Uninstall nvidia-* and install nvidia-drivers.
>
> Thanks,
> Donnie
>
>
>
>


-- 
Van
Thomas Blomme

[-- Attachment #2: Type: text/html, Size: 3145 bytes --]

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

end of thread, other threads:[~2006-07-08  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-08  3:07 [gentoo-user] "nvidia-drivers" ebuild? Alan E. Davis
2006-07-08  7:39 ` Donnie Berkholz
2006-07-08  8:19   ` thomas blomme

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