* [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
@ 2006-03-09 6:49 Boyd Stephen Smith Jr.
2006-03-09 7:53 ` Nagatoro
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-09 6:49 UTC (permalink / raw
To: gentoo-user
I am trying to move my system over to modular X, but I'm having a few
troubles. There are 4 packages that don't seem like they should be
bringing in virtual/x11-6.8, but they are.
Also, it's really confusing trying to figure out /why/ they are bringing in
virtual-x11. emerge -pvt is giving confusing results; basically saying
that virtual-x11 is coming in because of packages which don't even have an
optional dependency on X. :( I tried using equery g, but that actually
says the packages I'm trying to bring in /won't/ need virtual/x11-6.8.
Anyway, I've got an emerge capture and the relevant equery output, I'd love
it if someone could look at them and tell me what I need to do to complete
the migration. I didn't want to post them to the list because they are
about 38k...
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 6:49 [gentoo-user] Moving to xorg-x11-7.0 (Modular X) Boyd Stephen Smith Jr.
@ 2006-03-09 7:53 ` Nagatoro
2006-03-10 1:30 ` Boyd Stephen Smith Jr.
2006-03-09 9:28 ` Bo Andresen
2006-03-11 9:11 ` Boyd Stephen Smith Jr.
2 siblings, 1 reply; 14+ messages in thread
From: Nagatoro @ 2006-03-09 7:53 UTC (permalink / raw
To: gentoo-user
Boyd Stephen Smith Jr. wrote:
> I am trying to move my system over to modular X, but I'm having a few
> troubles. There are 4 packages that don't seem like they should be
> bringing in virtual/x11-6.8, but they are.
You could try and look at the DEPEND/RDEPEND of those ebuild's too see
if any have virtual-x11 as a dep.
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 6:49 [gentoo-user] Moving to xorg-x11-7.0 (Modular X) Boyd Stephen Smith Jr.
2006-03-09 7:53 ` Nagatoro
@ 2006-03-09 9:28 ` Bo Andresen
2006-03-09 20:28 ` Cláudio Henrique
2006-03-10 1:31 ` Boyd Stephen Smith Jr.
2006-03-11 9:11 ` Boyd Stephen Smith Jr.
2 siblings, 2 replies; 14+ messages in thread
From: Bo Andresen @ 2006-03-09 9:28 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 07:49, Boyd Stephen Smith Jr. wrote:
> Also, it's really confusing trying to figure out /why/ they are bringing in
> virtual-x11. emerge -pvt is giving confusing results; basically saying
> that virtual-x11 is coming in because of packages which don't even have an
> optional dependency on X. :( I tried using equery g, but that actually
> says the packages I'm trying to bring in /won't/ need virtual/x11-6.8.
AFAICT equery detects compile time dependencies (DEPEND) and run time
depencies (RDEPEND) but not post dependencies (PDEPEND). So I think you need
to look for PDEPEND in the ebuilds manually.
--
Bo Andresen
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 9:28 ` Bo Andresen
@ 2006-03-09 20:28 ` Cláudio Henrique
2006-03-10 1:32 ` Boyd Stephen Smith Jr.
2006-03-10 1:31 ` Boyd Stephen Smith Jr.
1 sibling, 1 reply; 14+ messages in thread
From: Cláudio Henrique @ 2006-03-09 20:28 UTC (permalink / raw
To: gentoo-user
have you check this tutorial: http://gentoo-wiki.com/HOWTO_Modular_Xorg ?
On 3/9/06, Bo Andresen <bo.andresen@gmail.com> wrote:
> On Thursday 09 March 2006 07:49, Boyd Stephen Smith Jr. wrote:
> > Also, it's really confusing trying to figure out /why/ they are bringing in
> > virtual-x11. emerge -pvt is giving confusing results; basically saying
> > that virtual-x11 is coming in because of packages which don't even have an
> > optional dependency on X. :( I tried using equery g, but that actually
> > says the packages I'm trying to bring in /won't/ need virtual/x11-6.8.
>
> AFAICT equery detects compile time dependencies (DEPEND) and run time
> depencies (RDEPEND) but not post dependencies (PDEPEND). So I think you need
> to look for PDEPEND in the ebuilds manually.
>
> --
> Bo Andresen
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 7:53 ` Nagatoro
@ 2006-03-10 1:30 ` Boyd Stephen Smith Jr.
0 siblings, 0 replies; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-10 1:30 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 01:53, Nagatoro <nagatoro@gmail.com> wrote about
'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> Boyd Stephen Smith Jr. wrote:
> > I am trying to move my system over to modular X, but I'm having a few
> > troubles. There are 4 packages that don't seem like they should be
> > bringing in virtual/x11-6.8, but they are.
>
> You could try and look at the DEPEND/RDEPEND of those ebuild's too see
> if any have virtual-x11 as a dep.
Shouldn't equery g do this?
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 9:28 ` Bo Andresen
2006-03-09 20:28 ` Cláudio Henrique
@ 2006-03-10 1:31 ` Boyd Stephen Smith Jr.
2006-03-10 14:57 ` Paul Varner
1 sibling, 1 reply; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-10 1:31 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 03:28, Bo Andresen <bo.andresen@gmail.com> wrote
about 'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> On Thursday 09 March 2006 07:49, Boyd Stephen Smith Jr. wrote:
> > emerge -pvt is giving confusing results;
> > basically saying that virtual-x11 is coming in because of packages
> > which don't even have an optional dependency on X. :( I tried using
> > equery g, but that actually says the packages I'm trying to bring in
> > /won't/ need virtual/x11-6.8.
>
> AFAICT equery detects compile time dependencies (DEPEND) and run time
> depencies (RDEPEND) but not post dependencies (PDEPEND). So I think you
> need to look for PDEPEND in the ebuilds manually.
This, I did not know. I will look into it.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 20:28 ` Cláudio Henrique
@ 2006-03-10 1:32 ` Boyd Stephen Smith Jr.
0 siblings, 0 replies; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-10 1:32 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 14:28, "Cláudio Henrique"
<rapaduraatomica@gmail.com> wrote about 'Re: [gentoo-user] Moving to
xorg-x11-7.0 (Modular X)':
> have you check this tutorial: http://gentoo-wiki.com/HOWTO_Modular_Xorg
> ?
No, I was working from the Official Gentoo documentation linked from a
Gentoo Weekly Newletter a week or so back. I'll look though this
document. Thanks.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-10 1:31 ` Boyd Stephen Smith Jr.
@ 2006-03-10 14:57 ` Paul Varner
0 siblings, 0 replies; 14+ messages in thread
From: Paul Varner @ 2006-03-10 14:57 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-09 at 19:31 -0600, Boyd Stephen Smith Jr. wrote:
> On Thursday 09 March 2006 03:28, Bo Andresen <bo.andresen@gmail.com> wrote
> about 'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> >
> > AFAICT equery detects compile time dependencies (DEPEND) and run time
> > depencies (RDEPEND) but not post dependencies (PDEPEND). So I think you
> > need to look for PDEPEND in the ebuilds manually.
>
> This, I did not know. I will look into it.
equery in gentoolkit-0.2.2_pre3 (which was just released) does look at
PDEPENDS.
Regards,
Paul
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-09 6:49 [gentoo-user] Moving to xorg-x11-7.0 (Modular X) Boyd Stephen Smith Jr.
2006-03-09 7:53 ` Nagatoro
2006-03-09 9:28 ` Bo Andresen
@ 2006-03-11 9:11 ` Boyd Stephen Smith Jr.
2006-03-11 10:19 ` Martins Steinbergs
2 siblings, 1 reply; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-11 9:11 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 00:49, "Boyd Stephen Smith Jr."
<bss03@volumehost.net> wrote about '[gentoo-user] Moving to xorg-x11-7.0
(Modular X)':
> I am trying to move my system over to modular X, but I'm having a few
> troubles. There are 4 packages that don't seem like they should be
> bringing in virtual/x11-6.8, but they are.
A couple of days and a couple of syncs later and the problem is completely
gone. NB: Gentoo developers >ROCK<! emerge -avtuND does not try to bring
in virtual/x11-6.8. Now, to try and trim down my package.unmask a
little. :/
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-11 9:11 ` Boyd Stephen Smith Jr.
@ 2006-03-11 10:19 ` Martins Steinbergs
2006-03-12 4:51 ` Boyd Stephen Smith Jr.
0 siblings, 1 reply; 14+ messages in thread
From: Martins Steinbergs @ 2006-03-11 10:19 UTC (permalink / raw
To: gentoo-user
On Saturday 11 March 2006 11:11, Boyd Stephen Smith Jr. wrote:
> On Thursday 09 March 2006 00:49, "Boyd Stephen Smith Jr."
> <bss03@volumehost.net> wrote about '[gentoo-user] Moving to xorg-x11-7.0
>
> (Modular X)':
> > I am trying to move my system over to modular X, but I'm having a few
> > troubles. There are 4 packages that don't seem like they should be
> > bringing in virtual/x11-6.8, but they are.
>
> A couple of days and a couple of syncs later and the problem is completely
> gone. NB: Gentoo developers >ROCK<! emerge -avtuND does not try to bring
> in virtual/x11-6.8. Now, to try and trim down my package.unmask a
> little. :/
Hi,
yesterday i did move to xorg-x11-7 , generally all seems Ok, just some
observations:
xorg.conf generated with 'X -configure' as root is bad if I'm change driver to
fglrx, cant say yet what's wrong, xserver loads but monitor turns off without
option get back to console. xorgconfigure generated conf file is Ok.
and most annoying change is with KDE settings, some weird fonts i can fix. but
new way that every new window starts in background doesnt suit me very much,
can somebody point me where to fix it?
martins
--
Linux 2.6.15-ck5 AMD Athlon(tm) 64 Processor 3200+
11:53:23 up 1:24, 3 users, load average: 0.11, 0.10, 0.39
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-11 10:19 ` Martins Steinbergs
@ 2006-03-12 4:51 ` Boyd Stephen Smith Jr.
2006-03-12 7:45 ` Rumen Yotov
2006-03-13 12:29 ` Martins Steinbergs
0 siblings, 2 replies; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-12 4:51 UTC (permalink / raw
To: gentoo-user
On Saturday 11 March 2006 04:19, Martins Steinbergs <mar@ml.lv> wrote about
'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> xorg.conf generated with 'X -configure' as root is bad if I'm change
> driver to fglrx, cant say yet what's wrong, xserver loads but monitor
> turns off without option get back to console. xorgconfigure generated
> conf file is Ok.
I use nvidia and had to recompile nvidia-glx, but after that my
(hand-crafted) configuration works fine.
> and most annoying change is with KDE settings,
> new way that every new window starts in background doesnt suit
> me very much, can somebody point me where to fix it?
I noticed that as well, but I haven't figure out how to change it either.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-12 4:51 ` Boyd Stephen Smith Jr.
@ 2006-03-12 7:45 ` Rumen Yotov
2006-03-12 17:28 ` Boyd Stephen Smith Jr.
2006-03-13 12:29 ` Martins Steinbergs
1 sibling, 1 reply; 14+ messages in thread
From: Rumen Yotov @ 2006-03-12 7:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]
Hi,
On Sunday 12 March 2006 06:51, Boyd Stephen Smith Jr. wrote:
> On Saturday 11 March 2006 04:19, Martins Steinbergs <mar@ml.lv> wrote about
>
> 'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> > xorg.conf generated with 'X -configure' as root is bad if I'm change
> > driver to fglrx, cant say yet what's wrong, xserver loads but monitor
> > turns off without option get back to console. xorgconfigure generated
> > conf file is Ok.
>
> I use nvidia and had to recompile nvidia-glx, but after that my
> (hand-crafted) configuration works fine.
>
Same for me, binary nvidia drivers work with Xorg-7.
> > and most annoying change is with KDE settings,
> > new way that every new window starts in background doesnt suit
> > me very much, can somebody point me where to fix it?
>
> I noticed that as well, but I haven't figure out how to change it either.
>
> --
> "If there's one thing we've established over the years,
> it's that the vast majority of our users don't have the slightest
> clue what's best for them in terms of package stability."
> -- Gentoo Developer Ciaran McCreesh
Another thing (issue) is with virtual/x11.
Had to put "virtual/x11-6.8" in package.provided to be able to emerge again.
Rumen
[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-12 7:45 ` Rumen Yotov
@ 2006-03-12 17:28 ` Boyd Stephen Smith Jr.
0 siblings, 0 replies; 14+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-12 17:28 UTC (permalink / raw
To: gentoo-user
On Sunday 12 March 2006 01:45, Rumen Yotov <rumen@qrypto.org> wrote about
'Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)':
> Another thing (issue) is with virtual/x11.
> Had to put "virtual/x11-6.8" in package.provided to be able to emerge
> again. Rumen
That's a work around for the transitional period while not all the ebuild
support xorg 7. However, I haven't need to use this work around yet, and
I have /plently/ of applications installed that require X, albeit
applications a lot of users will have installed.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] Moving to xorg-x11-7.0 (Modular X)
2006-03-12 4:51 ` Boyd Stephen Smith Jr.
2006-03-12 7:45 ` Rumen Yotov
@ 2006-03-13 12:29 ` Martins Steinbergs
1 sibling, 0 replies; 14+ messages in thread
From: Martins Steinbergs @ 2006-03-13 12:29 UTC (permalink / raw
To: gentoo-user
On Sunday 12 March 2006 06:51, Boyd Stephen Smith Jr. wrote:
> On Saturday 11 March 2006 04:19, Martins Steinbergs <mar@ml.lv> wrote about
>
> > and most annoying change is with KDE settings,
> > new way that every new window starts in background doesnt suit
> > me very much, can somebody point me where to fix it?
>
> I noticed that as well, but I haven't figure out how to change it either.
tried to tweak settings and finaly created new user account with no luck. now
i'm updating qt3 which i missed to update due to update bring in qt4, and
kdebase. if this will help ill let you know.
little upset that after xorg migration i lost my mouse theme and dont recall
its name, those were some simple red pointers.
oh, just came idea to rebuild gtk too.
martins
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2006-03-13 13:28 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-09 6:49 [gentoo-user] Moving to xorg-x11-7.0 (Modular X) Boyd Stephen Smith Jr.
2006-03-09 7:53 ` Nagatoro
2006-03-10 1:30 ` Boyd Stephen Smith Jr.
2006-03-09 9:28 ` Bo Andresen
2006-03-09 20:28 ` Cláudio Henrique
2006-03-10 1:32 ` Boyd Stephen Smith Jr.
2006-03-10 1:31 ` Boyd Stephen Smith Jr.
2006-03-10 14:57 ` Paul Varner
2006-03-11 9:11 ` Boyd Stephen Smith Jr.
2006-03-11 10:19 ` Martins Steinbergs
2006-03-12 4:51 ` Boyd Stephen Smith Jr.
2006-03-12 7:45 ` Rumen Yotov
2006-03-12 17:28 ` Boyd Stephen Smith Jr.
2006-03-13 12:29 ` Martins Steinbergs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox