xf86-video-wlshm driver doesn't refresh window contents

2012-02-01 Thread nerdopolis
Hi. Another thing I would like to report is that I tried the nested Wayland server for Wayland on my Live CD, and it seems that the contents of the windows do not refresh. The thing is, I can make the apps "do" things, such as closing out the window if I click in the correct reletive area on th

Re: [PATCH 3/3] compositor-drm: add sprite support v5

2012-02-01 Thread Bill Spitzak
Pekka Paalanen wrote: < krh> alternatively, we could just man up and make a surface tree I hope at least one person read my other email. No tree is necessary (besides it would be an directed acyclic graph, not a tree). Wayland can keep a straight list. The compositor is not allowed to rearr

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Tiago Vignatti
On 02/01/2012 04:37 PM, Benjamin Franzke wrote: You mean to start weston and weston-launch (the permission part) seperately? We could do that, but thats of course not that handy, and would produce two problems: - The tty would need to be chowned to the user - The control socket couldn't be p

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Benjamin Franzke
2012/2/1 Tiago Vignatti : > Cool, looks great at first! Thanks for taking over this work. I have some > comments bellow. > > > > On 01/31/2012 09:22 PM, Benjamin Franzke wrote: >> >> weston-launch starts weston and provides mechanism >> for weston to set/drop drm master, open a tty, >> and read inp

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Tiago Vignatti
Cool, looks great at first! Thanks for taking over this work. I have some comments bellow. On 01/31/2012 09:22 PM, Benjamin Franzke wrote: weston-launch starts weston and provides mechanism for weston to set/drop drm master, open a tty, and read input devices without being root. Execution is

Re: [PATCH] configure: add libpng to client libs

2012-02-01 Thread nerdopolis
On Wednesday, February 01, 2012 12:13:58 PM Pekka Paalanen wrote: > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 7bc9881..550bb3c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -117,7 +117,7 @@ AM_CONDITIONAL

Re: [PATCH 1/2] configure: toytoolkit GL apps depend on cairo-egl

2012-02-01 Thread Pekka Paalanen
On Tue, 31 Jan 2012 09:41:35 -0500 Kristian Høgsberg wrote: > On Tue, Jan 31, 2012 at 9:35 AM, Pekka Paalanen wrote: > > Do not build toytoolkit applications that use GL, if Cairo-egl is not > > available. These applications (which happen to be also the full GL > > clients) do not work at all wi

[PATCH] configure: add libpng to client libs

2012-02-01 Thread Pekka Paalanen
http://lists.freedesktop.org/archives/wayland-devel/2012-January/001975.html reports a linking problem: /usr/bin/ld: libtoytoolkit.a(cairo-util.o): undefined reference to symbol 'png_set_filler@@PNG12_0' /usr/bin/ld: note: 'png_set_filler@@PNG12_0' is defined in DSO /usr/lib/i386-linux-gnu/libpng1

Re: [PATCH 3/3] compositor-drm: add sprite support v5

2012-02-01 Thread Pekka Paalanen
On Wed, 01 Feb 2012 08:45:54 +0800 Juan Zhao wrote: > (looking forward to wonderful sprite support in wayland. I have a > question related to fullscreen support here.) > > On Tue, 2012-01-31 at 09:27 -0800, Jesse Barnes wrote: > > Thanks for checking it out... > > > > On Tue, 31 Jan 2012 11:11: