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

2015-06-08 Thread Pekka Paalanen
On Mon, 8 Jun 2015 19:46:25 + Murray Calavera wrote: > > 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 > initial

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

2015-06-08 Thread Hans de Goede
Hi, On 09-06-15 00:06, Peter Hutterer wrote: 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

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 > > The entire set looks good to me: > > Revi

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

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 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 > > woul

[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 the

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 th

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 wrote: > On Mon, 8 Jun 2015 19:49:15 +0300 > Pekka Paalanen wrote: > >> On Thu, 28 May 2015 11:35:46 + >> Sumadhurakalyan Singamchet

Re: Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Pekka Paalanen
On Mon, 8 Jun 2015 19:49:15 +0300 Pekka Paalanen wrote: > On Thu, 28 May 2015 11:35:46 + > Sumadhurakalyan Singamchetti 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 t

Re: Wayland Compatibility for arm 64-bit?

2015-06-08 Thread Pekka Paalanen
On Thu, 28 May 2015 11:35:46 + Sumadhurakalyan Singamchetti 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 ask? Many people test

[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 Signed-off-by: Derek Foreman --- src/compositor.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions

[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 Signed-off-by: Derek Foreman --- Nested the os_fd_set_cloexec() call so calling weston_log_file_open() multiple times behaves as expected. shared/os-compatibility.c | 22 ++ shared/os-compatibility.h | 3 +++ src/log.c | 7 +

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

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:: --

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 o

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 wrote: > Signed-off-by: Derek Foreman > --- > > Refactor and re-use the code from set_cloexec_or_close() instead of > using fopen "e" > > shared/os-compatibility.c | 22 ++ > shared/os-compatibility.h | 3 +++ > src/log.c