http://bugs.winehq.org/show_bug.cgi?id=29732
Jeremy Huddleston jeremyhu@freedesktop.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremyhu@freedesktop.org
--- Comment #6 from Jeremy Huddleston jeremyhu@freedesktop.org 2012-01-31 04:24:21 CST --- No. As you can see by his comment above, the server does support Xi2. Your log messages are in error. Your enable_xinput2 bails out leaving enable_xinput2 due to this code:
if (class->mode == XIModeAbsolute) { TRACE( "Device %u (%s) class %u num %u %f,%f res %u is absolute, not enabling XInput2\n", devices[i].deviceid, debugstr_a(devices[i].name), j, class->number, class->min, class->max, class->resolution ); goto done; }
So you should (1) fix your warnings to be more accurate and (2) work with XIModeAbsolute