/srv/irclogs.ubuntu.com/2012/06/18/#ubuntu-touch.txt

=== MacSlow is now known as MacSlow|lunch
=== MacSlow|lunch is now known as MacSlow
cndgood morning14:15
cnddandrader, bregma: standups :)14:15
dandraderstarted working on greedy windows feature for unity compiz14:16
bregmaI'm not doing much touch work right now14:16
cndI'm going to try to get the old utouch-frame code removed, it was blocked on the xorg-gtest include header namespace changes14:16
cndbregma, ok, does it make sense to end daily standups here?14:16
bregmaprobably14:17
cnddandrader and I already do another standup elsewhere14:17
cndok14:17
dandraderyeah, I don't see a problem14:17
bregmaI still hang around tough, just highlight me if you need me14:17
dandraderRIP utouch daily stand up meetings14:17
cndyep14:17
cnd:)14:17
* bregma cues Carole King music14:18
tvossgood morning14:19
tvossback from vacation14:19
tvosscatching up with mail14:19
cndtvoss, good morning :)14:20
* bregma cues marching bad music14:21
SatorisThe standup is dead, long live the standup.14:22
dandrader:)14:24
bregmagods damn it now I have James Taylor's cover of Carole King's "You've Got a friend" running through my head14:26
bregmalast time this happened it took days to recover14:26
bregmaI don;t even _like_ that music14:26
dandradercnd, I need to recognize a double tap with 3 fingers. should the application do it or should grail do it?14:45
dandrader(double-tap recognition)14:45
cnddandrader, grail can't detect a double-tap14:46
cndthe application needs to do the detection like double-click detection14:46
dandradercnd, you mean that applications do the double-click recognition themselves and not the toolkit?14:47
cnddandrader, the toolkit does, yes14:48
cndso here, nux could have double-tap recognition14:48
dandraderah, good idea14:48
cndit should be a simple timer setup14:48
dandraderit's simple, that's for sure14:49
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== gustavold1 is now known as gustavold
=== dandrader is now known as dandrader|lunch
cnddandrader|lunch, if you get a minute, please review https://code.launchpad.net/~chasedouglas/utouch-frame/remove-v1/+merge/11088018:23
=== dandrader|lunch is now known as dandrader
dandradercnd, on it now18:54
cndthanks18:54
=== dandrader is now known as dandrader|afk
cnddandrader|afk, bregma, fyi, ginn has been removed from the desktop seed for quantal20:56
cndit should be off the isos after a the meta-packages are updated20:56
cndand demoted to universe20:56
=== dandrader|afk is now known as dandrader
dandradercnd, ok21:01
dreamonHello. Want to use utouch for ubuntu 12.04. hardware is a wetab-tablet pc. added ppa:utouch-team/utouch and installed utouch. but nothing cant see any usage.21:02
dreamoncan anyone help me?21:06
dandraderdreamon, you don't have to install utouch from the ppa. Ubuntu 12.04 already has it21:08
dreamonohhhh21:08
dreamonwhat can I do to make it work. want 2finger scrolling.. and right click by touch.. and sizing windows.21:10
dandraderdreamon, have you seen this page? https://wiki.ubuntu.com/Multitouch/21:10
dreamonon 11.10 I used twofing.21:10
dandraderdreamon, also, have you checked your settings in "System Settings" -> "Mouse and touchpad" -> Touchpad tab21:11
dreamonyes I did. but dont now how to handle it21:12
dandraderdreamon, ah, you want two-finger scrolling with you touchscreen, not a touchpad, right?21:12
dreamonthere is no touchpad tab, only a mouse tab21:12
dreamonright not touchpad.. I use a tablet pc21:12
dandraderok, then I don't really know the status of this, but I think that will depend on what toolkit each application uses and whether that toolkit (gtk, qt, etc) has this 2-finger scrolling implemented.21:15
dreamonhmm.. twofing worked on every application..21:16
dandraderfor trackpads, yes21:16
dandraderbecause it's done by the synaptics driver in the X server21:16
dandraderbut for touch events coming from a touch screen, those touches go directly to the applications and then it's up to the apps to decide what they wanna do with it21:18
dandraderthose apps can use, for instance, utouch-geis to derive gestures from those touches21:18
dreamonhow can I test if utouch work ?21:20
dandraderhttps://wiki.ubuntu.com/Multitouch/Testing21:21
dandradernotice that 3 and 4 finger gestures are consumed by Unity (the window manager)21:21
dandraderso on your tests (if you're running Unity as your wm), you will be able to get only 2-touch gestures21:22
dandraderdreamon, if a 4-fingers tap brings up unity's dash it means utouch is working on your tablet21:22
dandraderor if you can move windows using 3 fingers21:23
dreamonstarted geisview any touch brings only a lot off 0.0, 0.0, 0.0, 0.021:23
dreamonhttp://www.wetab.eas-impact.de/index.php?site=forum_topic&topic=7&ws_session=c5112090f3445d30e093c9522117b15121:24
dreamonThis guy tould it would work.21:24
dandraderwell, I can't read german. but that was late 2010. no need to add ppas by now21:25
dreamonHe told to install package hid-dkms and hid-egalax-dkms21:26
dreamonbut could not find it.21:26
dandraderdreamon, one thing is switching to a virtual terminal (ctlr + alt + f1) and using "xinput test ..." to see if you're getting proper touch events out of your x server21:27
dreamon(ctrl+alt+f1) -> xinput test brigt unable to connect to server21:29
dreamonbrigt brings.21:29
dandraderexport DISPLAY=:0.021:31
dreamonOk. what parameter needs xinput?21:33
dandraderactually nevermind :) , xinput won't get any output from a within vt, you gotta do it from a regular terminal emulator21:34
dreamonsry.. my english is not as good as it should be.. ;)21:36
dreamonOk so I will go back to ctrl alt f7 and go in terminal21:36
dreamonxinput list -> eGalax Inc. USB TouchController id=921:43
dreamonmay this help?21:43
dandraderthe general idea is to first identify what's your multitouch device and then to "xinput test-xi2 [ID]"21:51
dandraderthen you lay 3 fingers on the screen21:51
dandraderyou will get a lot of output21:51
dandraderand would check if you got a "touch begin" and a "touch end" for three different touches21:52
dandraderthe "detail" property is the unique touch id21:52
dreamonuse ID 9 .. and there is a lot of data scrolling.. when I touch the display21:52
dandraderso that you known that your device is really sending a stream of touch events for each individual finger you laid on the screen21:53
dandraderbut browsing through that huge stream of data can be a pain21:53
dandraderif that's ok then the problem really is in the applications side (i.e. what gui toolkits do with those touch events)21:54
dreamoni touch with one finger.. can see a begin update and end.21:54
dandraderbut if the xinput test-xi2 check is successful gestures in Unity really should work.21:55
dreamonno touch again one finger.. see begin update.. and now touching with second finger.. it scrolls again. But cant read anymore.. its to fast21:55
dreamonI'm not sure if he is notice the second finger.. I think the mousepointer is simply jumping between both positions21:57
dandraderdreamon, the mouse pointer is one thing, the touch events are another22:11
dreamonIt dont work. the second finger is not recognized as an other finger.22:13
dreamonthink we should stop for today. it really late and stormy weather comes up.22:15
dandraderdreamon, ok then the problem is that your touchscreen hardware is either not multitouch capable or its linux driver doesn't have multitouch support22:15
dandradersure22:16
dreamonsome guy wrote there is a driver called : eGTouch_v1.01.1014.L-x.tar.gz22:18
dreamontomorrow I will give it a another try.22:18
dreamonThanks a lot for your help.22:18

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!