Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-12-09 Thread Burton, Ross
On 9 December 2013 10:56, Somasekhar Reddy Mallireddigari -ERS, HCL
Tech  wrote:
> [14:34:50,497] fatal: failed to create compositorte ioctl for device

I've never seen that error when starting Weston, but I've not used
that BSP (nor can I look at it) and I've not got that hardware.

I recommend approaching Wayland engineers to debug this.

Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-12-09 Thread Somasekhar Reddy Mallireddigari -ERS, HCL Tech
Hi Darren Hart/ Ross,



We are using "meta-baytrail-dylan-beta" BSP. README file attached for more 
details.



We tried with minimal image with wayland enabled and we are getting following 
error.



sh-4.2# weston

[14:34:50,473] weston 1.0.6

   http://wayland.freedesktop.org/

   Bug reports to: 
https://bugs.freedesktop.org/enter_bug.cgi?product=wayland&component=weston&version=1.0.6

   Build: 1.0.5-26-g5e01124-dirty configure.ac: Bump 
version to 1.0.6 (2013-03-22 10:53:14 -0400)

[14:34:50,473] OS: Linux, 3.8.0-yocto-standard, #1 SMP PREEMPT Thu Nov 28 
14:02:21 IST 2013, i686

[14:34:50,473] Loading modules '/usr/lib/weston/drm-backend.so'

[14:34:50,479] initializing drm backend

[14:34:50,497] fatal: failed to create compositorte ioctl for device

sh-4.2#



Regards,

Somasekhar



-Original Message-
From: Darren Hart [mailto:dvh...@linux.intel.com]
Sent: Thursday, December 05, 2013 2:08 AM
To: Burton, Ross
Cc: Somasekhar Reddy Mallireddigari -ERS, HCL Tech; meta-intel@yoctoproject.org
Subject: Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform



On Fri, 2013-11-29 at 10:38 +, Burton, Ross wrote:

> On 29 November 2013 08:06, Somasekhar Reddy Mallireddigari -ERS, HCL

> Tech mailto:somasekha...@hcl.com>> wrote:

> > We are trying to enable the Weston in image. We are building the

> > “baytrail32-noemgd” image.

> >

> > We followed https://wiki.yoctoproject.org/wiki/Wayland

> >

> >

> > When we try to launch Weston. We are getting errors (screen shot attached).

>

> No screenshot is attached, and it's more useful to redirect the errors

> to a file so you can include them in the email as text instead of a

> screenshot.

>

> Note that by using -noemgd you'll have almost zero GPU acceleration,

> and as far as I'm aware nobody has tested the gma500 driver with

> Weston.



Note that gma500 is not used for Bay Trail boards as they use a Gen7 Intel 
Graphics driver.



Which BSP are you using specifically?



--

Darren Hart

Intel Open Source Technology Center

Yocto Project - Linux Kernel






::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.




README
Description: README
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-12-04 Thread Darren Hart
On Fri, 2013-11-29 at 10:38 +, Burton, Ross wrote:
> On 29 November 2013 08:06, Somasekhar Reddy Mallireddigari -ERS, HCL
> Tech  wrote:
> > We are trying to enable the Weston in image. We are building the
> > “baytrail32-noemgd” image.
> >
> > We followed https://wiki.yoctoproject.org/wiki/Wayland
> >
> >
> > When we try to launch Weston. We are getting errors (screen shot attached).
> 
> No screenshot is attached, and it's more useful to redirect the errors
> to a file so you can include them in the email as text instead of a
> screenshot.
> 
> Note that by using -noemgd you'll have almost zero GPU acceleration,
> and as far as I'm aware nobody has tested the gma500 driver with
> Weston.

Note that gma500 is not used for Bay Trail boards as they use a Gen7
Intel Graphics driver.

Which BSP are you using specifically?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-12-02 Thread Burton, Ross
On 2 December 2013 06:09, Somasekhar Reddy Mallireddigari -ERS, HCL
Tech  wrote:
> [06:37:12,675] Loading modules '/usr/lib/weston/x11-backend.so'
>
> [06:37:12,680] initializing x11 backend
>
> libEGL warning: DRI2: failed to authenticate
>
> libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri)
>
> libEGL warning: GLX: failed to load GLX
>
> [06:37:12,682] failed to initialize display

Note that it's using the X11 backend.  Are you trying to run Weston
inside X, or do you mean to run it outside of X?  I'm guessing that
your baytrail-noemgd distro is broken, as that should mean it uses
xf86-video-intel with full GL support.

Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-12-01 Thread Somasekhar Reddy Mallireddigari -ERS, HCL Tech
Ross,



Here is the error log.



sh-4.2# weston

Date: 2013-11-29 UTC

[06:37:12,674] weston 1.0.6

   http://wayland.freedesktop.org/

   Bug reports to: 
https://bugs.freedesktop.org/enter_bug.cgi?product=wayland&component=weston&version=1.0.6

   Build: 1.0.5-26-g5e01124-dirty configure.ac: Bump 
version to 1.0.6 (2013-03-22 10:53:14 -0400)

[06:37:12,675] OS: Linux, 3.8.0-yocto-standard, #1 SMP PREEMPT Thu Nov 28 
14:02:21 IST 2013, i686

[06:37:12,675] Loading modules '/usr/lib/weston/x11-backend.so'

[06:37:12,680] initializing x11 backend

libEGL warning: DRI2: failed to authenticate

libEGL warning: DRI2: failed to open swrast (search paths /usr/lib/dri)

libEGL warning: GLX: failed to load GLX

[06:37:12,682] failed to initialize display

[06:37:12,682] fatal: failed to create compositor

sh-4.2#





Regards,

Somasekhar



-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Friday, November 29, 2013 4:09 PM
To: Somasekhar Reddy Mallireddigari -ERS, HCL Tech
Cc: meta-intel@yoctoproject.org
Subject: Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform



On 29 November 2013 08:06, Somasekhar Reddy Mallireddigari -ERS, HCL Tech 
mailto:somasekha...@hcl.com>> wrote:

> We are trying to enable the Weston in image. We are building the

> “baytrail32-noemgd” image.

>

> We followed https://wiki.yoctoproject.org/wiki/Wayland

>

>

> When we try to launch Weston. We are getting errors (screen shot attached).



No screenshot is attached, and it's more useful to redirect the errors to a 
file so you can include them in the email as text instead of a screenshot.



Note that by using -noemgd you'll have almost zero GPU acceleration, and as far 
as I'm aware nobody has tested the gma500 driver with Weston.



Ross


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-11-29 Thread Burton, Ross
On 29 November 2013 08:06, Somasekhar Reddy Mallireddigari -ERS, HCL
Tech  wrote:
> We are trying to enable the Weston in image. We are building the
> “baytrail32-noemgd” image.
>
> We followed https://wiki.yoctoproject.org/wiki/Wayland
>
>
> When we try to launch Weston. We are getting errors (screen shot attached).

No screenshot is attached, and it's more useful to redirect the errors
to a file so you can include them in the email as text instead of a
screenshot.

Note that by using -noemgd you'll have almost zero GPU acceleration,
and as far as I'm aware nobody has tested the gma500 driver with
Weston.

Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] Enable Wayland in an image - Intel baytaril platform

2013-11-29 Thread Somasekhar Reddy Mallireddigari -ERS, HCL Tech
Hi,

We are trying to enable the Weston in image. We are building the 
"baytrail32-noemgd" image.

We followed https://wiki.yoctoproject.org/wiki/Wayland

When we try to launch Weston. We are getting errors (screen shot attached).

Do we need to include /change anything in the build ?
Regards,
Somasekhar



::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel