Re: [E-devel] Compiling/Running Wayland.

2019-09-25 Thread The Rasterman
On Tue, 24 Sep 2019 23:53:52 -0500 Matthew Kolar said: > Ah, > > On some further research it looks like elput is an alternative backend > to inputd?  That's what this old news release would seem to indicate: > https://www.enlightenment.org/news/efl-1.18.0 > > I looked for it in meson_options.

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread Matthew Kolar
Ah, On some further research it looks like elput is an alternative backend to inputd?  That's what this old news release would seem to indicate: https://www.enlightenment.org/news/efl-1.18.0 I looked for it in meson_options.txt in both efl and enlightenment packages and could not find a refe

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread The Rasterman
On Tue, 24 Sep 2019 19:11:50 -0500 Matthew Kolar said: > Ok! > > The dlopen error has been resolved by recompiling targeting > opengl-es/egl, but I'm gettting another error now: > > ESTART: 2.10681 [0.00085] - Compositor Init > Enlightenment cannot initialize X Connection... > LOAD WL_WL MODUL

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread Matthew Kolar
Ok! The dlopen error has been resolved by recompiling targeting opengl-es/egl, but I'm gettting another error now: ESTART: 2.10681 [0.00085] - Compositor Init Enlightenment cannot initialize X Connection... LOAD WL_WL MODULE Could not create wayland canvas LOAD WL_X11 MODULE X11 connect failed

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread The Rasterman
On Tue, 24 Sep 2019 11:47:43 -0500 Matthew Kolar said: this:     libGL.so.1 => /usr/lib64/libGL.so.1 (0x7f1e2d0c) did you not enable gles. full opengl is not supported other than in x11 (and osx)? i actually just switched the default to gl-es because people keep forgetting to switch

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread Matthew Kolar
Raster, Here is some relevant console output: bash-5.0$ ldd /usr/lib64/evas/modules/engines/gl_drm/v-1.23/module.so     linux-vdso.so.1 (0x7fffd23fe000)     libeina.so.1 => /usr/lib64/libeina.so.1 (0x7f1e2d4c)     libevas.so.1 => /usr/lib64/libevas.so.1 (0x7f1e2d1f100

Re: [E-devel] Compiling/Running Wayland.

2019-09-24 Thread The Rasterman
On Mon, 23 Sep 2019 23:17:25 -0500 Matthew Kolar said: > Ok, > > After doing some checking myself, it looks like a mesa bit, so I'm going > to post a link to my slackbuild with the meson options I compiled mesa with. > > https://pastebin.com/y4PJjyqx > > The only thing I can see that would ca

Re: [E-devel] Compiling/Running Wayland.

2019-09-23 Thread Matthew Kolar
Ok, After doing some checking myself, it looks like a mesa bit, so I'm going to post a link to my slackbuild with the meson options I compiled mesa with. https://pastebin.com/y4PJjyqx The only thing I can see that would cause things to go amiss is " -Dgles1=false " But I'm skeptical, as "-Dg

Re: [E-devel] Compiling/Running Wayland.

2019-09-23 Thread Matthew Kolar
Raster, Ok, so what is the offending package? wayland-egl or mesa? Brokenshakles On 9/23/19 6:52 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 23 Sep 2019 10:30:01 -0500 Matthew Kolar said: did you pass E_WL_FORCE=1 s an env var? don't do that. tbat's not needed at all. don't set that.

Re: [E-devel] Compiling/Running Wayland.

2019-09-23 Thread The Rasterman
On Mon, 23 Sep 2019 10:30:01 -0500 Matthew Kolar said: did you pass E_WL_FORCE=1 s an env var? don't do that. tbat's not needed at all. don't set that. it's meant to be used to force a specific rendering engine. just don't pass that env var and it should be better. that's what the wl_1 issue is.

Re: [E-devel] Compiling/Running Wayland.

2019-09-23 Thread Matthew Kolar
Dh, Here you go: bash-5.0$ ldd /usr/lib64/evas/modules/engines/gl_drm/v-1.23/module.so     linux-vdso.so.1 (0x7ffc37bda000)     libeina.so.1 => /usr/lib64/libeina.so.1 (0x7f05c70c)     libevas.so.1 => /usr/lib64/libevas.so.1 (0x7f05c6df1000)     libecore.so.1 => /

Re: [E-devel] Compiling/Running Wayland.

2019-09-23 Thread Christopher Michael
On 9/23/19 11:30 AM, Matthew Kolar wrote: Hello everyone, if you have been on IRC recently, you know that I have been trying to get E-Wayland running on Slackware64. So far, things have been going well, most everything is compiled, but when I try to run wayland via enlighte