On 7 February 2014 22:21, Bill Spitzak wrote:
> Okay, recompiling the newest xserver and mesa, and removing the "gallium"
> driver from mesa, has helped a *little*.
>
> X windows now show their correct contents initially, and redraw immediately
> in response to events.
>
> However the graphics are
Okay, recompiling the newest xserver and mesa, and removing the
"gallium" driver from mesa, has helped a *little*.
X windows now show their correct contents initially, and redraw
immediately in response to events.
However the graphics are still as screwed up as before, with all the
window ed
Got it a little further, but now wayland does not run at all.
I was able to compile mesa with the following (adding
--with-dri-drivers= --disable-dri3):
./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \
--with-egl-platforms=wayland,x11,drm --enable-gbm \
--enable-sh
Not having any luck getting the new xserver compiled.
It seems to require a newer mesa (due to missing symbols like
__DRI_ATTRIB_FLOAT) but I can't get that to compile. Mesa configure
fails with this:
./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl
--with-egl-platforms=waylan
Your bug is likely to be coming from the combination old XWayland/
recent Weston.
Try with main xwayland branch and xf86-video-wayland (forget about the
outdated things you built)
Xwayland is divided in two parts: the Xwayland window manager (weston)
and ... Xwayland (in the Xserver)
Axel
You want to be using the "xwayland" branch of Xorg, not "xwayland-1.12".
That explains why everything was showing up black: xwayland-1.12 is almost
a year old, and Weston doesn't work with it anymore.
Make sure to build xf86-video-wayland, and uninstall xf86-video-wlshm.
wlshm is old. You should j
On 02/05/2014 09:21 AM, Jasper St. Pierre wrote:
What compositor are you using
The X11 compositor you get when you run wayland under X.
My X system is stock Ubuntu running Unity, though I suspect that has
little to do with it.
and how did you build Xwayland?
There is "xwayland" inside we
What compositor are you using, and how did you build Xwayland? Did you
build xf86-video-wayland as well?
On Wed, Feb 5, 2014 at 12:18 PM, Bill Spitzak wrote:
> I was wondering if my problem is not something anybody else is seeing.
>
> I have Wayland X11 compositor running. This is on an Nvidia
I was wondering if my problem is not something anybody else is seeing.
I have Wayland X11 compositor running. This is on an Nvidia card with
Nvidia drivers and therefore only SHM clients work. All other Wayland
apps either work correctly or they fail immediately because they require
EGL.
All