http://bugs.winehq.org/show_bug.cgi?id=29732 Jeremy Huddleston <jeremyhu(a)freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremyhu(a)freedesktop.org --- Comment #6 from Jeremy Huddleston <jeremyhu(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.