Re: Xserver errors

2014-02-11 Thread Tomeu Vizoso
On 7 February 2014 22:21, Bill Spitzak spit...@gmail.com 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

Re: Xserver errors

2014-02-06 Thread Bill Spitzak
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 \

Xserver errors

2014-02-05 Thread Bill Spitzak
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.

Re: Xserver errors

2014-02-05 Thread Jasper St. Pierre
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 spit...@gmail.com wrote: I was wondering if my problem is not something anybody else is seeing. I have Wayland X11 compositor running. This

Re: Xserver errors

2014-02-05 Thread Bill Spitzak
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

Re: Xserver errors

2014-02-05 Thread Jasper St. Pierre
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 just

Re: Xserver errors

2014-02-05 Thread Axel Davy
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

Re: Xserver errors

2014-02-05 Thread Bill Spitzak
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