[PATCH libinput] tablet: make the cursor/lens tool behave like a 1000dpi mouse

2016-06-26 Thread Peter Hutterer
The current code tried to emulate the relative motion to be equivalent to the absolute motion, except in screen coordinates. This is way too slow for the cursor tool that we want to behave like a mouse. Tablets have high resolution (e.g. an Intuos 4 is a 5080dpi mouse) and that motion is way too f

Touch some edge points of the touchscreen the weston crash

2016-06-26 Thread zhaojinkun
Hi, After calibrating , I can touch almost points correctly.But when I touch some edge points of the touchscreen the weston crash. The method of calibration is: 1.$libinput-list-devides Device: myts-ft5x0x Kernel: /dev/input/event0

[PATCH weston] fullscreen-shell: avoid access to freed data

2016-06-26 Thread Arnaud Vrac
Remove the output transform from the view transform list when its surface is destroyed. The surface destruction also triggers the freeing of its views, so the next access to the output transform link could crash. --- fullscreen-shell/fullscreen-shell.c | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH weston] compositor: allow using nested parent as a subsurface sibling

2016-06-26 Thread Arnaud Vrac
The parent of a subsurface can be used as a sibling in the place_below and place_above calls. However this did not work when the parent is nested, so fix the sibling check and add a test to check this case. --- src/compositor.c| 28 ++-- tests/subsurface-test.c | 44

Re: [PATCH wayland-web] Build instructions for Ubuntu 16.04

2016-06-26 Thread Bill Spitzak
On 06/18/2016 10:16 PM, dar...@chaosreigns.com wrote: Most recent Debian based build instructions are for Mint 17, they didn't work (something failed), and the list of what does and doesn't need to be built from source has changed significantly. I tested this on a pristine install via virtualbox

Does wayland support touch-screen rotation?

2016-06-26 Thread Ruei, Eric
To whom it may concern: I am not sure this is the right place to post Wayland/Weston questions or report problems. If it is not, please forgive me and point me to the appropriate site. Here is the problem that we face: The touchscreen on TI AM335x EVM is in reverse order, i.e starting from bott

Re:Re: How to create client in child thread

2016-06-26 Thread 袁嘉伟
Thank you very much for your help. I added a while loop at the end of the main() to fix the problem. 在 2016-06-24 16:45:39,"Pekka Paalanen" 写道: >On Fri, 24 Jun 2016 11:15:32 +0800 (CST) >袁嘉伟 wrote: > >> 在 2016-06-23 21:13:28,"Pekka Paalanen" 写道: > >> >Hi, >> > >> >sorry, but I can't make sen