Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XGL or xorg7 portage issues.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
sidd
n00b
n00b


Joined: 12 Nov 2005
Posts: 9

PostPosted: Wed Jul 12, 2006 6:04 am    Post subject: XGL or xorg7 portage issues. Reply with quote

Im not actually sure what is causing this problem, most likely it is a problem with the portage-xgl overlay (or the way in which i have set it up), but this is the story:
I recently updated to xorg-x11 7, which worked fine. I then followed the HOWTO XGL guide on the wiki. Now my portage seems to be broken:

Code:
sidd / # emerge -uDN world -v
Calculating world dependencies |
!!! All ebuilds that could satisfy "x11-drivers/xf86-video-intel" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-drivers/xf86-video-intel-1.6.0_alpha20060622 (masked by: missing keyword)
- x11-drivers/xf86-video-intel-1.6.0_alpha20060614 (masked by: missing keyword)
- x11-drivers/xf86-video-intel-1.6.0_alpha20060413 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-base/xorg-x11-7.0-r1" [ebuild])



!!! Problem resolving dependencies for x11-base/xorg-x11
!!! Depgraph creation failed.
sidd / #
Back to top
View user's profile Send private message
sidd
n00b
n00b


Joined: 12 Nov 2005
Posts: 9

PostPosted: Wed Jul 12, 2006 6:06 am    Post subject: Reply with quote

terribly sorry.. hit the submit button instead of preview :/

Anyway. I cant unmask the problematic package. And i have run emerge --sync and unsured that the portage overlay is up to date.

Any help would be fantastic.

By the way, Xorg and XGL are working fine after the install, portage is the only problem.
Back to top
View user's profile Send private message
xhub
n00b
n00b


Joined: 01 Jun 2006
Posts: 32
Location: France / Altkirch

PostPosted: Wed Jul 12, 2006 11:32 am    Post subject: Reply with quote

What is your graphic card ?
Back to top
View user's profile Send private message
sidd
n00b
n00b


Joined: 12 Nov 2005
Posts: 9

PostPosted: Wed Jul 12, 2006 12:18 pm    Post subject: Reply with quote

It's a geforce 6600 GT.

Im using the bianry "nvidia-kernel" driver version 1.0.8762-r1
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Wed Jul 12, 2006 6:02 pm    Post subject: Reply with quote

You must not have VIDEO_CARDS="nvidia" in make.conf
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Back to top
View user's profile Send private message
sidd
n00b
n00b


Joined: 12 Nov 2005
Posts: 9

PostPosted: Thu Jul 13, 2006 3:02 pm    Post subject: Reply with quote

ahah. I forgot i used that variable when i did the initial setup, but never put it in my make conf.

Thanks a lot, problem solved.
Back to top
View user's profile Send private message
harrisonmetz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2006
Posts: 93
Location: Chicago, IL

PostPosted: Wed Jul 26, 2006 4:50 pm    Post subject: Reply with quote

I have a similar setup to sidd (nvidia, xgl) and I don't have VIDEO_CARDS="nvidia" in my make conf, and I have never used it before (should I have?). I'm getting the same error:

Code:
zappa ~ # emerge --update --newuse --deep world -p

These are the packages that would be merged, in order:

Calculating world dependencies /
!!! All ebuilds that could satisfy "x11-drivers/xf86-video-intel" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-drivers/xf86-video-intel-1.6.0_alpha20060622 (masked by: missing keyword)
- x11-drivers/xf86-video-intel-1.6.0_alpha20060614 (masked by: missing keyword)
- x11-drivers/xf86-video-intel-1.6.0_alpha20060413 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-base/xorg-x11-7.0-r1" [ebuild])



!!! Problem resolving dependencies for sys-apps/portage
!!! Depgraph creation failed.


I'm not sure what to do.
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Wed Jul 26, 2006 5:14 pm    Post subject: Reply with quote

Its kind of silly becasue VIDEO_CARDS="nvidia" actually doesnt enable anything ... but if you dont put something in (in theory you could put whatever you want) then it defaults to none.

But alas, the real silliness is this: none != none ... none == all.

So it will assume you want to install all the drivers for every type of card theres a driver for. And herein lies the problem. The xorg-x11 package is from the overlay and takes precedence over the portage version. The overlay version uses xf86-video-intel ... portage is still on the old i810 naming scheme (xf86-video-i810) so there is NO equivolent package in portage, unlike radeon whose naming is consitant between overlay and portage. Since you dont have xf86-video-intel -*'d in keywords, portage complains.

That my friend is the whole story, and I'm sticking to it.

The moral is, "add nvidia to VIDEO_CARDS if you use nvidia".

Maybe we can rally the intel driver maintainer to change the name.
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org


Last edited by CoffeeBuzz on Wed Jul 26, 2006 6:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
harrisonmetz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2006
Posts: 93
Location: Chicago, IL

PostPosted: Wed Jul 26, 2006 6:47 pm    Post subject: Reply with quote

Thanks. adding that make.conf made portage happy.
Back to top
View user's profile Send private message
scap1784
Apprentice
Apprentice


Joined: 25 Dec 2002
Posts: 225

PostPosted: Tue Aug 01, 2006 2:15 am    Post subject: Reply with quote

I use ati and not nvidia and I am getting this error. VIDEO_CARDS="ati" doesn't do anything?

[edit]
VIDEO_CARDS="fglrx" does the trick for ati folk
[/edit]


Last edited by scap1784 on Tue Aug 01, 2006 8:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
zietbukuel
Guru
Guru


Joined: 30 Dec 2005
Posts: 594
Location: /dev/peru/lima

PostPosted: Tue Aug 01, 2006 3:12 am    Post subject: Reply with quote

scap1784 wrote:
I use ati and not nvidia and I am getting this error. VIDEO_CARDS="ati" doesn't do anything?

[edit]
VIDEO_CARDS="flgrx" does the trick for ati folk
[/edit]


Its fglrx, not flgrx...
_________________
AMD Phenom X4 9850 Black Edition
4GB OCZ Nvidia SLI-ready Memory DDR2
ASUS M3N-HD/HDMI
750GB HDD
Nvidia 8600GT 512MB Ram DDR2
Cooler Master CM690
Back to top
View user's profile Send private message
cycleo
n00b
n00b


Joined: 27 Jun 2006
Posts: 2
Location: /home/Europe/France/Marseille

PostPosted: Tue Aug 01, 2006 5:12 am    Post subject: Xgl Xorg7 Reply with quote

Hi Everyone,
Since I upgraded to xorg 7 and installed XGL, (from the Gentoo "How-to" XGL)
I have an error message that says Xgl can't find the "ddx" module so it can't start.

I've added this module name in the xorg.conf to the modules section, but it still doesn't work. :?

Also, I can't do a "startx" with a normal user account.
The only way I found to run xorg is via a desktop manager like gdm.
Why is that ?

Thanks for your help.
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3050
Location: Houston, TX

PostPosted: Wed Aug 02, 2006 9:48 am    Post subject: Reply with quote

CoffeeBuzz wrote:
But alas, the real silliness is this: none != none ... none == all.


For backward compatibility, having VIDEO_CARDS unset defaults to the old 6.8 version style of building drivers for everything.

Though it is weird that VIDEO_CARDS="none" does as you've described. I'm scratching my head.

That's gotta be a bug; makes no sense.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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