Re: Question about multi-displays control on wayland protocol‏

2014-10-09 Thread Pekka Paalanen
On Fri, 10 Oct 2014 03:35:28 + Yang Andy wrote: > Hi Pekka > > Thank you very much for your reply. > > I got your meaning,but i have another question. > > Is there any necessary for modify weston/compositor? > > Because i investigate source code[compositor-fbdev.c],and find that > compos

RE: Question about multi-displays control on wayland protocol‏

2014-10-09 Thread Yang Andy
Hi Pekka Thank you very much for your reply. I got your meaning,but i have another question. Is there any necessary for modify weston/compositor? Because i investigate source code[compositor-fbdev.c],and find that compositor open device [/dev/fb0]. It seems that the compositor is constant wit

[PATCH weston] gl-renderer: don't move memory in output_rotate_damage

2014-10-09 Thread Derek Foreman
output_rotate_damage shifted an array of pixman regions with a loop. Now it uses an index into that array. This currently only saves 1 pixman_region32_copy, but we can now raise BUFFER_DAMAGE_COUNT without a performance impact if we run into a configuration where this is useful. --- src/gl-rende

Re: Dual display clone mode in Wayland

2014-10-09 Thread Jason Ekstrand
On Thu, Oct 9, 2014 at 12:28 AM, Sathishkumar Sivagurunathan < sathishkumar.sivagurunat...@igate.com> wrote: > Hi, > > > >I am trying to bring up Weston on laptop. My aim is to see the display > on two screens (Laptop screen [1366x768] and HDMI display [1920x1080]).. > > > >Is there a way

Re: Question about multi-displays control on wayland protocol‏

2014-10-09 Thread Pekka Paalanen
On Thu, 9 Oct 2014 06:34:21 + Yang Andy wrote: > Hello everyone > > I have one question about multi-displays control on wayland protocol. > > I want to control dual displays on wayland protocol. > > For example,Display1 which is used to render map,while display2 which is used > to render

Patch for RPI crash

2014-10-09 Thread Yves De Muyter
Hello, Here is a fix for an issue that pops up here when I close a window on a Raspberry-pi that is using GLES2 to draw contents. It also reproducible with the clients/simple-egl application by simply pressing 'esc' on the window (closes the window) or doing 'ctrl-c' on the terminal. The result is

Re: [PATCH libinput] Fix normalization functions

2014-10-09 Thread Hans de Goede
Hi, On 10/09/2014 12:56 AM, Bill Spitzak wrote: > That certainly looks correct, but this code will return a value less than 1.0 > when absinfo->value == absinfo->maximum. Is this correct? If it is supposed > to be 1.0 then I would remove the +1 in the line that computes range. Right, we need to

Dual display clone mode in Wayland

2014-10-09 Thread Sathishkumar Sivagurunathan
Hi, I am trying to bring up Weston on laptop. My aim is to see the display on two screens (Laptop screen [1366x768] and HDMI display [1920x1080]).. Is there a way that I can mentioning in weston.ini file so that the displays are clone of each other.. Currently, they seem to be in exten