Re: [PATCH v2 wayland-protocols] Add the tablet protocol

2015-12-09 Thread Bill Spitzak
What is the plan for using a tablet in "relative" mode? This is pretty common if the tablet is smaller than the screen, as many modern ones are. My guess is that you plan to deliver screen/surface coordinates, and that the client is unaware of the actual size of the tablet. However it is not clear

Re: [PATCH v7 wayland] protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discrete

2015-12-09 Thread Bill Spitzak
On Mon, Dec 7, 2015 at 5:11 PM, Peter Hutterer wrote: > > + > + > + Describes the source types for axis events. This indicates to the > + client how an axis event was physically generated; a client may > + adjust the user interface

Re: RFC: idle protocol

2015-12-09 Thread Michal Suchanek
On 9 December 2015 at 08:12, Martin Graesslin wrote: > On Tuesday, December 8, 2015 2:59:38 PM CET Bryce Harrington wrote: >> On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: >> > Hi Wayland-developers, >> > >> > at KDE we developed a protocol for our

Re: [PATCH weston 00/11] ivi-shell: multi screen supprot

2015-12-09 Thread Pekka Paalanen
On Wed, 09 Dec 2015 15:30:57 +0900 Nobuhiko Tanibata wrote: > Hi, > > This proposes multi screen support by ivi-shell. This allow user to > manage a > hierarchy; surface, layer, and screen. Current code expects single > screen so > user can not assign a

Re: [PATCH] ivi-shell: activate weston surface with a seat when left click or touch.

2015-12-09 Thread Pekka Paalanen
On Wed, 9 Dec 2015 15:03:47 +0900 Nobuhiko Tanibata wrote: > From: Nobuhiko Tanibata > > Similar with Desktop shell, set activate to weston surface which is > left-clicked by pointer or touched. This is needed to focus it

Re: RFC: idle protocol

2015-12-09 Thread Martin Graesslin
On Wednesday, December 9, 2015 5:43:13 PM CET Peter Hutterer wrote: > > > you need to describe what classifies as "user activity". > > > > something like "after no input events with a new timestamp"? I'm always > > bad at writing documentation ;-) > > yeah, but you'll need to figure out what you

Re: How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Pekka Paalanen
On Wed, 9 Dec 2015 18:18:04 +0530 Vikas Patil wrote: > Dear All, > > I would like to have the mouse pointer support available with weston > and ivi-shell (with ivi-controller.so) but want to hide the cursor > which is always visible. > > Is there any easy way I can do

Re: How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Vikas Patil
On Wed, Dec 9, 2015 at 6:29 PM, Pekka Paalanen wrote: > On Wed, 9 Dec 2015 18:18:04 +0530 > Vikas Patil wrote: > >> Dear All, >> >> I would like to have the mouse pointer support available with weston >> and ivi-shell (with ivi-controller.so) but want

How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Vikas Patil
Dear All, I would like to have the mouse pointer support available with weston and ivi-shell (with ivi-controller.so) but want to hide the cursor which is always visible. Is there any easy way I can do this? Any ideas/suggestions? ** My weston.ini file for reference.Removing "cursor-theme" and

Re: RFC: idle protocol

2015-12-09 Thread Auke Booij
On 9 December 2015 at 07:43, Peter Hutterer wrote: > On Wed, Dec 09, 2015 at 08:17:40AM +0100, Martin Graesslin wrote: >> On Wednesday, December 9, 2015 4:19:12 PM CET Peter Hutterer wrote: >> > On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: >> > > Hi

Re: [PATCH] [RFC] desktop-shell: change the alpha of black view in fullscreen mode

2015-12-09 Thread Hyungwon Hwang
Hello, 2015년 12월 07일 17:17, Pekka Paalanen wrote: On Sat, 5 Dec 2015 11:09:21 +0900 "hyungwon.hwang7" wrote: Hello Pekka, On 2015년 12월 04일 17:14, Pekka Paalanen wrote: On Thu, 3 Dec 2015 14:18:54 -0800 Bryce Harrington wrote: On Thu, Dec

Re: [PATCH] [RFC] desktop-shell: change the alpha of black view in fullscreen mode

2015-12-09 Thread Hyungwon Hwang
Hello Bill Spizak, On 2015년 12월 05일 00:46, Bill Spitzak wrote: On 12/04/2015 12:14 AM, Pekka Paalanen wrote: On Thu, 3 Dec 2015 14:18:54 -0800 Bryce Harrington wrote: On Thu, Dec 03, 2015 at 10:33:27PM +0900, Hyungwon Hwang wrote: This patch changes the alpha value

Re: How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Pekka Paalanen
On Wed, 9 Dec 2015 18:50:38 +0530 Vikas Patil wrote: > On Wed, Dec 9, 2015 at 6:29 PM, Pekka Paalanen wrote: > > On Wed, 9 Dec 2015 18:18:04 +0530 > > Vikas Patil wrote: > > > >> Dear All, > >> > >> I would like to have the

[PATCH weston v3] drm: port the drm backend to the new init api

2015-12-09 Thread Giulio Camuffo
Reviewed-by: Quentin Glidic --- v3: - move the modeline parsing back in the drm code, so that compositors can rely on that instead of having to duplicate the parsing code. - add documentation in compositor-drm.h Makefile.am | 3 +

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2015-12-09 Thread Giulio Camuffo
I forgot to mention, this requires a revert of 5ffbfffaf7758c33791978516d0a1100773b85e2. -- Giulio 2015-12-09 18:29 GMT+02:00 Giulio Camuffo : > Reviewed-by: Quentin Glidic > --- > > v3: - move the modeline parsing back in the drm code, so

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2015-12-09 Thread Giulio Camuffo
2015-12-09 18:58 GMT+02:00 Daniel Stone : > Hi, > > On 9 December 2015 at 16:29, Giulio Camuffo wrote: >> +enum weston_drm_backend_output_mode { >> + /** The output is disabled */ >> + WESTON_DRM_BACKEND_OUTPUT_OFF, >> + /** The

Re: How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Peter Hutterer
On Wed, Dec 09, 2015 at 04:15:18PM +0200, Pekka Paalanen wrote: > On Wed, 9 Dec 2015 18:50:38 +0530 > Vikas Patil wrote: > > > On Wed, Dec 9, 2015 at 6:29 PM, Pekka Paalanen wrote: > > > On Wed, 9 Dec 2015 18:18:04 +0530 > > > Vikas Patil

Re: How to hide mouse cursor with weston and ivi-shell?

2015-12-09 Thread Vikas Patil
On Wed, Dec 9, 2015 at 7:45 PM, Pekka Paalanen wrote: > On Wed, 9 Dec 2015 18:50:38 +0530 > Vikas Patil wrote: > >> On Wed, Dec 9, 2015 at 6:29 PM, Pekka Paalanen wrote: >> > On Wed, 9 Dec 2015 18:18:04 +0530 >> > Vikas Patil

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2015-12-09 Thread Daniel Stone
Hi, On 9 December 2015 at 16:29, Giulio Camuffo wrote: > +enum weston_drm_backend_output_mode { > + /** The output is disabled */ > + WESTON_DRM_BACKEND_OUTPUT_OFF, > + /** The output will use the current active mode */ > +