[PULL] XQuartz configure options

2016-05-04 Thread Jeremy Huddleston Sequoia
The following changes since commit 2285fe78c04714561a0d1a164a41a38c48263f89: xfree86: add support for MatchIsTabletPad (2016-05-03 16:15:51 +1000) are available in the git repository at: https://github.com/XQuartz/xorg-server.git for you to fetch changes up to 059d5ef30490233f410ca87084c76

[PATCH xserver] xkb: after changing the keymap, force an indicator update

2016-05-04 Thread Peter Hutterer
When NumLock is on and a new keymap is applied, the next modifier state change will turn off that LED (but leave the state enabled). The cause for this is a bit convoluted: * the SLI explicitState is copied from the current state in ProcXkbGetKbdByName. Thus, if NumLock is on, that state is 0x2.

Re: [PATCH xserver] xkb: after changing the keymap, force an indicator update

2016-05-04 Thread Daniel Stone
On 4 May 2016 at 11:36, Peter Hutterer wrote: > When NumLock is on and a new keymap is applied, the next modifier state change > will turn off that LED (but leave the state enabled). The cause for this is a > bit convoluted: > * the SLI explicitState is copied from the current state in > ProcXkb

Re: [PULL] XQuartz configure options

2016-05-04 Thread Adam Jackson
On Wed, 2016-05-04 at 00:20 -0700, Jeremy Huddleston Sequoia wrote: > The following changes since commit 2285fe78c04714561a0d1a164a41a38c48263f89: > >   xfree86: add support for MatchIsTabletPad (2016-05-03 16:15:51 +1000) > > are available in the git repository at: > >   https://github.com/XQua

Re: [PATCH xserver] xkb: after changing the keymap, force an indicator update

2016-05-04 Thread Adam Jackson
On Wed, 2016-05-04 at 11:38 +0100, Daniel Stone wrote: > > > Signed-off-by: Peter Hutterer > > Reviewed-by: Daniel Stone remote: I: patch #85537 updated using rev ac164e58870d70640381e68b776eb95578c7fbd3. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/

Re: [PATCH xserver 1/4] dix: Push UpdateCurrentTimeIf down out of the main loop

2016-05-04 Thread Adam Jackson
On Wed, 2016-05-04 at 15:23 +1000, Peter Hutterer wrote: > rest looks good though. feel free to use a > Reviewed-by: Peter Hutterer for the patch as-is, > trying to be perfect here is not going to make much of a difference. Pushed, thanks. remote: E: failed to find patch for rev 137ac094e7ab8c

Re: misc prime/modesetting fixes

2016-05-04 Thread Adam Jackson
On Fri, 2016-04-29 at 12:31 -0400, Alex Deucher wrote: > On Fri, Apr 29, 2016 at 12:01 AM, Dave Airlie > wrote: > > The first patch is picked from Alex Goins' series as a cleanup, > > I then got distracted fixing other minor things I found just > > testing > > prime with modesetting. > > > > Fina

Re: [PATCH xserver v2 3/3] xfree86: drop unneeded strdup for modulepath/logfile

2016-05-04 Thread Adam Jackson
On Mon, 2016-05-02 at 23:47 +0100, Emil Velikov wrote: > The destination variable is never freed, thus we even plug some memory > leaks. > > v2: Rebase against updated xf86CheckPrivs() helper. > > Signed-off-by: Emil Velikov remote: I: patch #85148 updated using rev 0fdd47560468e7b6147c666cc6b

Re: [PATCH][RESEND no2] xf86-video-dummy: fix pointer limits when resizing

2016-05-04 Thread Adam Jackson
On Mon, 2016-05-02 at 14:04 +0700, Antoine Martin wrote: > Hi, > > This patch seems to have got lost, so I am resending it, again. > This fixes a real bug. Comments? This probably does fix a bug, but it doesn't seem to apply: > @@ -713,6 +716,26 @@ >  RRTellChanged(pScrn->pScreen); >    

Re: [PATCH xserver] XMir DDX

2016-05-04 Thread Peter Hutterer
On Fri, Apr 29, 2016 at 11:11:20AM +0200, Robert Ancell wrote: > Contributions from: > Andreas Pokorny > Chris Townsend > Christopher James Halse Rogers > Daniel van Vugt > Maarten Lankhorst > Robert Ancell > > Signed-off-by: Robert Ancell > --- > configure.ac|

[PATCH dummy] fix pointer limits when resizing v2

2016-05-04 Thread Antoine Martin
Hi, Patch updated to apply to git master. Pointer events are clipped to the original screen dimensions with the dummy driver when using RandR to switch to a higher resolution at runtime. This fixes it. Cheers Antoine From 3aa442212e3373810b632ecc5349344cd78c145d Mon Sep 17 00:00:00 2001 F