Re: weston-terminal crash

2012-03-16 Thread Bill Spitzak
On 03/16/2012 11:37 AM, Scott Moreau wrote: On Fri, Mar 16, 2012 at 12:34 PM, Bill Spitzak mailto:spit...@gmail.com>> wrote: weston-terminal is apparently crashing after about 12 characters are typed. This is on the same system I had to turn EGL_DEPTH_SIZE off on. I get the followi

[PATCH v2] evdev: use mtdev for multitouch devices

2012-03-16 Thread Tiago Vignatti
mtdev library translates all multitouch based devices to the slotted evdev protocol. It provides an uniform interface for Weston, which eases mt implementation when dealing with a big variety of devices. Weston on drm now directly depends on such library. Signed-off-by: Tiago Vignatti Reviewed-b

Re: [PATCH 2/2] evdev: open in nonblocking mode

2012-03-16 Thread Tiago Vignatti
On 03/15/2012 05:26 AM, Ander Conselvan de Oliveira wrote: On 03/14/2012 08:29 PM, Tiago Vignatti wrote: mtdev exposed an issue in which device fd blocks inside the library freezing Weston: 0x004d696e in mtdev_fetch_event (dev=0x9fe64a8, fd=19, ev=0xbfda3438) 0x004d6a77 in mtdev_get (dev=0x9fe6

Re: Participating in Google Summer of Code 2012

2012-03-16 Thread Tiago Vignatti
On 03/16/2012 04:39 PM, David Herrmann wrote: Hi Tiago On Fri, Mar 16, 2012 at 8:37 PM, Tiago Vignatti wrote: Hi, On 03/16/2012 12:42 PM, Николай Антонов wrote: It's high time to begin discussing application ideas with mentoring organizations. seems Google cut by half the number of ac

Re: Participating in Google Summer of Code 2012

2012-03-16 Thread David Herrmann
Hi Tiago On Fri, Mar 16, 2012 at 8:37 PM, Tiago Vignatti wrote: > Hi, > > > On 03/16/2012 12:42 PM, Николай Антонов wrote: >> >> >> It's high time to begin discussing application ideas with mentoring >> organizations. > > > seems Google cut by half the number of accepted organizations this year:

Re: Participating in Google Summer of Code 2012

2012-03-16 Thread Tiago Vignatti
Hi, On 03/16/2012 12:42 PM, Николай Антонов wrote: It's high time to begin discussing application ideas with mentoring organizations. seems Google cut by half the number of accepted organizations this year: http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2012 and X.Org didn'

Re: weston-terminal crash

2012-03-16 Thread Scott Moreau
On Fri, Mar 16, 2012 at 12:34 PM, Bill Spitzak wrote: > weston-terminal is apparently crashing after about 12 characters are > typed. This is on the same system I had to turn EGL_DEPTH_SIZE off on. I > get the following messages: > > nvfx_screen_get_param:103 - Warning: unknown PIPE_CAP 57 > dis

weston-terminal crash

2012-03-16 Thread Bill Spitzak
weston-terminal is apparently crashing after about 12 characters are typed. This is on the same system I had to turn EGL_DEPTH_SIZE off on. I get the following messages: nvfx_screen_get_param:103 - Warning: unknown PIPE_CAP 57 disconnect from client 0x92c50a8 Error sending request: Broken pipe

Re: Build problems on Ubuntu Natty (11.04)

2012-03-16 Thread Bill Spitzak
Success! Replacing the Quadro FX1100 AGP 8X with a GeForce 6800 AGP card made a working weston in an x11 window, and the clients run. This card uses the NV4A driver (seen in glxinfo) rather than the NV30, though both are the unsupported nvfx code. * It still required removing EGL_DEPTH_SIZE

[PATCH v3] parser: be more picky for integer values

2012-03-16 Thread Tiago Vignatti
It was silently accepting "-i=3", "-i=3/2", "--idle-time=*3" and similar unwanted type of arguments, not changing anything internally; this gives the wrong impression for the user. Now it explicitly warns. Signed-off-by: Tiago Vignatti --- Pekka, I guess now it's alright, please take a look. If i

Re: Participating in Google Summer of Code 2012

2012-03-16 Thread Kai Mast
On 22.02.2012 12:11, Tiago Vignatti wrote: > On 02/21/2012 09:00 PM, Николай Антонов wrote: >> Hello, Wayland developers! >> >> Will you take part in Google Summer of Code 2012? > > definitely. Either under X.Org Foundation or just Wayland itself we're > going to be accepting projects. I am consid

Re: Build problems on Ubuntu Natty (11.04)

2012-03-16 Thread Bill Spitzak
On 03/15/2012 03:51 PM, Daniel Stone wrote: I think it's fair to say this is definitely a nouveau issue for your chipset. My old laptop ran most GL programs fine but trying to run gnome-shell would hardlock my system in about 30 seconds. If you report a bug on nouveau through Bugzilla then you

Re: Participating in Google Summer of Code 2012

2012-03-16 Thread Николай Антонов
Hello, Wayland developers! It's high time to begin discussing application ideas with mentoring organizations. I have several ideas that can improve wayland: - multi-gpu support: I think to do gpu hot-switch will be very difficult, but it's possible to implement running applications on ano

[PATCH 3/3] compositor: properly restore keyboard_focus in notify_keyboard_focus()

2012-03-16 Thread Ander Conselvan de Oliveira
Commit f992b2fc removed the saved keyboard focus logic to fix a crash when the saved surface is destroyed. However, setting keyboard focus to the first surface on the list ends up trying to set the focus to the cursor surface most of the time. The end result is a NULL keyboard focus. This patch re

[PATCH 2/3] compositor: allow multiple input_device_attach()'s with a nil buffer

2012-03-16 Thread Ander Conselvan de Oliveira
Without this change, weston would crash whenever a nil buffer was passed to input_device_attach() if the cursor sprite was not mapped. While at it, change the unmapping code to use weston_surface_unmap(). --- src/compositor.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff -

[PATCH 1/3] compositor-wayland: use image loading code from shared/

2012-03-16 Thread Ander Conselvan de Oliveira
Function weston_load_image() was deleted in f02a649a but the wayland backend was not adapted to the new interface. This probably went unoticed because the prototype for the missing function was not deleted from compositor.h so the backend would compile without warnings. --- src/Makefile.am

Re: Show/HideWayland window

2012-03-16 Thread Andreas Ericsson
On 03/16/2012 05:54 AM, yan.w...@linux.intel.com wrote: > I may destroy (Hide) and re-construct surafce (show) to achieve this > point. But I think we may have 2 reasons to implement show/hide: > 1. It may reduce unnecessary cost when switch frequently. Not really, since "destroy" in this case jus

Re: Build problems on Ubuntu Natty (11.04)

2012-03-16 Thread Pekka Paalanen
On Thu, 15 Mar 2012 21:20:58 -0700 Bill Spitzak wrote: > Well this sounds reassuring. > > Is there any way to get the *newest* Nouveau driver, or is the one in > the Ubuntu repository about as new as I am going to find? You are already using the git Nouveau 3D driver (nvfx in your case), as yo