[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-09-14 Thread Cédric Dufour
Hello, Can someone clarify where we stand in regard with this issue and Ubuntu Quantal 12.10? I've been following Qt doc to the letter and got QPinchGesture working in a QWidget... but as soon as the grabGesture is issued on that widget all other widgets (tabs, pushbuttons, lineedits, etc.)

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-05-16 Thread Erno Kuusela
bootchk: see comment #7, if you use the qt sdk you won't get the ubuntu code (it's not in upstream yet). You want to test with the ubuntu-provided qt (fingerpaint demo is in the qt4-demos package). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-30 Thread bootchk
I upgraded to 12.04, downloaded Qt SDK, built the fingerpaint demo, futzed with xorg.conf.d to get it to load the synaptics Xorg input driver instead of the wacom xorg input driver, futzed with xinput set- prop, etc. to change the settings of the driver. No, the fingerpaint demo doesn't work. I

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-30 Thread bootchk
OK plain and raw events are sent when window belonging to xinput test- xi2 has the cursor in it, or is in front ( or something like that.) When the second finger is moved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-30 Thread Chase Douglas
Hi bootchk, Do you have a touchscreen? If so, you want to be using the evdev driver isntead of wacom. If not, then you'll want to use the synaptics driver and open a different bug since this one is specific for touchscreens. -- You received this bug notification because you are a member of

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-28 Thread bootchk
Have you thought of using xscope? from http://cgit.freedesktop.org/xorg/app/xscope It would snoop on the net traffic between the X server (including the Xorg driver say synaptics or evdev) and the X client (say Qt and app.) Possibly the xscope tool is not up to date with XI2 protocol packets,

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-27 Thread Erno Kuusela
I finally got around to following through the config hackery described at http://www.murraytwins.com/blog/?p=103 (the trick was to remove the existing wacom .conf, i think i earlier just chmod 000'd it but Xorg was running as root so read it anyway). And it worked, kind of. I got fingerpaint

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-27 Thread Erno Kuusela
Marking as confirmed since Brent Fox reproduced this already couple of months ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/901630 Title: multitouch + qt doesn't work (eg fingerpaint demo)

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-27 Thread Erno Kuusela
I now upgraded the laptop to 12.04 and the fingerpaint demo stopped working even with Xorg.0.log showing it's using evdev. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/901630 Title: multitouch +

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-26 Thread bootchk
Erno, You're might be right that there still is a problem somewhere. Unless Unity as window manager X client is grabbing the Xorg.input touch device, and if Qt is built to find the device and become another X-windows client of the Xorg input device, there is no reason it shouldn't get touch

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-25 Thread bootchk
Chase wrote You have to put five or more fingers down on a trackpad to start sending events that aren't caught by Unity or X synaptics. My understanding now: Unity is a window manager (more or less.) It is also in the so-called stack that processes touch events. It does gesture recognition and

Re: [Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-25 Thread Chase Douglas
On 04/25/2012 08:03 AM, bootchk wrote: Chase wrote You have to put five or more fingers down on a trackpad to start sending events that aren't caught by Unity or X synaptics. My understanding now: Unity is a window manager (more or less.) It is also in the so-called stack that processes

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-25 Thread Erno Kuusela
With the N-trig touchscreen (#724831) the Qt fingerpaint demo works with fine 1-5 fingers. So the wacom touchscreen support should be fixed to handle that as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-24 Thread Chase Douglas
Hi bootchk, Multitouch is supported in Qt in Ubuntu. We added support for it in Ubuntu 11.04 and have maintained it since then. We haven't had a chance to merge it upstream yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-24 Thread bootchk
Chase, Thanks. How I interpret your last comment is: it is in Ubuntu but not upstream to Qt (whoever that is now, Nokia or other.) As long as I use Ubuntu's version of Qt (whether the source or libraries) it should work. Also, referring to: https://wiki.ubuntu.com/Multitouch , specifically

Re: [Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-24 Thread Chase Douglas
On 04/24/2012 04:35 PM, bootchk wrote: Thanks. How I interpret your last comment is: it is in Ubuntu but not upstream to Qt (whoever that is now, Nokia or other.) As long as I use Ubuntu's version of Qt (whether the source or libraries) it should work. Correct. Also, referring to:

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-22 Thread Erno Kuusela
I got Qt multitouch working on another laptop after a driver fix (see #724831), so Qt isn't the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/901630 Title: multitouch + qt doesn't work (eg

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-21 Thread bootchk
I had a similar issue and yes: sudo apt-get remove xserver-xorg-input-wacom changes the behaviour. Previously, SettingsInput DevicesTrackpad showed no devices. Now, it shows my Wacom CTT-460. Also, mtdev-test still fails as above but geisttest seems to show the device working with pinches.

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-04-21 Thread bootchk
According to some sources, multitouch doesn't work on Ubuntu desktop until version Qt5. Only on Windows desktop or some mobile platforms. http://qt-project.org/forums/viewthread/12664 Just to be clear, Chase above is correct, uTouch should work, but its not necessarily part of Qt? uTouch is

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-02-29 Thread Chase Douglas
If it's a serial touchscreen, try these instructions from Brian Murray: http://www.murraytwins.com/blog/?p=103 If it's a usb touchscreen, try uninstalling xserver-xorg-input-wacom. Hopefully after the above your touchscreen will be using the X evdev input module. It has support for multitouch,

[Bug 901630] Re: multitouch + qt doesn't work (eg fingerpaint demo) with wacom serial touchscreen

2012-02-28 Thread Brent Fox
I have a 2740p, which I believe is just a smaller screen version of the model referenced in this bug report. I'm using 11.10. When I try to do a two-finger pinch or rotate, the system no longer recognizes any right-mouse clicks on the trackpad device.