Re: Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Jasper St. Pierre
ARM is still little-endian. I can't imagine that there are any compatibility issues with ARM 64-bit and Wayland. On Mon, Jun 8, 2015 at 9:51 AM, Pekka Paalanen ppaala...@gmail.com wrote: On Mon, 8 Jun 2015 19:49:15 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 28 May 2015 11:35:46

Re: [PATCH weston] Add config option to disable input method

2015-06-08 Thread Murray Calavera
Rather than this new config option, I would be much happier seeing the shell plugin directly indicating whether it supports input methods or not. I'm not too sure about this, but I think the text backend has to be initialized first so I don't know how it can be launched or configured from the

[PATCH libinput] filter: require minimum acceleration factor of 0.3

2015-06-08 Thread Peter Hutterer
For really slow motions, the previous acceleration factor would go down to effectively zero. So the slower the mouse motion was, the more it would be slowed down which made the mouse at low speeds almost unusable. Cap the minimum acceleration at 0.3 which provides a predictable slow motion for

Re: Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Pekka Paalanen
On Thu, 28 May 2015 11:35:46 + Sumadhurakalyan Singamchetti sumadhurakalya...@hcl.com wrote: Hi Can I download and compile wayland for 64-bit arm processor? what if it is not supporting for 64-bit arm , what are necessary changes I have to made. Hi, what are you actually trying to

Re: Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Pekka Paalanen
On Mon, 8 Jun 2015 19:49:15 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 28 May 2015 11:35:46 + Sumadhurakalyan Singamchetti sumadhurakalya...@hcl.com wrote: Hi Can I download and compile wayland for 64-bit arm processor? what if it is not supporting for 64-bit arm , what

Re: Wayland not MIT-licensed / FAQ wrong

2015-06-08 Thread Peter Hutterer
On Fri, Jun 05, 2015 at 10:24:12AM +0300, Pekka Paalanen wrote: On Thu, 04 Jun 2015 22:17:44 +0200 Markus Slopianka kamika...@gmx.de wrote: Good news: I asked by FSFE lawyer buddy. He said that since basically all simply assumed that it's the MIT license, the wrongly pasted license header

Re: [PATCH weston v3 1/5] Expanded unit test framework to cover base requirements.

2015-06-08 Thread Peter Hutterer
On Thu, Jun 04, 2015 at 12:50:47AM -0700, Jon A. Cruz wrote: On 06/03/2015 10:15 PM, Peter Hutterer wrote: On Tue, May 26, 2015 at 04:06:37PM -0700, Jon A. Cruz wrote: Added simple unit/integration test framework and corresponding test program. Added a simple C-based test framework and

Re: [PATCH libinput 1/4] test: fix litest_log() when libunwind is missing

2015-06-08 Thread Peter Hutterer
On Fri, Jun 05, 2015 at 11:38:07AM +0200, Hans de Goede wrote: Hi, On 05-06-15 08:41, Peter Hutterer wrote: Previous expansion had side-effects when litest_log was called in an if condition without {} Signed-off-by: Peter Hutterer peter.hutte...@who-t.net The entire set looks good to

Re: [PATCH weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-08 Thread Pekka Paalanen
On Fri, 5 Jun 2015 10:07:16 -0500 Derek Foreman der...@osg.samsung.com wrote: We were loading modules out of the system dirs unconditionally, so tests that loaded modules would use the system ones, or fail if they weren't installed. Signed-off-by: Derek Foreman der...@osg.samsung.com ---

Re: [PATCH weston] Add config option to disable input method

2015-06-08 Thread Pekka Paalanen
On Sat, 6 Jun 2015 10:18:17 + Murray Calavera murray.calav...@gmail.com wrote: When building a shell-plugin the developer might not want to implement an input method. Nevertheless weston will look for one, print errors complaining that the input method died and then give up.

Re: [PATCH weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-08 Thread Pekka Paalanen
On Fri, 05 Jun 2015 12:15:12 -0700 Jon A. Cruz j...@osg.samsung.com wrote: On 06/05/2015 08:07 AM, Derek Foreman wrote: WL_EXPORT void * weston_load_module(const char *name, const char *entrypoint) { + const char *builddir = getenv(WESTON_BUILD_DIR); There's something 'off'

Re: [PATCH v2 weston] log: Open log file CLOEXEC so child processes don't get the fd

2015-06-08 Thread Pekka Paalanen
On Thu, 4 Jun 2015 11:37:52 -0500 Derek Foreman der...@osg.samsung.com wrote: Signed-off-by: Derek Foreman der...@osg.samsung.com --- Refactor and re-use the code from set_cloexec_or_close() instead of using fopen e shared/os-compatibility.c | 22 ++

XDC2015: Call for papers

2015-06-08 Thread Tom Stellard
Hello, I have the pleasure to announce that the X.org Developer Conference 2015 will be held in Toronto, Canada from September 16 to September 18. The venue is located at Seneca College's campus at York University. The official page for the event is http://www.x.org/wiki/Events/XDC2015 while the

[PATCH v2 weston] log: Open log file CLOEXEC so child processes don't get the fd

2015-06-08 Thread Derek Foreman
Reviewed-by: Pekka Paalanen pekka.paala...@collabora.co.uk Signed-off-by: Derek Foreman der...@osg.samsung.com --- Nested the os_fd_set_cloexec() call so calling weston_log_file_open() multiple times behaves as expected. shared/os-compatibility.c | 22 ++

[PATCH v2 weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-08 Thread Derek Foreman
We were loading modules out of the system dirs unconditionally, so tests that loaded modules would use the system ones, or fail if they weren't installed. Reviewed-By: Pekka Paalanen pekka.paala...@collabora.co.uk Signed-off-by: Derek Foreman der...@osg.samsung.com --- src/compositor.c | 11

libinput Acer c720 Observations

2015-06-08 Thread Wade Berrier
Hello, I'm running libinput 0.17 on Fedora 22 (compiled and installed the rawhide src.rpm) on an Acer c720 chromebook. The observations below also apply to 0.15 that shipped with the distro, but I upgraded to see if it changed the behavior. The trackpad doesn't quite feel right. Here's some of

Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Sumadhurakalyan Singamchetti
Hi Can I download and compile wayland for 64-bit arm processor? what if it is not supporting for 64-bit arm , what are necessary changes I have to made. ::DISCLAIMER::