Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Bill Spitzak
Oddly enough it was working on my old 10.04 system. You would think things would get better, not worse. I am under the impression that if I do this, I can go back to the nvidia driver as well? Philipp Brüschweiler wrote: I'm on nouveau as well. The drm backend has never worked for me. On We

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Philipp Brüschweiler
I'm on nouveau as well. The drm backend has never worked for me. On Wed, Jul 25, 2012 at 9:51 AM, Scott Moreau wrote: > On Wed, Jul 25, 2012 at 1:39 AM, Philipp Brüschweiler > wrote: >> >> I had the same problem. Enabling gallium-egl fixed it: >> >> On the mesa autogen.sh line (line 322) replace

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Scott Moreau
On Wed, Jul 25, 2012 at 1:39 AM, Philipp Brüschweiler wrote: > I had the same problem. Enabling gallium-egl fixed it: > > On the mesa autogen.sh line (line 322) replace '--disable-gallium-egl' > by '--enable-gallium-egl' > > Cheers, > Philipp > > Using which driver? Does drm backend work? Scott

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Scott Moreau
> > xwayland failed to build: > > checking for SHA1 implementation... configure: error: No suitable SHA1 > implementation found > > I disabled xwayland, though I am interested in it. > You might need to install openssl development package for your distro. > > I then tried to run wayland and (aft

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Tiago Vignatti
On 07/25/2012 09:25 AM, Bill Spitzak wrote: xwayland failed to build: checking for SHA1 implementation... configure: error: No suitable SHA1 implementation found I'm using gcrypt in my system ('sudo apt-get install libgcrypt11-dev'). But X does let you choose among a bunch of SHA1 libraries.

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Philipp Brüschweiler
I had the same problem. Enabling gallium-egl fixed it: On the mesa autogen.sh line (line 322) replace '--disable-gallium-egl' by '--enable-gallium-egl' Cheers, Philipp On Wed, Jul 25, 2012 at 8:25 AM, Bill Spitzak wrote: > On 07/24/2012 09:46 PM, Bill Spitzak wrote: > >>> You took the script th

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-25 Thread Bill Spitzak
On 07/24/2012 09:46 PM, Bill Spitzak wrote: You took the script that checks out the 0.85 version of wayland and weston, which is 5 months old. Before, you were using master. doh! Thank you! The web page was not very clear on that, but it is pretty obvious from the script itself. Okay, I used

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Bill Spitzak
On 07/24/2012 01:42 PM, Pekka Paalanen wrote: On Tue, 24 Jul 2012 13:10:33 -0700 Bill Spitzak wrote: As suggested I updated my machine to Ubuntu 12.04, then cleared out all of Wayland and built again, using the wayland build script here (edited to assume the current directory is the source, I

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread darxus
On 07/24, Scott Moreau wrote: >On Tue, Jul 24, 2012 at 2:10 PM, Bill Spitzak <[1]spit...@gmail.com> >wrote: > > http://www.chaosreigns.com/wayland/buildscript/dl/wayland-build-0.85.sh >Did you even try? Please try to be less negative. > �3. The clickdot demo has vanished, inclu

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Pekka Paalanen
On Tue, 24 Jul 2012 13:10:33 -0700 Bill Spitzak wrote: > As suggested I updated my machine to Ubuntu 12.04, then cleared out all > of Wayland and built again, using the wayland build script here (edited > to assume the current directory is the source, I don't know why he keeps > changing this)

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Scott Moreau
On Tue, Jul 24, 2012 at 2:10 PM, Bill Spitzak wrote: > As suggested I updated my machine to Ubuntu 12.04, then cleared out all of > Wayland and built again, using the wayland build script here (edited to > assume the current directory is the source, I don't know why he keeps > changing this): > >

Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread Bill Spitzak
As suggested I updated my machine to Ubuntu 12.04, then cleared out all of Wayland and built again, using the wayland build script here (edited to assume the current directory is the source, I don't know why he keeps changing this): http://www.chaosreigns.com/wayland/buildscript/dl/wayland-bu