[meta-freescale] libGL references libX11?

2016-08-20 Thread Mark Farver
2-ttf generally users FreeType (I think)? I have an app that was written to use SDL2 on X windows to render a GUI, and then used mplayer to superimpose a h264 video on top. I need accelerated video support, and apparently NXP doesn't have XV support in the Vivante X11 driver and probably never will. Is there any way I can use both SDL and a video playback engine to render hardware accelerated video? Thank you Mark Farver -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] libGL references libX11?

2016-08-20 Thread Mark Farver
On Sat, Aug 20, 2016 at 8:40 PM, Mark Farver wrote: > I attempted to make a image based on core-image-weston with the > addition of just libsld2-ttf and it seems to get hung up with libGL > referencing libX11 functions: It seems like libSDL2-ttf has an ability to render fonts using Ope

Re: [meta-freescale] libGL references libX11?

2016-08-23 Thread Mark Farver
On Aug 21, 2016 6:40 PM, "Burton, Ross" wrote: > > So libGL is explicitly GLX, so obviously needs X11. > Yes, removing x11 from DISTRO_FEATURES will remove every trace of X11 from your build (remove your tmp after changing the distro features though). I reduced my DISTRO_CONFIG and libGL is no lo

Re: [meta-freescale] libGL references libX11?

2016-08-23 Thread Mark Farver
On Tue, Aug 23, 2016 at 1:47 PM, Mark Farver wrote: > Now I can build with weston, but weston itself won't start. > > # tail /var/log/weston.log > > [16:11:21.285] Calculating pixman format from: > - type: 0 (aux: 0) > - visual: 2 &

[meta-freescale] U-Boot Verified Boot?

2016-10-11 Thread Mark Farver
It seems like this is less complicated than trying to figure out Secure Boot on the iMX6. Thank you Mark Farver -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] full black screen when gstreamer plays video on Weston.

2016-10-16 Thread Mark Farver
Having an intermittent issue, and I'm not really sure where to turn, or what the solution might be. We have a kiosk that plays a series of videos in a repeating loop via GTK+/Weston and GStreamer. Occasionally in the field the system gets into a mode where every time a video plays (in a window) t

Re: [meta-freescale] full black screen when gstreamer plays video on Weston.

2016-10-17 Thread Mark Farver
u-viv_5.0.11.p8.4+fslc kernel is 4.1.15 The hardware is a custom board, but is closely based off the iMX6 Sabre (DL) Mark Farver -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] full black screen when gstreamer plays video on Weston.

2016-10-17 Thread Mark Farver
off the iMX6 Sabre (DL) Mark Farver -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] Krogath: Weston corrupted double-lined list crash

2016-12-02 Thread Mark Farver
We are running an embedded application written against GTK3 running atop Weston 1.9.0 and we see crashes occasionally with "caught signal: 6 `weston' : corrupted double-linked list (not small): We haven't been able to find a reliable way to trigger the condition, though a new site that is a little

[meta-freescale] Weston video issue after long video playback

2016-12-14 Thread Mark Farver
If our app runs video using gstreamer and the imx gstreamer drivers if works great for about 24-50 hours, then weston gets stuck on a black white or blank black screen. Our app can still be heard playing video, but the screen is not displaying it. Restarting weston will restore the system. Memor

[meta-freescale] Chromium against Wayland on Krogoth?

2016-12-19 Thread Mark Farver
Has anyone successfully run Chromium on Krogoth using Wayland/weston? I'm stuck on the "InitializeSandbox() called with multiple threads in process gpu-process" bug that a lot of people seem to have reported, but I haven't found any good solutions for. # google-chrome [585:585:1211/052605:ERROR:d

Re: [meta-freescale] Chromium against Wayland on Krogoth?

2016-12-19 Thread Mark Farver
Of course the moment I said that I realized I had not tried the "--ignore-gpu-blacklist" option. Now it at least starts. On Mon, Dec 19, 2016 at 4:42 PM, Mark Farver wrote: > Has anyone successfully run Chromium on Krogoth using Wayland/weston? > I'm stuck on the "