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
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
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
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
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:
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'
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 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
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
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
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
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
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
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
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 -
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
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
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
18 matches
Mail list logo