Re: Inputs

2012-06-10 Thread Pekka Paalanen
On Tue, 5 Jun 2012 07:23:38 -0700 (PDT) Claudiu Lupu wrote: > Hello, > > I have a question regarding the compositor and keyboard/mouse inputs and > surfaces. I have set some surfaces that I am manipulating using the > ivi-shell. I have another surface that is a virtual keyboard. When I press a

Re: Inputs

2012-06-10 Thread Scott Moreau
There's no need to send your message twice. Once is enough. Thanks, Scott ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: weston-desktop-shell failing

2012-06-10 Thread Bill Spitzak
Never mind, I found it. There is one in the weston git repository On 06/10/2012 10:36 PM, Bill Spitzak wrote: Is there an example wayland.ini file? I tried a blank one and it did not fix this. On 06/10/2012 11:17 AM, Rafał Mielniczuk wrote: I had simillar problem and the thing that crashed wa

Re: weston-desktop-shell failing

2012-06-10 Thread Scott Moreau
Yes there is Bill, it's included with weston sources. You can find it in the weston source directory, or here http://cgit.freedesktop.org/wayland/weston/tree/weston.ini Scott ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://list

Inputs

2012-06-10 Thread Claudiu Lupu
Hello, I have a question regarding the compositor and keyboard/mouse inputs and surfaces. I have set some surfaces that I am manipulating using the ivi-shell. I have another surface that is a virtual keyboard. When I press a button on the surface a virtual keyboard driver is sending keyboard

Re: weston-desktop-shell failing

2012-06-10 Thread Bill Spitzak
Is there an example wayland.ini file? I tried a blank one and it did not fix this. On 06/10/2012 11:17 AM, Rafał Mielniczuk wrote: I had simillar problem and the thing that crashed was the clock in the desktop-shell. I didn't have weston.ini and clock was not created, which caused segfault of

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Simon Hong
I just added --disable-wcap-tools for weston. You did better method. :) On Mon, Jun 11, 2012 at 12:04 PM, Xiong Jiang wrote: > I changed this line in wcap/Makefile and it compiles fine now. > > wcap_decode_CFLAGS = -pthread $(WCAP_CFLAGS) > > On Sun, Jun 10, 2012 at 7:58 PM, Xiong Jiang wrote:

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
I changed this line in wcap/Makefile and it compiles fine now. wcap_decode_CFLAGS = -pthread $(WCAP_CFLAGS) On Sun, Jun 10, 2012 at 7:58 PM, Xiong Jiang wrote: > Got error when linking weston: > >  CCLD   wcap-decode > /home/jxiong/install/lib/libvpx.a(onyx_if.c.o): In function > `vp8_change_co

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
Got error when linking weston: CCLD wcap-decode /home/jxiong/install/lib/libvpx.a(onyx_if.c.o): In function `vp8_change_config': (.text+0x1c1a): undefined reference to `sem_wait' /home/jxiong/install/lib/libvpx.a(onyx_if.c.o): In function `vp8_loopfilter_frame': (.text+0x323a): undefined refer

RE: [PATCH 0/4] add resize support for wl_surface damage

2012-06-10 Thread Zhao, Halley
Hi Kristian: I had a short talk with pq in IRC, he think scaling is a fundamental change to wayland core protocol, it impacts the coordinate system of wl_surface. Your feedback is required to move it on. First of first, do you think resize should happen for wayland server(Weston)? Then, if yes, w

[PATCH 3/3] compositor-android.c: Add missing include log.h

2012-06-10 Thread Martin Minarik
Due to missing include, the messages from compositor-android are not processed. Thanks to collegue for reminding of this issue. --- src/compositor-android.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/compositor-android.c b/src/compositor-android.c index 76b0ff1..

[PATCH 2/3] Log: Remove date from timestamp, log it only once.

2012-06-10 Thread Martin Minarik
This patch may be useful, the timestamp with date seems too long. --- src/log.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/log.c b/src/log.c index a111cf8..0452e65 100644 --- a/src/log.c +++ b/src/log.c @@ -34,6 +34,8 @@ static FILE *weston_logfile

[PATCH 1/3] compositor: Print uname information to log

2012-06-10 Thread Martin Minarik
It is useful to have relevant information about the host system. Example: [..] OS: Linux, 3.0.0-13-generic, #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011, i686 --- src/compositor.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/compositor.c b/src/composit

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Xiong Jiang
Thanks. I was following the build instruction. Yesterday I was trying it on Ubuntu 11.4 and found one lib package is too old. So dist-upgraded to 12.04 and compiles again now. Hopefully have all dependent libs now. Also it is so important that do a clean build after tool chain and everything is u

Re: weston-desktop-shell failing

2012-06-10 Thread Rafał Mielniczuk
On 10.06.2012 19:00, Bill Spitzak wrote: In the newest git version, running under X11 without sudo, it no longer runs weston-desktop-shell. It tries 5 times and then gives up. Other clients such as the terminal works, but they are atop a black background that is never erased as you move windows

RE: [wayland-devel] cannot execute weston

2012-06-10 Thread souvik.datta
Hello Simon, I have managed to install wayland successfully on Ubuntu 11.10 although there are some issues like gtk applications are not able to find cursors. I am able to run programs like simple_egl running with wayland backend and Weston running with DRM backend. It also runs fine from with

weston-desktop-shell failing

2012-06-10 Thread Bill Spitzak
In the newest git version, running under X11 without sudo, it no longer runs weston-desktop-shell. It tries 5 times and then gives up. Other clients such as the terminal works, but they are atop a black background that is never erased as you move windows around. Running with debug produces the

Re: [wayland-devel] cannot execute weston

2012-06-10 Thread Simon Hong
I can run weston. But compositor window shows only black background with no cursor. When I run terminal, nothing happened in the compositor window. Please see my log below. Thank you. simon@cr-dev:~/Projects/wayland/wayland-cint/install/bin$ simon@cr-dev:~/Projects/wayland/wayland-cint/install/bi

[wayland-devel] cannot execute weston

2012-06-10 Thread Simon Hong
Dear folks, When I run weston, I got the messages. I don't know the meaning failed to open nouveau. In the search path, nouveau_dri.so is existed. I copied it from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so. dri device file is existed in /dev/dri/card0 Out from "cat /proc/fb" is "0 nouveaufb".

Re: Which distro/version is better for compiling Wayland?

2012-06-10 Thread Simon Hong
I built on ubuntu 12.04. You can build more easier. Refer to below message. http://lists.freedesktop.org/archives/wayland-devel/2012-April/002916.html On Sun, Jun 10, 2012 at 3:22 PM, Scott Moreau wrote: > > > On Sat, Jun 9, 2012 at 10:56 PM, Xiong Jiang wrote: > >> To compile cairo with GL e