Re: Problems with the newest wayland git

2012-11-19 Thread Bill Spitzak
Compiling weston with --with-cairo-glesv2 makes no difference. The following is printed by configure for weston: checking for CAIRO_EGL... no configure: WARNING: clients will use cairo image, cairo-egl not used because No package 'cairo-egl' found No package 'cairo-glesv2' found Perhaps somet

Re: Problems with the newest wayland git

2012-11-19 Thread John Kåre Alsaker
On Mon, Nov 19, 2012 at 9:05 PM, Bill Spitzak wrote: > > > John Kåre Alsaker wrote: >> >> On Mon, Nov 19, 2012 at 8:32 PM, Bill Spitzak wrote: >>> >>> Can somebody explain why compiling weston with the switch >>> "--with-cairo-glesv2" would perhaps fix the weston clients (I am not at >>> my >>> m

Re: Problems with the newest wayland git

2012-11-19 Thread Bill Spitzak
John Kåre Alsaker wrote: On Mon, Nov 19, 2012 at 8:32 PM, Bill Spitzak wrote: Can somebody explain why compiling weston with the switch "--with-cairo-glesv2" would perhaps fix the weston clients (I am not at my machine to try this so I don't know if it does). Doesn't that switch *make* it use

Re: Problems with the newest wayland git

2012-11-19 Thread John Kåre Alsaker
On Mon, Nov 19, 2012 at 8:32 PM, Bill Spitzak wrote: > Can somebody explain why compiling weston with the switch > "--with-cairo-glesv2" would perhaps fix the weston clients (I am not at my > machine to try this so I don't know if it does). Doesn't that switch *make* > it use EGL rather than havin

Re: Problems with the newest wayland git

2012-11-19 Thread Bill Spitzak
Can somebody explain why compiling weston with the switch "--with-cairo-glesv2" would perhaps fix the weston clients (I am not at my machine to try this so I don't know if it does). Doesn't that switch *make* it use EGL rather than having cairo write to the image buffer? Bill Spitzak wrote: S

Re: Problems with the newest wayland git

2012-11-19 Thread Bill Spitzak
Scott Moreau wrote: I believe all open drivers should work with drm at this point. There was a nouveau kernel module bug that was recently fixed. The report can be found here https://bugs.freedesktop.org/show_bug.cgi?id=54576 Nouveau has a bug that makes x11-compositor very very slow (event-r

Re: Problems with the newest wayland git

2012-11-19 Thread Scott Moreau
On Mon, Nov 19, 2012 at 12:00 PM, Bill Spitzak wrote: > Pekka Paalanen wrote: > > There have been complaints, that current Mesa does not work for >> software rendering in the Wayland stack, but I don't really know >> about that. It seems to be an uninteresting topic for Wayland devs >> (me inclu

Re: Problems with the newest wayland git

2012-11-19 Thread Bill Spitzak
Pekka Paalanen wrote: There have been complaints, that current Mesa does not work for software rendering in the Wayland stack, but I don't really know about that. It seems to be an uninteresting topic for Wayland devs (me included). It does sound like https://bugs.freedesktop.org/show_bug.cgi?

Re: Problems with the newest wayland git

2012-11-17 Thread Pekka Paalanen
On Fri, 16 Nov 2012 14:11:49 -0800 Bill Spitzak wrote: > Pekka Paalanen wrote: > > Which 3D driver are you using? > > This is running the x11-compositor on the nvidea x11 driver on a rather > old nvidia graphics card. So far this has been the most successful setup > for me, I used noveau for a

Re: Problems with the newest wayland git

2012-11-16 Thread Bill Spitzak
If this does not sound like a known problem, I can get some stack and message dumps of the programs as they fail and try to debug it. Pekka Paalanen wrote: On Thu, 15 Nov 2012 23:35:57 -0800 Bill Spitzak wrote: This is not working very well for me. Most things point to EGL not working, but t

Re: Problems with the newest wayland git

2012-11-16 Thread Bill Spitzak
Pekka Paalanen wrote: On Thu, 15 Nov 2012 23:35:57 -0800 Bill Spitzak wrote: This is not working very well for me. Most things point to EGL not working, but there are some strange problems. What did you update first before you noticed it broke? I updated and recompiled all of wayland, me

Re: Problems with the newest wayland git

2012-11-16 Thread Pekka Paalanen
On Thu, 15 Nov 2012 23:35:57 -0800 Bill Spitzak wrote: > This is not working very well for me. Most things point to EGL not > working, but there are some strange problems. What did you update first before you noticed it broke? Are you sure you do not have any outdated weston components lying a

Problems with the newest wayland git

2012-11-15 Thread Bill Spitzak
This is not working very well for me. Most things point to EGL not working, but there are some strange problems. I am running the x11-compositor. This opens and displays the blue window with the red titlebar and icons on the top. I think it tries to run weston-terminal and that fails. Almost