View previous topic :: View next topic |
Author |
Message |
skatefriday n00b

Joined: 25 Jul 2004 Posts: 41
|
Posted: Sun Aug 01, 2004 5:55 pm Post subject: nvidia 6106 drivers |
|
|
I've seen reference to nvidia 6106 drivers in these forums but
emerge sync only finds something called
app-emulation/emul-linux-x86-nvidia
Is this the package people are talking about?
Craig |
|
Back to top |
|
 |
skatefriday n00b

Joined: 25 Jul 2004 Posts: 41
|
Posted: Sun Aug 01, 2004 6:01 pm Post subject: |
|
|
When I do
Code: | ACCEPT_KEYWORDS="~x86" emerge app-emulation/emul-linux-x86-nvidia |
It still tells me that that particular ebuild is masked. I thought that this was supposed unmask that build.
Craig |
|
Back to top |
|
 |
skatefriday n00b

Joined: 25 Jul 2004 Posts: 41
|
Posted: Sun Aug 01, 2004 6:08 pm Post subject: |
|
|
And then it tells me a possible candidate is
app-emulation/emul-linux-x86-nvidia-1.0.6106-r1
and if I do
ACCEPT_KEYWORDS="~x86" emerge app-emulation/emul-linux-x86-nvidia-1.0.6106-r1
It says it wants an '=' sign. I give it the '=' sign and it tells me it's
masked again and proposes the same package as a candidate.
Grrrrr.
Craig |
|
Back to top |
|
 |
Nate_S Guru


Joined: 18 Mar 2004 Posts: 414
|
Posted: Sun Aug 01, 2004 6:16 pm Post subject: |
|
|
the packages you are looking for are media-video/nvidia-kernel and media-video/nvidia-glx.
Also, ACCEPT_KEYWORDS on the command line is a bad idea. It's better to use the /etc/portage files. read man portage or search the forum for more info.
-Nate |
|
Back to top |
|
 |
skatefriday n00b

Joined: 25 Jul 2004 Posts: 41
|
Posted: Sun Aug 01, 2004 6:36 pm Post subject: |
|
|
/usr/portage/media-video/nvidia-glx shows nvidia-glx-1.6.6103-r3.ebuild.
However, emerge search nvidia only shows the older version 4496-r2.
Why won't it let me install the later version?
Craig |
|
Back to top |
|
 |
GizzmoAsus n00b


Joined: 23 May 2004 Posts: 46 Location: (Blackburn / Lougborough) UK
|
Posted: Sun May 08, 2005 10:38 am Post subject: |
|
|
skatefriday wrote: | And then it tells me a possible candidate is
app-emulation/emul-linux-x86-nvidia-1.0.6106-r1
and if I do
ACCEPT_KEYWORDS="~x86" emerge app-emulation/emul-linux-x86-nvidia-1.0.6106-r1
It says it wants an '=' sign. I give it the '=' sign and it tells me it's
masked again and proposes the same package as a candidate.
|
Are you running 64bit Gentoo??? If not you do not need to Code: | emerge app-emulation/emul-linux-x86-nvidia-1.0.6106-r1 | This is purelly for 32 bit emulation purposes. If you are running 64 bit Gentoo then there is no need to Code: | ACCEPT_KEYWORDS="~x86" | there is no x86 version for this package. There is no need seeing as x86 is 32 bit and this package is 32 bit emulation. if its the latest Nvidia-glx drivers your after then try (as root) Code: | echo media-video/nvidia-glx >> /etc/portage/package.keywords | followed by This will give you the latest version. |
|
Back to top |
|
 |
|