Re: Window placement

2014-07-03 Thread Pekka Paalanen
On Wed, 2 Jul 2014 20:57:47 +0200 Fabrice Rey faboune...@gmail.com wrote: Why does it not have a parent window, if it is a normal application? There is only 1 window in this application; there is no menu or whatever. The circular menu is just its name, it's not even a menu. It's an

Re: Window placement

2014-07-03 Thread Pekka Paalanen
On Wed, 2 Jul 2014 16:16:36 -0700 Jason Gerecke killert...@gmail.com wrote: On Wed, Jul 2, 2014 at 3:33 PM, Fabrice Rey faboune...@gmail.com wrote: The question is: what action triggers it to make this ring of icons appear? A global shortkey (and yes I know it's not yet possible on

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-03 Thread Ander Conselvan de Oliveira
On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) Signed-off-by: Alvaro Fernando García alvarofernandogar...@gmail.com --- src/compositor-drm.c | 43

Re: [Mesa-dev] [PATCH v3 0/3] Software rendering in EGL-DRM

2014-07-03 Thread Pekka Paalanen
On Thu, 3 Jul 2014 14:15:34 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: On Thu, 3 Jul 2014 13:49:06 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 3 Jul 2014 12:10:36 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: On Thu, 3 Jul 2014

Re: [Mesa-dev] [PATCH v3 0/3] Software rendering in EGL-DRM

2014-07-03 Thread Boris BREZILLON
On Thu, 3 Jul 2014 15:46:14 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 3 Jul 2014 14:15:34 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: On Thu, 3 Jul 2014 13:49:06 +0300 Pekka Paalanen ppaala...@gmail.com wrote: On Thu, 3 Jul 2014 12:10:36 +0200

Re: [Mesa-dev] OpenGL on Wayland

2014-07-03 Thread Kalrish Bäakjen
On Wed, Jul 2, 2014 at 6:37 PM, Thomas Daede daede...@umn.edu wrote: What Mesa version are you using? IIRC OpenGL 3.3 is only supported in llvmpipe in mesa 10.3 and newer. Using MESA_GL_VERISON_OVERRIDE just fakes the version string, it doesn't change what functions you can actually link to.

problems in compiling wayland

2014-07-03 Thread pplive
Dear all, I try to build wayland/weston on Ubuntu 14.04 , just following this article http://wayland.freedesktop.org/ubuntu12.04.html (as i cannot find a 14.04-based tip) It went well, but when i tried to build weston, it was stopped by the following message: CC src/weston-compositor.o

Re: problems in compiling wayland

2014-07-03 Thread Jason Ekstrand
Weston master requires wayland master. The WL_SURFACE_ERROR_INVALID_TRANSFORM enum was added after wayland 1.5 You need to make sure you build libwayland from git master and then make sure that weston is building against your custom-built libwayland. --Jason Ekstrand On Thu, Jul 3, 2014 at

Re: Window placement

2014-07-03 Thread Fabrice Rey
They have fundamentally different needs than the average application Well yes, I'm very aware they are, but when you say DE-component, I see a huge PITA for the developpers who would want to add such features in the desktop. Now, I wouldn't mind some sort of EWMH-like extensions, however, if a

Global shortkeys and keyboard focus

2014-07-03 Thread Fabrice Rey
Hi all, This topic came up in my previous one about window placement, and I'd like to go further. So currently there is no such thing as Global shortkeys and keyboard focus, however let me present a typical real use-case: I have a dock which is most of the time hidden (because a window is

Re: problems in compiling wayland

2014-07-03 Thread Bill Spitzak
It sounds like he did build wayland first. For some reason weston is not seeing the new wayland installation. Make sure make install was done in wayland, and that both are using the same --prefix in configure. On 07/03/2014 12:25 PM, Jason Ekstrand wrote: Weston master requires wayland

Re: [PATCH V2] Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128).

2014-07-03 Thread Michel Dänzer
On 03.07.2014 21:27, Ander Conselvan de Oliveira wrote: On 06/25/2014 05:09 PM, Alvaro Fernando García wrote: Init cursor size to 64x64 if drmGetCap() fails. Use Mesa GBM_BO_USE_CURSOR define (which removes 64x64 restriction) Signed-off-by: Alvaro Fernando García

When weston opens a device, why does it use two file descriptors?

2014-07-03 Thread Wang, Quanxian
Hi, When I start weston in drm backend, I have found weston opens the every device with two fds. I am a little confused by that. For example, for keyboard device /dev/input/event5, in device_added, it will open the device. Found it returns fd 34, however fd 35 is also used by this