public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] xinerama in xorg-x11-7.0-r1?
@ 2006-02-27 23:32 Peter Humphrey
  2006-02-28  9:15 ` Peter Humphrey
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Humphrey @ 2006-02-27 23:32 UTC (permalink / raw
  To: gentoo-amd64

I decided to install a Gentoo KDE system on this box, to try once again to 
find a way of giving it a civilised look, and while I was at it I thought 
it a good idea to try out the new X window system. I followed the howto at 
www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml and all seemed to 
go remarkably smoothly.

Now I'm looking around for oddities, and this one puzzles 
me: /var/log/Xorg.0.log says '(II) Initializing built-in extension 
XINERAMA'. I know the use flag is not set because 'USE="-xinerama" emerge 
-upDvN world' gives no packages to update, whereas omitting the minus sign 
causes a whole lot of packages to be updated (but not libXinerama).

$ qpkg -I -v libXinerama
x11-libs/libXinerama-1.0.1 *

What caused this library to be built? I see this:

$ equery d libXinerama
[ Searching for packages depending on libXinerama... ]
x11-base/xorg-x11-7.0-r1
x11-apps/xdpyinfo-1.0.1
x11-libs/gtk+-2.8.12
x11-libs/qt-3.3.4-r8
x11-libs/qt-4.1.1
kde-base/ksplashml-3.5.1

Is this a problem, or am I just being fussy? Quite possibly, the 
modularisation of X is not yet finished and this small anomaly will go away 
soon.

-- 
Rgds
Peter
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-amd64] xinerama in xorg-x11-7.0-r1?
  2006-02-27 23:32 [gentoo-amd64] xinerama in xorg-x11-7.0-r1? Peter Humphrey
@ 2006-02-28  9:15 ` Peter Humphrey
  2006-02-28 14:01   ` [gentoo-amd64] " Duncan
  2006-02-28 17:40   ` [gentoo-amd64] " Richard Fish
  0 siblings, 2 replies; 8+ messages in thread
From: Peter Humphrey @ 2006-02-28  9:15 UTC (permalink / raw
  To: gentoo-amd64

On Monday 27 February 2006 23:32, I wrote:

> Quite possibly, the modularisation of X is not yet finished and this small
> anomaly will go away soon.

It isn't that. I looked in the corresponding Xorg.0.log on another system on 
the same box and found the xinerama extension being loaded there too, in 
spite of the use flag's not being set there either.

So the question is why X is being compiled with xinerama support when it's 
been told not to.

-- 
Rgds
Peter
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-amd64]  Re: xinerama in xorg-x11-7.0-r1?
  2006-02-28  9:15 ` Peter Humphrey
@ 2006-02-28 14:01   ` Duncan
  2006-02-28 16:52     ` Peter Humphrey
  2006-02-28 17:40   ` [gentoo-amd64] " Richard Fish
  1 sibling, 1 reply; 8+ messages in thread
From: Duncan @ 2006-02-28 14:01 UTC (permalink / raw
  To: gentoo-amd64

Peter Humphrey posted <200602280915.09978.prh@gotadsl.co.uk>, excerpted
below,  on Tue, 28 Feb 2006 09:15:09 +0000:

> On Monday 27 February 2006 23:32, I wrote:
> 
>> Quite possibly, the modularisation of X is not yet finished and this
>> small anomaly will go away soon.
> 
> It isn't that. I looked in the corresponding Xorg.0.log on another system
> on the same box and found the xinerama extension being loaded there too,
> in spite of the use flag's not being set there either.
> 
> So the question is why X is being compiled with xinerama support when it's
> been told not to.

I'd still be inclined to consider it an issue with the new modular X. 
Not all is yet entirely smooth going with it.

Also note that Section ServerFlags of xorg.conf can contain an Option
"Xinerama" line.  Previously, even if Xinerama support was compiled, it
was off by default unless you had that option listed and it wasn't toggled
off in the option (the option defaults to on if found, so on doesn't have
to be specified).  Assuming you don't have that option listed, perhaps
the default has changed, and it now defaults to on under certain
circumstances?

I wouldn't have noticed it here as I run dual monitors (altho I have
xinerama off because I'm running the radeon driver in merged framebuffer
mode, with its pseudoxinerama, so I don't need the extension turned on) in
xinerama mode (well pseudoxinerama, without the extension, as explained).

I'd check and see if there's a bug on it, and consider filing one, if not.
If the change is intentional, it should no longer have that flag, so
obviously, there's either a bug in the support being added, or in the flag
still being there but not honored.  That's a bug that needs filed, unless
there's already one on it.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-amd64]  Re: xinerama in xorg-x11-7.0-r1?
  2006-02-28 14:01   ` [gentoo-amd64] " Duncan
@ 2006-02-28 16:52     ` Peter Humphrey
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Humphrey @ 2006-02-28 16:52 UTC (permalink / raw
  To: gentoo-amd64

On Tuesday 28 February 2006 14:01, Duncan wrote:

> I'd still be inclined to consider it an issue with the new modular X.
> Not all is yet entirely smooth going with it.

Ok.

> Also note that Section ServerFlags of xorg.conf can contain an Option
> "Xinerama" line.  Previously, even if Xinerama support was compiled, it
> was off by default unless you had that option listed and it wasn't
> toggled off in the option (the option defaults to on if found, so on
> doesn't have to be specified).  Assuming you don't have that option
> listed, perhaps the default has changed, and it now defaults to on under
> certain circumstances?

Perhaps, but it seems odd that the feature has been compiled in at all. And 
no, I have no such line in /etc/X11/xorg.conf.

> I'd check and see if there's a bug on it, and consider filing one, if
> not.

Ok. Done.

-- 
Rgds
Peter
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-amd64] xinerama in xorg-x11-7.0-r1?
  2006-02-28  9:15 ` Peter Humphrey
  2006-02-28 14:01   ` [gentoo-amd64] " Duncan
@ 2006-02-28 17:40   ` Richard Fish
  2006-02-28 18:51     ` [gentoo-amd64] " Duncan
  1 sibling, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-02-28 17:40 UTC (permalink / raw
  To: gentoo-amd64

On 2/28/06, Peter Humphrey <prh@gotadsl.co.uk> wrote:
> So the question is why X is being compiled with xinerama support when it's
> been told not to.

Because the xinerama USE flag doesn't apply to x.org?

The xinerama use flag enables support for the extension in clients. 
It is a hard dependancy of an x.org server installation however.

-Richard

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-amd64]  Re: xinerama in xorg-x11-7.0-r1?
  2006-02-28 17:40   ` [gentoo-amd64] " Richard Fish
@ 2006-02-28 18:51     ` Duncan
  2006-02-28 20:39       ` Richard Fish
  0 siblings, 1 reply; 8+ messages in thread
From: Duncan @ 2006-02-28 18:51 UTC (permalink / raw
  To: gentoo-amd64

Richard Fish posted
<7573e9640602280940q7d9a3c4fmc8c0a06777026076@mail.gmail.com>, excerpted
below,  on Tue, 28 Feb 2006 10:40:59 -0700:

> On 2/28/06, Peter Humphrey <prh@gotadsl.co.uk> wrote:
>> So the question is why X is being compiled with xinerama support when it's
>> been told not to.
> 
> Because the xinerama USE flag doesn't apply to x.org?
> 
> The xinerama use flag enables support for the extension in clients. 
> It is a hard dependancy of an x.org server installation however.

Indeed, it seems to be.  I don't see the flag there any more, altho I
could swear it used to be.  <shrug>

Boy, I seem to have hit a bad streak of "wrong", lately. =8^(

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-amd64] Re: xinerama in xorg-x11-7.0-r1?
  2006-02-28 18:51     ` [gentoo-amd64] " Duncan
@ 2006-02-28 20:39       ` Richard Fish
  2006-03-01  0:40         ` [gentoo-amd64] " Duncan
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-02-28 20:39 UTC (permalink / raw
  To: gentoo-amd64

On 2/28/06, Duncan <1i5t5.duncan@cox.net> wrote:
> Indeed, it seems to be.  I don't see the flag there any more, altho I
> could swear it used to be.  <shrug>

You are not wrong here!  From the changelog:

  02 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>;
  xorg-x11-7.0.0_rc1.ebuild:
  Remove xinerama USE flag and make it mandatory. A large number of
  applications have mandatory xinerama, so having the library optional makes
  things unnecessarily complex.

-Richard

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-amd64]  Re: Re: xinerama in xorg-x11-7.0-r1?
  2006-02-28 20:39       ` Richard Fish
@ 2006-03-01  0:40         ` Duncan
  0 siblings, 0 replies; 8+ messages in thread
From: Duncan @ 2006-03-01  0:40 UTC (permalink / raw
  To: gentoo-amd64

Richard Fish posted
<7573e9640602281239s20eb1796sb6ad626f76f68e31@mail.gmail.com>, excerpted
below,  on Tue, 28 Feb 2006 13:39:11 -0700:

> On 2/28/06, Duncan <1i5t5.duncan@cox.net> wrote:
>> Indeed, it seems to be.  I don't see the flag there any more, altho I
>> could swear it used to be.  <shrug>
> 
> You are not wrong here!  From the changelog:
> 
>   02 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>;
>   xorg-x11-7.0.0_rc1.ebuild:
>   Remove xinerama USE flag and make it mandatory. A large number of
>   applications have mandatory xinerama, so having the library optional makes
>   things unnecessarily complex.

Thanks!  That makes me feel better! =8^)  Such a string of bad luck, I was
beginning to wonder if this is how Alzheimer's or mad cow disease starts
or something, especially when I could have sworn the flag was there!

I must have figured things out and merged it right about time they removed
the flag.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html


-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-01  0:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-27 23:32 [gentoo-amd64] xinerama in xorg-x11-7.0-r1? Peter Humphrey
2006-02-28  9:15 ` Peter Humphrey
2006-02-28 14:01   ` [gentoo-amd64] " Duncan
2006-02-28 16:52     ` Peter Humphrey
2006-02-28 17:40   ` [gentoo-amd64] " Richard Fish
2006-02-28 18:51     ` [gentoo-amd64] " Duncan
2006-02-28 20:39       ` Richard Fish
2006-03-01  0:40         ` [gentoo-amd64] " Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox