[PATCH xserver] xkb: Correct type of XkbDfltAccessXOptions.

2017-03-23 Thread Matt Turner
Declared as unsigned short in xkb/xkbAccessX.c. Signed-off-by: Matt Turner --- xkb/xkbInit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index 46016ab..9e45b4b 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -737,7

Re: [xserver, 2/2] xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation error

2017-03-23 Thread Michel Dänzer
On 23/03/17 07:59 PM, Hans de Goede wrote: > On 20-09-16 03:58, Michel Dänzer wrote: >> On 17/09/16 07:00 PM, Hans De Goede wrote: >>> Commit b4e46c0444bb ("xfree86: Hook up colormaps and RandR 1.2 gamma >>> code") >>> dropped the providing of a pScrn->ChangeGamma callback from the >>> xf86RandR12

Re: [RFC] Visual Class for On-Screen HDR Drawables

2017-03-23 Thread Alex Goins
Pinging in case this got buried. Thanks, Alex On Wed, 1 Mar 2017, Alex Goins wrote: > Thanks Adam. Inline - > > On Fri, 10 Feb 2017, Adam Jackson wrote: > > > On Thu, 2017-02-09 at 19:06 -0800, Alex Goins wrote: > > > Any input? > > > > Inline below... > > > > > > Would it be a major

[PATCH xrandr] Adding a "--filter" flag

2017-03-23 Thread Pablo De La Garza
From: pdelagarza Flag can be set to "nearest" or "bilinear" Signed-off-by: Pablo De La Garza --- xrandr.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/xrandr.c b/xrandr.c index dcfdde0..c2cc82e 100644

Re: [PATCH 0/2] RFC: Introduce keyboard grabbing and shortcuts inhibitor protocols

2017-03-23 Thread Bill Spitzak
On Thu, Mar 23, 2017 at 11:04 AM, Bill Spitzak wrote: > On Thu, Mar 23, 2017 at 12:35 AM, Olivier Fourdan wrote: >> >> Hi, >> >>> I can't imagine blocking all/none shortcuts can be the only choices. >>> What if the nested wm does not use one of the

Re: [PATCH 0/2] RFC: Introduce keyboard grabbing and shortcuts inhibitor protocols

2017-03-23 Thread Bill Spitzak
On Thu, Mar 23, 2017 at 12:35 AM, Olivier Fourdan wrote: > > Hi, > >> I can't imagine blocking all/none shortcuts can be the only choices. >> What if the nested wm does not use one of the shortcuts? And whether a >> particular shortcut is used can vary: a tab between windows

Re: [PATCH xserver] modesetting: Honor xorg.conf for 16bpp

2017-03-23 Thread Adam Jackson
On Thu, 2017-03-23 at 11:20 +0200, Alkis Georgopoulos wrote: > On 23/03/2017 11:00 πμ, Timo Aaltonen wrote: > > 'xinit -- -depth 16' still doesn't work, but xorg.conf does. > > > > I verify this on kvm/cirrus/modeset and on vbox/vboxvideo/modeset. > It also fixes the crash on Intel broadwell

Re: [PATCH xserver 6/7] xserver: Unifdef HAVE_CONFIG_H

2017-03-23 Thread Adam Jackson
On Thu, 2017-03-23 at 10:11 +1000, Peter Hutterer wrote: > unifdef apparently isn't smart enough to realise that it leaves us with an > empty else branch now. > > You're missing a few s-o-b as well in the commit messages, but with all that > fixed, Reviewed-by: Peter Hutterer

[PATCH xserver] xf86: dri2: Use va_gl as vdpau_driver for Intel i965 GPUs

2017-03-23 Thread Hans de Goede
The modesetting driver (which now often is used with Intel GPUs), relies on dri2_probe_driver_name() to get the dri and vdpau driver names, before this commit it would always assign the same name to the 2 names. But the vdpau driver for i965 GPUs should be va_gl (i915 does not support vdpau at

Re: [xserver, 2/2] xf86RandR12: Fix XF86VidModeSetGamma triggering a BadImplementation error

2017-03-23 Thread Hans de Goede
Hi, On 20-09-16 03:58, Michel Dänzer wrote: On 17/09/16 07:00 PM, Hans De Goede wrote: Commit b4e46c0444bb ("xfree86: Hook up colormaps and RandR 1.2 gamma code") dropped the providing of a pScrn->ChangeGamma callback from the xf86RandR12 code. Leaving pScrn->ChangeGamma NULL in most cases.

Re: [PATCH xserver] configure.ac: fix checking for libdrm version after 9232835bd

2017-03-23 Thread Michel Dänzer
On 17/03/17 07:20 PM, Mariusz Bialonczyk wrote: > Fix commit 9232835bd16b6948442f7a4588fb9376782cb814 > glamor: use drmGetDeviceNameFromFD2 when available > > No matter what libdrm version was installed, it always set > the GLAMOR_HAS_DRM_NAME_FROM_FD_2 conditional to 1. > This obviously leads to

Re: [PATCH xserver] modesetting: Honor xorg.conf for 16bpp

2017-03-23 Thread Alkis Georgopoulos
On 23/03/2017 11:00 πμ, Timo Aaltonen wrote: 'xinit -- -depth 16' still doesn't work, but xorg.conf does. I verify this on kvm/cirrus/modeset and on vbox/vboxvideo/modeset. It also fixes the crash on Intel broadwell with modesetting! But without a xorg.conf, i.e. with `xinit -- -depth 16`,

Re: [PATCH xserver] modesetting: Honor xorg.conf for 16bpp

2017-03-23 Thread Timo Aaltonen
On 21.03.2017 21:57, Adam Jackson wrote: > The 32->24 support patch messed this up. > > Bugzilla: https://bugs.freedesktop.org/100246 > Bugzilla: https://bugs.freedesktop.org/100295 > Signed-off-by: Adam Jackson 'xinit -- -depth 16' still doesn't work, but xorg.conf does. --

Re: [PATCH 0/2] RFC: Introduce keyboard grabbing and shortcuts inhibitor protocols

2017-03-23 Thread Olivier Fourdan
Hi, > I can't imagine blocking all/none shortcuts can be the only choices. > What if the nested wm does not use one of the shortcuts? And whether a > particular shortcut is used can vary: a tab between windows may not > work if you are on the last window, in that case it would be nice if > tab

Re: [PATCH xserver 0/7] meson prep work

2017-03-23 Thread Daniel Stone
On Wed, 22 Mar 2017 at 10:11 pm, Eric Anholt wrote: > As I've mentioned in IRC, I'm in the process of converting the X > Server to Meson. It's proved to be a delight to work with, with a > helpful IRC community for when you get stuck. The build system will > probably be half