* Xorg X11R7.4 updates
@ 2008-11-07 10:40 Graeme Gregory
2008-11-07 15:38 ` Otavio Salvador
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Graeme Gregory @ 2008-11-07 10:40 UTC (permalink / raw)
To: openembedded-devel
Hi, sponsored by Openmoko I have been working on bring Xorg 7.4 to OE. I
have now reached the point where all the right versions of the packages
are now in and I have even checked that they compile to the extent I can
on arm (some are obviously x86 or exotic machine only).
So I would like people with an interest to please review the changes on
the shared/xorg-7.4-update branch. Especially x86 guys who can actually
use some of the drivers. Id like to get any problems ironed out now
ready for merging into OE mainline.
Thanks
Graeme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-07 10:40 Xorg X11R7.4 updates Graeme Gregory
@ 2008-11-07 15:38 ` Otavio Salvador
2008-11-08 3:45 ` Otavio Salvador
2008-11-12 15:15 ` Koen Kooi
2 siblings, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2008-11-07 15:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
Graeme Gregory <dp@xora.org.uk> writes:
> So I would like people with an interest to please review the changes on
> the shared/xorg-7.4-update branch. Especially x86 guys who can actually
> use some of the drivers. Id like to get any problems ironed out now
> ready for merging into OE mainline.
I'll merge it in our daily build branch and give it a try.
Thanks a lot by all this work :-)
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-07 10:40 Xorg X11R7.4 updates Graeme Gregory
2008-11-07 15:38 ` Otavio Salvador
@ 2008-11-08 3:45 ` Otavio Salvador
2008-11-09 18:53 ` Graeme Gregory
2008-11-12 15:15 ` Koen Kooi
2 siblings, 1 reply; 12+ messages in thread
From: Otavio Salvador @ 2008-11-08 3:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
Graeme Gregory <dp@xora.org.uk> writes:
> So I would like people with an interest to please review the changes on
> the shared/xorg-7.4-update branch. Especially x86 guys who can actually
> use some of the drivers. Id like to get any problems ironed out now
> ready for merging into OE mainline.
Hello,
I've gave it a try and xserver fails to build here with:
| checking for XLIB... yes
| checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
|
| No package 'gl' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables GL_CFLAGS
| and GL_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
|
| FATAL: oe_runconf failed
NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package xserver-xorg-1.5.1: failed
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-08 3:45 ` Otavio Salvador
@ 2008-11-09 18:53 ` Graeme Gregory
2008-11-10 11:48 ` Otavio Salvador
2008-11-12 0:38 ` Otavio Salvador
0 siblings, 2 replies; 12+ messages in thread
From: Graeme Gregory @ 2008-11-09 18:53 UTC (permalink / raw)
To: openembedded-devel
On Sat, 2008-11-08 at 01:45 -0200, Otavio Salvador wrote:
> I've gave it a try and xserver fails to build here with:
>
> | checking for XLIB... yes
> | checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
> |
> | No package 'gl' found
> |
> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
> | installed software in a non-standard prefix.
> |
> | Alternatively, you may set the environment variables GL_CFLAGS
> | and GL_LIBS to avoid the need to call pkg-config.
> | See the pkg-config man page for more details.
> |
> | FATAL: oe_runconf failed
> NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
> NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package xserver-xorg-1.5.1: failed
>
Hi, I tried a build from scatch of xserver-xorg, found 2 missing
dependencies in the tree, but I am unable to repeat this problem.
Graeme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-09 18:53 ` Graeme Gregory
@ 2008-11-10 11:48 ` Otavio Salvador
2008-11-10 17:15 ` Graeme Gregory
2008-11-12 0:38 ` Otavio Salvador
1 sibling, 1 reply; 12+ messages in thread
From: Otavio Salvador @ 2008-11-10 11:48 UTC (permalink / raw)
To: openembedded-devel
Graeme Gregory <dp@xora.org.uk> writes:
> On Sat, 2008-11-08 at 01:45 -0200, Otavio Salvador wrote:
>
>> I've gave it a try and xserver fails to build here with:
>>
>> | checking for XLIB... yes
>> | checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
>> |
>> | No package 'gl' found
>> |
>> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> | installed software in a non-standard prefix.
>> |
>> | Alternatively, you may set the environment variables GL_CFLAGS
>> | and GL_LIBS to avoid the need to call pkg-config.
>> | See the pkg-config man page for more details.
>> |
>> | FATAL: oe_runconf failed
>> NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
>> NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
>> ERROR: TaskFailed event exception, aborting
>> NOTE: package xserver-xorg-1.5.1: failed
>>
> Hi, I tried a build from scatch of xserver-xorg, found 2 missing
> dependencies in the tree, but I am unable to repeat this problem.
Build it using a x86 processor ;-)
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-10 11:48 ` Otavio Salvador
@ 2008-11-10 17:15 ` Graeme Gregory
2008-11-11 14:27 ` Graeme Gregory
0 siblings, 1 reply; 12+ messages in thread
From: Graeme Gregory @ 2008-11-10 17:15 UTC (permalink / raw)
To: openembedded-devel
Ok, just to prove this acutally runs and using tslib driver for
touchscreen here is a scap picture of x11-image running using Xorg
X11R7.4 (server version 1.5.1)
http://scap.linuxtogo.org/files/e4d83971b3de72c0953046cdc508fd44.png
Graeme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-10 17:15 ` Graeme Gregory
@ 2008-11-11 14:27 ` Graeme Gregory
0 siblings, 0 replies; 12+ messages in thread
From: Graeme Gregory @ 2008-11-11 14:27 UTC (permalink / raw)
To: openembedded-devel
On Mon, 2008-11-10 at 17:15 +0000, Graeme Gregory wrote:
> Ok, just to prove this acutally runs and using tslib driver for
> touchscreen here is a scap picture of x11-image running using Xorg
> X11R7.4 (server version 1.5.1)
>
> http://scap.linuxtogo.org/files/e4d83971b3de72c0953046cdc508fd44.png
>
> Graeme
>
And another update, with some help from koen I managed to beat
xf86-input-tslib up a little so it no longer needs hard coded
resolutions.
http://scap.linuxtogo.org/files/ddb1bbb5ccc99bc8d3d3e36dba2673d9.png
Is Xorg running on a freerunner without an xorg.conf
Graeme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-09 18:53 ` Graeme Gregory
2008-11-10 11:48 ` Otavio Salvador
@ 2008-11-12 0:38 ` Otavio Salvador
2008-11-12 2:39 ` Otavio Salvador
2008-11-12 8:36 ` Graeme Gregory
1 sibling, 2 replies; 12+ messages in thread
From: Otavio Salvador @ 2008-11-12 0:38 UTC (permalink / raw)
To: openembedded-devel
Graeme Gregory <dp@xora.org.uk> writes:
> On Sat, 2008-11-08 at 01:45 -0200, Otavio Salvador wrote:
>
>> I've gave it a try and xserver fails to build here with:
>>
>> | checking for XLIB... yes
>> | checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
>> |
>> | No package 'gl' found
>> |
>> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> | installed software in a non-standard prefix.
>> |
>> | Alternatively, you may set the environment variables GL_CFLAGS
>> | and GL_LIBS to avoid the need to call pkg-config.
>> | See the pkg-config man page for more details.
>> |
>> | FATAL: oe_runconf failed
>> NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
>> NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
>> ERROR: TaskFailed event exception, aborting
>> NOTE: package xserver-xorg-1.5.1: failed
>>
> Hi, I tried a build from scatch of xserver-xorg, found 2 missing
> dependencies in the tree, but I am unable to repeat this problem.
I fixed it in the branch. It now builds fine in x86. I'd be OK with
the merging of it if noone objects.
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-12 0:38 ` Otavio Salvador
@ 2008-11-12 2:39 ` Otavio Salvador
2008-11-12 8:36 ` Graeme Gregory
1 sibling, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2008-11-12 2:39 UTC (permalink / raw)
To: openembedded-devel
Otavio Salvador <otavio@debian.org> writes:
> Graeme Gregory <dp@xora.org.uk> writes:
>
>> On Sat, 2008-11-08 at 01:45 -0200, Otavio Salvador wrote:
>>
>>> I've gave it a try and xserver fails to build here with:
>>>
>>> | checking for XLIB... yes
>>> | checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
>>> |
>>> | No package 'gl' found
>>> |
>>> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
>>> | installed software in a non-standard prefix.
>>> |
>>> | Alternatively, you may set the environment variables GL_CFLAGS
>>> | and GL_LIBS to avoid the need to call pkg-config.
>>> | See the pkg-config man page for more details.
>>> |
>>> | FATAL: oe_runconf failed
>>> NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
>>> NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
>>> ERROR: TaskFailed event exception, aborting
>>> NOTE: package xserver-xorg-1.5.1: failed
>>>
>> Hi, I tried a build from scatch of xserver-xorg, found 2 missing
>> dependencies in the tree, but I am unable to repeat this problem.
>
> I fixed it in the branch. It now builds fine in x86. I'd be OK with
> the merging of it if noone objects.
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
(II) ImExPS/2 Generic Explorer Mouse: Setting mouse protocol to "PS/2"
Running 1.5.1 xserver I got this ^ and X server freeze! :(
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-12 0:38 ` Otavio Salvador
2008-11-12 2:39 ` Otavio Salvador
@ 2008-11-12 8:36 ` Graeme Gregory
2008-11-12 9:08 ` Phil Blundell
1 sibling, 1 reply; 12+ messages in thread
From: Graeme Gregory @ 2008-11-12 8:36 UTC (permalink / raw)
To: openembedded-devel
On Tue, 2008-11-11 at 22:38 -0200, Otavio Salvador wrote:
> Graeme Gregory <dp@xora.org.uk> writes:
>
> > On Sat, 2008-11-08 at 01:45 -0200, Otavio Salvador wrote:
> >
> >> I've gave it a try and xserver fails to build here with:
> >>
> >> | checking for XLIB... yes
> >> | checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:
> >> |
> >> | No package 'gl' found
> >> |
> >> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
> >> | installed software in a non-standard prefix.
> >> |
> >> | Alternatively, you may set the environment variables GL_CFLAGS
> >> | and GL_LIBS to avoid the need to call pkg-config.
> >> | See the pkg-config man page for more details.
> >> |
> >> | FATAL: oe_runconf failed
> >> NOTE: Task failed: /home/otavio/hacking/ossystems/oe/tmp/work/oppitz-lx800-ossystems-linux/xserver-xorg-1_1.5.1-r0/temp/log.do_configure.21623
> >> NOTE: package xserver-xorg-1_1.5.1-r0: task do_configure: failed
> >> ERROR: TaskFailed event exception, aborting
> >> NOTE: package xserver-xorg-1.5.1: failed
> >>
> > Hi, I tried a build from scatch of xserver-xorg, found 2 missing
> > dependencies in the tree, but I am unable to repeat this problem.
>
> I fixed it in the branch. It now builds fine in x86. I'd be OK with
> the merging of it if noone objects.
>
Ah excellent, but I'm not sure about your patch, I was trying to keep
the pref-xorg-7.4 file to only list 7.4 release components which mesa is
not one of.
Graeme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-12 8:36 ` Graeme Gregory
@ 2008-11-12 9:08 ` Phil Blundell
0 siblings, 0 replies; 12+ messages in thread
From: Phil Blundell @ 2008-11-12 9:08 UTC (permalink / raw)
To: openembedded-devel
On Wed, 2008-11-12 at 08:36 +0000, Graeme Gregory wrote:
> Ah excellent, but I'm not sure about your patch, I was trying to keep
> the pref-xorg-7.4 file to only list 7.4 release components which mesa is
> not one of.
Sounds like you should fix support for versioned DEPENDS in bitbake. :-}
p.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xorg X11R7.4 updates
2008-11-07 10:40 Xorg X11R7.4 updates Graeme Gregory
2008-11-07 15:38 ` Otavio Salvador
2008-11-08 3:45 ` Otavio Salvador
@ 2008-11-12 15:15 ` Koen Kooi
2 siblings, 0 replies; 12+ messages in thread
From: Koen Kooi @ 2008-11-12 15:15 UTC (permalink / raw)
To: openembedded-devel
On 07-11-2008 11:40, Graeme Gregory wrote:
> Hi, sponsored by Openmoko I have been working on bring Xorg 7.4 to OE. I
> have now reached the point where all the right versions of the packages
> are now in and I have even checked that they compile to the extent I can
> on arm (some are obviously x86 or exotic machine only).
>
> So I would like people with an interest to please review the changes on
> the shared/xorg-7.4-update branch. Especially x86 guys who can actually
> use some of the drivers. Id like to get any problems ironed out now
> ready for merging into OE mainline.
It works great for the platforms I tested it on, so you get my vote for
merging it now.
regards,
Koen
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-11-12 15:17 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07 10:40 Xorg X11R7.4 updates Graeme Gregory
2008-11-07 15:38 ` Otavio Salvador
2008-11-08 3:45 ` Otavio Salvador
2008-11-09 18:53 ` Graeme Gregory
2008-11-10 11:48 ` Otavio Salvador
2008-11-10 17:15 ` Graeme Gregory
2008-11-11 14:27 ` Graeme Gregory
2008-11-12 0:38 ` Otavio Salvador
2008-11-12 2:39 ` Otavio Salvador
2008-11-12 8:36 ` Graeme Gregory
2008-11-12 9:08 ` Phil Blundell
2008-11-12 15:15 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.