Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia driver doesn't like Xorg
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Deathscythe
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Mon Jul 05, 2004 4:39 pm    Post subject: Nvidia driver doesn't like Xorg Reply with quote

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
View user's profile Send private message
blueworm
l33t
l33t


Joined: 09 May 2003
Posts: 962

PostPosted: Mon Jul 05, 2004 4:44 pm    Post subject: Reply with quote

try using nodeps option like this.
Code:
emerge nvidia-kernel --nodeps
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Mon Jul 05, 2004 5:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
Deathscythe
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Mon Jul 05, 2004 6:23 pm    Post subject: Reply with quote

That does the trick, thanks :D
_________________
Deathscythe

http://www.revster.com
Back to top
View user's profile Send private message
Sastraxi
Apprentice
Apprentice


Joined: 25 Feb 2003
Posts: 258

PostPosted: Mon Jul 05, 2004 6:28 pm    Post subject: Reply with quote

It'll cause problems when you attempt a world upgrade (just upgrading all of your packages), but, you know, if it works now... :roll:
_________________
Platypus.
Back to top
View user's profile Send private message
Fibbs
Guru
Guru


Joined: 26 Jan 2003
Posts: 448
Location: Forstern near Munich / Germany

PostPosted: Mon Jul 05, 2004 6:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum