Bug 56008 - Jumpy touch after --map-to-output
Summary: Jumpy touch after --map-to-output
Status: RESOLVED DUPLICATE of bug 49347
Alias: None
Product: xorg
Classification: Unclassified
Component: App/xinput (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2012BRB_Reviewed
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 16:36 UTC by Timothy
Modified: 2013-01-21 08:52 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Devices file (2.51 KB, text/plain)
2012-10-19 10:59 UTC, Timothy
no flags Details
device descriptoin file (809 bytes, text/plain)
2012-10-19 10:59 UTC, Timothy
no flags Details
Events file (95.52 KB, text/plain)
2012-10-19 11:00 UTC, Timothy
no flags Details
device.txt (829 bytes, text/plain)
2013-01-03 05:48 UTC, Matthew Schultz
no flags Details
events.txt (346 bytes, text/plain)
2013-01-03 05:51 UTC, Matthew Schultz
no flags Details
A single touch (342 bytes, text/plain)
2013-01-03 09:57 UTC, Timothy
no flags Details
The device file for that single touch... (809 bytes, text/plain)
2013-01-03 09:59 UTC, Timothy
no flags Details

Description Timothy 2012-10-15 16:36:02 UTC
$ xinput --version
xinput version 1.6.0
XI version on server: 2.2
$ pacman -Q xorg-server
xorg-server 1.13.0-2
$ uname -a
Linux timothy 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012 x86_64 GNU/Linux

I am not sure, but I have been told that my issue may be related to this: http://patchwork.freedesktop.org/patch/5024/ 

I have three pointer devices:
------------------------
$ xinput --list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ QUANTA OpticalTouchScreen               	id=9	[slave  pointer  (2)]
⎜   ↳ TPPS/2 IBM TrackPoint                   	id=11	[slave  pointer  (2)]
⎜   ↳ Serial Wacom Tablet WACf004 stylus      	id=13	[slave  pointer  (2)]
⎜   ↳ Serial Wacom Tablet WACf004 eraser      	id=14	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                  	id=12	[slave  keyboard (3)]
-------------------------

One is a trackpoint on my Lenovo X61T tablet computer.
One is a stylus on the same computer.
And a third is the touch screen on an external monitor plugged in through USB:

$ lsusb
....
Bus 003 Device 004: ID 0408:3001 Quanta Computer, Inc. Optical Touch Screen
....

When I plug in my external monitor and start x all three input devices work without trouble.

When I run:

xrandr --output VGA1 --auto --right-of LVDS1

Of course, the stylus and the touch display start working for the entirety of the screen.  

When I run:

xinput --map-to-output 13 LVDS1
xinput --map-to-output 14 LVDS1

To map my stylus to the My stylus begins to work as expected, mapping to the correct coordinates on the screen.

When I run:
xinput --map-to-output 9 VGA1

My finger location is tracked properly when I hover my finger over the screen.  However when I pres my finger down, the click registers and then the cursor jumps to the right.  The size of the jump is proportional to the leftness of the touch.  If I touch at the right edge then there is no jump.  If I touch at the left edge the jump is large(several inches).

If I restart the process and instead use (--left-of):
xrandr --output VGA1 --auto --left-of LVDS1

then the cursor jumps to the left after the touch.

This is clearly a high level bug.  As I said, there is no problem when the displays are left in their mirrored state.

Thank you for your time in considering this problem, and I look forward to a fix, and in the mean time, any pointers as how I might get around this problem.

Timothy
Comment 1 Jeremy Huddleston Sequoia 2012-10-17 23:41:49 UTC
This is not an xinput app bug, but we seem to be missing a Server/Input/Xinput 
component... I'll need to clean that up later...
Comment 2 Peter Hutterer 2012-10-19 04:04:41 UTC
please record the device and the touch events (when it jumps) with evemu and attach both files here.

http://people.freedesktop.org/~whot/evemu/
Comment 3 Timothy 2012-10-19 10:59:28 UTC
Created attachment 68791 [details]
Devices file
Comment 4 Timothy 2012-10-19 10:59:50 UTC
Created attachment 68792 [details]
device descriptoin file
Comment 5 Timothy 2012-10-19 11:00:11 UTC
Created attachment 68793 [details]
Events file
Comment 6 Timothy 2012-10-19 11:01:54 UTC
Comment on attachment 68793 [details]
Events file

At the beginning of the recording I am pressing on the screen with my finger.  Near the end you can see me moving my finger above the screen without pressing down.
Comment 7 Matthew Schultz 2012-12-17 20:11:24 UTC
I can confirm that I am seeing the same behavior with my Acer T232HL as VGA1.  Obviously this makes the touchscreen quite useless in a xinerama style layout atm although everything works fine if I clone the primary display or turn off the first display and just use the touchscreen monitor on the second display.  If you need any test info from me as well, I would be willing to submit it as well.
Comment 8 Matthew Schultz 2012-12-27 13:32:27 UTC
(In reply to comment #7)
> I can confirm that I am seeing the same behavior with my Acer T232HL as
> VGA1.  Obviously this makes the touchscreen quite useless in a xinerama
> style layout atm although everything works fine if I clone the primary
> display or turn off the first display and just use the touchscreen monitor
> on the second display.  If you need any test info from me as well, I would
> be willing to submit it as well.

tested with xorg server 1.13.1 and xinput 1.6.0 and verified this is still a bug.
Comment 9 Peter Hutterer 2013-01-03 02:38:14 UTC
I played those events but given that I don't have a device, I don't see the effect. Remember, if I emulate this device all I see is the cursor move around. What I need from you is a recording that is limited to a single touch that shows the effect, plus a detailed explanation of what you expect to happen and when.

the recording you provided contains over 2800 single events, it's hard to tell what "near the end" means.
Comment 10 Matthew Schultz 2013-01-03 05:48:50 UTC
Created attachment 72421 [details]
device.txt

Acer T232HL Touchscreen monitor event device
Comment 11 Matthew Schultz 2013-01-03 05:51:12 UTC
Created attachment 72422 [details]
events.txt

After calling xinput --map-to-output 12 VGA1 and ran evemu-record, I touched the screen in one place on the left side of the screen and let go.  When I let go, the cursor jumped to the right.  You'll see this in the playback.
Comment 12 Timothy 2013-01-03 09:57:31 UTC
Created attachment 72433 [details]
A single touch

Here I have recorded just one touch event, and you can see how I recorded it in this video: http://youtu.be/os4RmPYPyMo I start the recording on my laptop screen, and then I move the mouse using the thinkpad nub to the large touch monitor and then I touch once on the xournal canvas, you can clearly see that the touch event registered in the right place as a large grey circle appears directly beneath the white pencil shaped pointer and then you can see that the cursor jumps after registering the touch event, such that the cursor(the black square) ends up far to the right of the actual touch event.

Hope this clears things up at least a little...
Comment 13 Timothy 2013-01-03 09:59:17 UTC
Created attachment 72434 [details]
The device file for that single touch...
Comment 14 Peter Hutterer 2013-01-21 03:38:03 UTC
Thanks for the video and the new file, I did manage to reproduce this on the 1.13 branch. This bug is a dupe of Bug 49347, fixed upstream with commit 3b9f1c701787965246638c1a6fd99fb2b6078114. I'll backport that to the 1.13 branch once I find the time for it.

*** This bug has been marked as a duplicate of bug 49347 ***
Comment 15 Timothy 2013-01-21 08:52:32 UTC
Thanks! :)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.