Gentoo Archives: gentoo-user

From: Francisco Ares <frares@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] xinput_calibrator on ARM (Odroid XU4) refuses to output to xinput
Date: Mon, 18 Dec 2017 18:31:50
Message-Id: CAHH9eM41xtsmbvFa5N=m5dFNQFMctOyO4nAsh9w-dNbxmBBTzA@mail.gmail.com
1 Hi,
2
3 I'm trying to use an eGalax touch screen in this Odroid, using
4 xinput_calibrator like this:
5
6 $DEVICE_NAME=`xinput_calibrator --list | grep "eGalax" | cut -d\" -f2`
7 /usr/bin/xinput_calibrator --misclick 0 --device "$DEVICE_NAME" --output-type
8 xinput
9
10 doesnt work, xinput_calibrator outputs an error after the apparently
11 successful calibration screen:
12
13 ERROR: XorgPrint Calibrator does not support the supplied --output-type
14 Error: unable to apply or save configuration values
15
16 Any hints? Is it expected on an ARM CPU? I use it the same way in a x86
17 machine, and it works perfectly...
18
19 Thanks a lot!
20 Francisco

Replies