xinput_calibrator icon indicating copy to clipboard operation
xinput_calibrator copied to clipboard

A generic touchscreen calibration program for X.Org

Results 48 xinput_calibrator issues
Sort by recently updated
recently updated
newest added

Hello, I am very much a noob to the world of code so I apologize if this is an obvious question. I git cloned the code and follow the build...

Hi, I have stumbled across a bug where the calibration values are wrong when the axes are swapped. I'm not sure if this is the right way to fix this,...

Was looking at some code that parsed the X calibration info out of the output, and discovered that there's actually an `--output-file` option in the code (and the `--help`) but...

libinput is replacing the old evdev interface in Xorg. Unfortunately this is not handled very wheel by xinput_calibrator. This pull request, adds support for libinput. So xinput_calibrator is able to...

Found with libc++ Upstream-Status: Pending Signed-off-by: Khem Raj

this output is not supported anymore "XorgPrint Calibrator does not support the supplied --output-type" this file: xinput_calibrator/scripts/xinput_calibrator_pointercal.sh and help --output-type : type of config to ouput (auto=automatically detect, default: auto)...

I have a 21.5" LED Touch Monitor with usb touchpanel ``` ID 0eef:0001 D-WAV Scientific Co., Ltd eGalax TouchScreen ``` I tried to install and configure it in Ubuntu Linux...

I made some minor changes utilizing C++11 in xinput_calibrator. Apart from utilizing unique_ptrs in tester.cpp no changes to the logic of the program occurred.