On Fri, 2011-03-18 at 21:26 +0100, Andreas Willich wrote:
> Hi
> 
> I am trying to get ginn and uTouch-geis running on Gentoo.
> Compilation was successful, but I have a problem with running the geistest
> app of uTouch-geis.
> 
> When I start it, I only get this message:
> XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server
> ":0.0"
>       after 6 requests (6 known processed) with 0 events remaining.
> 
> After digging in the sources, I found out that when it query for the xcb
> gesture version, the returned sequence number is 0.
> 
> Location of the mentioned call:
> File: libs/xcb/xcb_gesture.c
> Method: xcb_gesture_query_version
> Line: 181
> Code:    xcb_ret.sequence = xcb_send_request(c, XCB_REQUEST_CHECKED,
> xcb_parts + 2, &xcb_req);
> 
> Here I get as return value 0 and so the next call for xcb_wait_for_reply
> fail.
> 
> Any ideas how to fix that or what I am missing?

Do you have the modified evdev plugin for the x.org server, the one
implementing the XCB gesture protocol and containing the grail gesture
recognizer?

-- 
Stephen M. Webb <stephen.w...@canonical.com>
Canonical Ltd.


_______________________________________________
Mailing list: https://launchpad.net/~multi-touch-dev
Post to     : multi-touch-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~multi-touch-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to