Reminder: 2016 X.Org Board of Directors Elections Nomination period is NOW

2016-03-01 Thread Peter Hutterer
We are seeking nominations for candidates for election to the X.Org Foundation Board of Directors. All X.Org Foundation members are eligible for election to the board. Nominations for the 2016 election are now open and will remain open until 23:59 UTC on 15 March 2016. The Board consists of

Re: [PATCH] Allows holding down two keys to repeat both ("Two-key repeat")

2016-03-01 Thread Thomas Ross
Hi, Germain and I have developed a new patch to add "n-key repeat" (controlled by a variable, potentially could be set with xset. The patch can be found here: https://git.framasoft.org/bobo/xkb_repeat/blob/master/patches/xkb-repeat-pattern.patch I think that we should cancel/ignore this patch

[PATCH] Allows holding down two keys to repeat both ("Two-key repeat")

2016-03-01 Thread thomassross
From: Germain Bossu https://git.framasoft.org/bobo/xkb_repeat/blob/master/patches/xkb-repeat2-easy.patch --- include/xkbsrv.h | 1 + xkb/xkbAccessX.c | 12 2 files changed, 13 insertions(+) diff --git a/include/xkbsrv.h b/include/xkbsrv.h index

[no subject]

2016-03-01 Thread thomassross
Thanks walter for pointing that out, I've attached a fixed version. Thanks, Thomas. ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] xv: fix double free in AddResource failure case

2016-03-01 Thread Julien Cristau
XvdiDestroyVideoNotifyList already frees the list if AddResource fails, so don't do it twice. And set tpn->client to NULL explicitly to avoid confusing uninitialized memory with a valid value. Signed-off-by: Julien Cristau --- Xext/xvmain.c | 5 ++--- 1 file changed, 2

Re: [PATCH xserver 2/5] dri1: Fix unchecked AddResource

2016-03-01 Thread Julien Cristau
On Tue, Mar 1, 2016 at 14:09:30 -0500, Adam Jackson wrote: > Signed-off-by: Adam Jackson > --- > hw/xfree86/dri/dri.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Kind of silly that those result in BadValue instead of BadAlloc, but meh, dri1. for the

[PATCH xserver 2/5] dri1: Fix unchecked AddResource

2016-03-01 Thread Adam Jackson
Signed-off-by: Adam Jackson --- hw/xfree86/dri/dri.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index 875c9cc..0046e52 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -1032,7 +1032,8 @@

[PATCH xserver 1/5] xv: Fix unchecked AddResource

2016-03-01 Thread Adam Jackson
Signed-off-by: Adam Jackson --- Xext/xvmain.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Xext/xvmain.c b/Xext/xvmain.c index 0c6f25b..3a02634 100644 --- a/Xext/xvmain.c +++ b/Xext/xvmain.c @@ -844,7 +844,8 @@ XvdiSelectVideoNotify(ClientPtr client,

Re: [PATCH] vidmode: build without xf86vidmodeproto

2016-03-01 Thread Adam Jackson
On Tue, 2016-03-01 at 17:03 +0100, Olivier Fourdan wrote: > git commit f175cf45: > >   vidmode: move to a separate library of its own > > introduced a regression where the xserver would not build when > xf86vidmodeproto is not installed even if the configure option > "--disable-xf86vidmode" is

Re: [PATCH kdrive/ephyr v3] kdrive/ephyr: map host X server's keymap into Xephyr, if supported

2016-03-01 Thread Adam Jackson
On Thu, 2016-02-25 at 16:37 -0300, Laércio de Sousa wrote: > Currently Xephyr doesn't inherit host X server's keymap, which > may lead to keymap mismatches when using a non-US keyboard in a > window inside Xephyr. This patch makes Xephyr change its keymap > to match host X server's one (unless XKB

[PATCH] vidmode: build without xf86vidmodeproto

2016-03-01 Thread Olivier Fourdan
git commit f175cf45: vidmode: move to a separate library of its own introduced a regression where the xserver would not build when xf86vidmodeproto is not installed even if the configure option "--disable-xf86vidmode" is specified. Fix build failure when xf86vidmodeproto is not installed.

Re: [PATCH kdrive/ephyr v8 0/4] Xephyr input hot-plugging support and other additions for single-GPU multi-seat

2016-03-01 Thread Adam Jackson
On Fri, 2016-02-12 at 14:17 -0200, Laércio de Sousa wrote: > This is the v8 of patch series which provides some missing parts > for full single-GPU multi-seat support in Xephyr. This version is > mainly for fixing purposes, since most of v7 patches are already > merged. The main differences to v7

Re: [PATCH 09/12 v2] vidmode: move to a separate library of its own

2016-03-01 Thread Olivier Fourdan
Hi Jon, - Original Message - > This doesn't build if xf86vidmodeproto isn't installed (See [1]), and I > think doesn't respect ./configure --disable-xf86vidmode > > I guess some wrapping in #ifdef XF86VIDMODE/#endif is needed > > [1] >

Re: [PATCH] xwayland: fix a crash on output removal

2016-03-01 Thread Adam Jackson
On Tue, 2016-03-01 at 03:20 -0500, Olivier Fourdan wrote: > Hi Adam, Keith, > > I think we'll need this patch in both branches master and 1.18 to fix > a segfault in Xwayland on output removal (that one is completely my > fault). > > Was discussed with Daniel who suggested the fix on irc some

Re: [PULL] Reviewed DRI3 & Present patches

2016-03-01 Thread Adam Jackson
On Tue, 2016-03-01 at 12:45 +0900, Michel Dänzer wrote: > Hi Keith / Adam, > > > the following changes since commit 6070a749d953951bacbfb149c5c36451293aad35: > >   xwayland: add partial xvidmode extension support (2016-02-29 16:29:17 -0500) > > are available in the git repository at: > >  

Re: [PATCH 09/12 v2] vidmode: move to a separate library of its own

2016-03-01 Thread Jon Turney
On 10/02/2016 08:34, Olivier Fourdan wrote: XVidMode extension might be useful to non hardware servers as well (e.g. Xwayand) so that applications that rely on it (e.g. lot of older games) can at least have read access to XVidMode. But the implementation is very XFree86 centric, so the idea is

Re: [PATCH xserver 3/3] present: Only requeue if target MSC is not reached after an unflip

2016-03-01 Thread Martin Peres
On 25/02/16 17:28, Adam Jackson wrote: On Thu, 2016-02-25 at 09:49 +, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:59PM +0900, Michel Dänzer wrote: From: Michel Dänzer While present_pixmap decrements target_msc by 1 for present_queue_vblank, it leaves the

Re: [PATCH] Allows holding down two keys to repeat both ("Two-key repeat")

2016-03-01 Thread walter harms
Am 29.02.2016 23:59, schrieb thomassross: > From: Germain Bossu > > https://git.framasoft.org/bobo/xkb_repeat/blob/master/patches/xkb-repeat2-easy.patch > --- > include/xkbsrv.h | 1 + > xkb/xkbAccessX.c | 9 + > 2 files changed, 10 insertions(+) > > diff --git

Re: [PATCH] xwayland: fix a crash on output removal

2016-03-01 Thread Olivier Fourdan
> Hi Adam, Keith, > > I think we'll need this patch in both branches master and 1.18 to fix a > segfault in Xwayland on output removal (that one is completely my fault). > > Was discussed with Daniel who suggested the fix on irc some time ago (and > Daniel gave his R-b on irc, thus the R-b in

Re: [PATCH] xwayland: fix a crash on output removal

2016-03-01 Thread Olivier Fourdan
Hi Adam, Keith, I think we'll need this patch in both branches master and 1.18 to fix a segfault in Xwayland on output removal (that one is completely my fault). Was discussed with Daniel who suggested the fix on irc some time ago (and Daniel gave his R-b on irc, thus the R-b in the commit)

[PATCH xserver v3] xwayland: add glamor Xv adaptor

2016-03-01 Thread Olivier Fourdan
This adds an Xv adaptor using glamor. Signed-off-by: Olivier Fourdan --- v2: Plug leak of Xv adaptor and glamor private ports array on closure v3: Get the adaptor size from the GL_MAX_TEXTURE_SIZE hw/xwayland/Makefile.am | 4 +-