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


Joined: 04 May 2004 Posts: 65
|
Posted: Mon Jul 05, 2004 4:39 pm Post subject: Nvidia driver doesn't like Xorg |
|
|
I just did a fresh install of Xorg on my PC. When I try to emerge the nvidia binary driver, it complains about Xorg already installed and wants to use XFree instead.
All I did was.
Code: | emerge -p nvidia-kernel nvidia-glx |
And I get this message on the screen.
Code: | These are the packages that I would merge, in order:
Calculating dependencies ...done!
[blocks B ] x11-base/xorg-x11 ("virtual/x11" from pkg x11-base/xfree-4.3.0-r5)
[blocks B ] x11-base/xorg-x11 (from pkg x11-base/xfree-4.3.0-r5)
[ebuild N ] media-video/nvidia-kernel-1.0.4496-r3
[ebuild N ] x11-base/xfree-4.3.0-r5
[ebuild N ] media-video/nvidia-glx-1.0.4496 |
How can I emerge nvidia driver that works with Xorg? _________________ Deathscythe
http://www.revster.com |
|
Back to top |
|
 |
blueworm l33t

Joined: 09 May 2003 Posts: 962
|
Posted: Mon Jul 05, 2004 4:44 pm Post subject: |
|
|
try using nodeps option like this.
Code: | emerge nvidia-kernel --nodeps |
|
|
Back to top |
|
 |
codergeek42 Bodhisattva

Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Mon Jul 05, 2004 5:03 pm Post subject: |
|
|
This means that the nvidia driver ebuilds depend on x11-base/xfree rather than virtual/x11 as they should. This should be reported as a bug on bugs.gentoo.org, and you should be able to fix it by doing Code: | # emerge --inject "=x11-base/xfree-4.3.0-r5" | . _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
 |
Deathscythe n00b


Joined: 04 May 2004 Posts: 65
|
Posted: Mon Jul 05, 2004 6:23 pm Post subject: |
|
|
That does the trick, thanks  _________________ Deathscythe
http://www.revster.com |
|
Back to top |
|
 |
Sastraxi Apprentice


Joined: 25 Feb 2003 Posts: 258
|
Posted: Mon Jul 05, 2004 6:28 pm Post subject: |
|
|
It'll cause problems when you attempt a world upgrade (just upgrading all of your packages), but, you know, if it works now...  _________________ Platypus. |
|
Back to top |
|
 |
Fibbs Guru


Joined: 26 Jan 2003 Posts: 448 Location: Forstern near Munich / Germany
|
Posted: Mon Jul 05, 2004 6:42 pm Post subject: |
|
|
I recently had the same problem as described here.
I solved it putting the following in my /etc/portage/package.keywords
Code: |
=nvidia-kernel-1.0.6106 ~x86
=nvidia-glx-1.0.6106 ~x86
|
and then
Code: |
emerge nvidia-kernel nvidia-glx
|
The new version of nvidia-glx is fixed and depends on virtual/x11 as it has to.
Greets,
Fibbs |
|
Back to top |
|
 |
|