← Back to team overview

multi-touch-dev team mailing list archive

Running ginn and uTouch-geis on Gentoo

 

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?

Thanks
  Andreas

Follow ups