Open jefflasslett opened 11 years ago
I've also fixed a few problems with the calibrator now. Calibrates properly when axes swapping is required. I've removed some code duplication too.
Thanks, I have to look into the fix in more detail.
The problem is that the behaviour of the evdev driver changed, so depending on your evdev version you will either fix or break it...
Can you tell me what version of evdev you are running? Thanks
Hi Tias,
Sorry for the late reply. Here's an excerpt from my /var/log/Xorg.0.log:
14.544 Module evdev: vendor="X.Org Foundation" [ 14.544] compiled for 1.13.0, module version = 2.7.3 [ 14.544] Module class: X.Org XInput Driver [ 14.544] ABI class: X.Org XInput driver, version 18.0
Looks like 2.7.3
Cheers, Jeff
On 8 February 2013 07:41, Tias Guns notifications@github.com wrote:
Can you tell me what version of evdev you are running? Thanks
— Reply to this email directly or view it on GitHubhttps://github.com/tias/xinput_calibrator/pull/45#issuecomment-13258409.
--no-timeout seemed to only prevent the display of the timeout progress indicator. It didn't actually prevent the timeout.
Also eliminated some compiler warnings.