XDC2014: Call for paper

2014-05-01 Thread Martin Peres
Hello, I have the pleasure to announce that the X.org Developer Conference 2014 will be held in Bordeaux, France from October 8th to October 10th. The venue is located in the campus of the University of Bordeaux 1, in the computer science research lab called LaBRI. The official page for the

Release candidate 1 out for 1.5 (1.4.92)

2014-05-01 Thread Kristian Høgsberg
Hi all, I've just tagged the 1.4.92 release candidate in git and uploaded tarballs: 0dbe48041a90b8f62993270ca11d29b84c9fe12f wayland-1.4.92.tar.xz 4a4523fa92e8a1110b84d3595a2467bd16dc22af wayland 1.4.92 tag 2afea6c88f796c03ba924f67f8fff38b89e8276a weston-1.4.92.tar.xz d7d71e8d962d7d82

Re: [PATCH weston] drm: Don't use the cursor overlay if the scale doesn't match

2014-05-01 Thread Kristian Høgsberg
On Thu, May 01, 2014 at 06:00:41PM +0100, Neil Roberts wrote: > If the scale for the cursor surface doesn't match that of the output > then we shouldn't use the cursor overlay because otherwise it will be > drawn at the wrong size. This problem is particularly noticable with > multiple pointers bec

[PATCH weston] drm: Don't use the cursor overlay if the scale doesn't match

2014-05-01 Thread Neil Roberts
If the scale for the cursor surface doesn't match that of the output then we shouldn't use the cursor overlay because otherwise it will be drawn at the wrong size. This problem is particularly noticable with multiple pointers because it randomly alternates between drawing one cursor or the other at

Re: [PATCH weston] screen-share: Allow fullscreen shell command to be configured

2014-05-01 Thread Jason Ekstrand
On Thu, May 1, 2014 at 9:00 AM, Andrew Wedgbury wrote: > Currently the screen-share module uses a hard-coded command to start the > fullscreen shell server. This patch causes the module to read the command > from > the weston config file (from the "command" key in the "screen-share" > section). >

Re: [PATCH weston] Take into account the zoom when applying the output transform

2014-05-01 Thread Kristian Høgsberg
On Thu, May 01, 2014 at 04:13:55PM +0100, Neil Roberts wrote: > When converting output-relative coordinates (such as from an input > event) to global coordinates it now takes into account the zoom > transform. Previously this would only work for the primary pointer > because the transform doesn't a

[PATCH weston] Take into account the zoom when applying the output transform

2014-05-01 Thread Neil Roberts
When converting output-relative coordinates (such as from an input event) to global coordinates it now takes into account the zoom transform. Previously this would only work for the primary pointer because the transform doesn't affect the primary pointer position due to that way zoom follows the mo

[PATCH weston] screen-share: Allow fullscreen shell command to be configured

2014-05-01 Thread Andrew Wedgbury
Currently the screen-share module uses a hard-coded command to start the fullscreen shell server. This patch causes the module to read the command from the weston config file (from the "command" key in the "screen-share" section). The default value remains the same (i.e. to run weston with the RDP