Re: How to emulate right-click with evdev + touchscreen

2010-09-18 Thread Tias
ow to approach this in case you have no clue how to start. (I've never gotten to it though) Kind regards, Tias 於 2010年09月17日 14:09, Peter Hutterer 提到: On Tue, Sep 14, 2010 at 12:08:18PM +0800, Hong Liu wrote: Is there an option in evdev to emulate right-click, or how to emulate it

Re: way to detect to xserver-xorg version

2010-08-16 Thread Tias
On 08/16/2010 07:55 AM, Eirik Byrkjeflot Anonsen wrote: Tias writes: Hey, In my program, I want to check that the xserver-xorg version is>= 1.8.0. What way to do this is advised: At runtime using XVendorRelease(), or do there exist different releases with inconsistent numbering ?

way to detect to xserver-xorg version

2010-08-14 Thread Tias
sion I provided, and always sets FOO=bar. Thanks, Tias ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

[ANNOUNCE] xinput_calibrator 0.7.0

2010-08-04 Thread Tias
New release with mis-click detection and better packaging support. Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator Package metadata for .deb and .rpm provided in the 'debian' and 'rpm' branch on http://github.com/tias/xinput_calibrator xinput_calibrat

Re: Which driver for Elo touchscreen and recent versions of Xorg?

2010-07-05 Thread Tias
ttach' tool for this (sometimes confusingly distributed as part of the 'joystick' package). Kind regards, Tias ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: Desperately need the elographics input driver back.

2010-06-02 Thread Tias
o be shipped by your distribution, perhaps in the joystick package) run it with --help for more information. Kind regards, Tias ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.

getting device path or sysfs name of input device

2010-05-09 Thread Tias
plied when the program is run. I'm currently convinced that the cleanest way to do this would be to create a udev rule that supplies the right x11_options when the hardware is plugged in (or on boot, or X restart etc.) [see http://wiki.github.com/tias/xinput_calibrator/making-calibrat

Re: Panasonic CF-18 / touchscreen / evdev / calibration issue

2010-03-22 Thread Tias
John R. wrote: On 03/18/10 09:18, Tias wrote: Not sure, perhaps your starting calibration gives you a false start, leading to a wrong calibration ? OK...I gout rid of that from xorg,conf: Section "InputDevice" Identifier "Touchscreen" Driver "evde

[announce] xinput calibrator v0.6.1

2010-03-21 Thread Tias
detection: non-master device with axis valuators, in absolute mode and at least two calibratable axes. (reported by Sam Lin, Eric Drechsel) * Require libtool in configure.ac * fix miny and maxx printing order for UDEV and HAL (Mario Domenech Goulart) Kind regards, Tias

Re: Panasonic CF-18 / touchscreen / evdev / calibration issue

2010-03-18 Thread Tias
en" "Evdev Axis Calibration" 32 0 1000 0 1000 If that does not help, then we should figure out why you get different calibration results with different runs. Try running running the calibrator a few times starting with the same base calibration values (eg 0 1000 0 1000) and check by adding the -v flag what clicks are registered and what calibraton is calculated. This will at least show if the problem is on the calibration part or somewhere below : ) Kind regards, Tias ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Remapping Synaptics Touchpad

2010-02-09 Thread Tias
server. Ah, that's interesting. Is there some place where we can hear more about this ? I've spent some time trying to understand how touchscreens were handled in the old days and now, and I would be interested to know where it might be heading in the future : ) Kind regards, Tias &

Re: evcalibrate

2010-01-25 Thread Tias
e what we can learn from eachother, to avoid duplicate work etc. Kind regards, Tias ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg-1.7.3 XCALIBRATE touchscreen

2010-01-16 Thread Tias
Dan Nicholson wrote: > On Fri, Jan 15, 2010 at 12:33 PM, Marco Cavallini > wrote: >> Dan Nicholson ha scritto, Il 15/01/2010 19:17: >>> The config.log says that you don't have the XCALIBRATE extension built >>> into the server. >>> >>> XCALIBRATE_TRUE='#' >>> >>> That means the automake conditiona

Re: Touchscreen troubles

2009-12-14 Thread Tias
ation. It might do calibration as described in http://www.embedded.com/story/OEG20020529S0046 If not, you could take a closer look at the technique described there too ; ) Hope it helps you a bit further, Kind regards, Tias ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Touchscreen troubles

2009-12-13 Thread Tias
Hey Petr, Petr Štetiar wrote: > Tias [2009-12-12 23:36:07]: > >> Hi Petr, > > Hi Tias, > >> If you think it is related to calibration, you can try >> xinput_calibrator. Its a generic touchscreen calibration utility (still >> depends on GTK-mm for

Re: Touchscreen troubles

2009-12-12 Thread Tias
probably be similar to the 'xidump' you mentioned though) Kind regards, Tias Petr Štetiar wrote: > Hi, > > I'm trying to get working 22" resistive 5-wire touchscreen with USB > controller, it's ET&T TC5UH[1]. I'm using Ubuntu 9.04 with Xorg serv

Re: [PATCH] evdev: Support the "Calibration" string option.

2009-11-18 Thread Tias
Peter Hutterer wrote: > On Wed, Nov 11, 2009 at 09:29:04PM +0100, Tias wrote: >> Hello, >> >> Almost all touchscreen drivers before evdev (elographics, mutouch, >> penmount, evtouch and all deprecated serial drivers) use the same Xorg >> config names for calib

Re: [PATCH] evdev: Support the "Calibration" string option.

2009-11-11 Thread Tias
MinY,MaxY for calibration. The manpage is updated too. Signed-off-by: Tias Guns Greetings, Tias On Thu, 2009-10-08 at 05:05 +0200, ext Peter Hutterer wrote: On Mon, Aug 03, 2009 at 02:31:02AM +0300, oliver.mcfadden at nokia.com wrote: > From: Oliver McFadden > > Originally based on

Re: generic touchscreen calibration

2009-09-14 Thread Tias
Søren Hauberg wrote: > Hi, > > 2009/9/10 Tias : >> In the end, I had to hack up the ancient tkxinput because it was the only >> device independent calibrator (it uses Xinput to read the coordinates). On >> the other hand, I was impressed by the simplicity of the calib

generic touchscreen calibration

2009-09-10 Thread Tias
dev/Xinput2 goodness ? You can find more information and the code at: http://tias.ulyssis.org/calibration/#xinput_calibrator This is just a proposition towards a generic touchscreen calibration utility. Comments and remarks very welcome! Greetings, Tias _