Re: [PATCH util-modular] release.sh: run autogen.sh instead of manual autoreconf + configure

2017-01-31 Thread Sergey Udaltsov
Thank you Peter! Worked just great! On Wed, Feb 1, 2017 at 12:58 AM, Peter Hutterer wrote: > xkeyboard-config needs extra env variables to be set during autoreconf and > that is handled in the autogen.sh script. If we invoke autoreconf > directly, we > fail on this repo. > > Signed-off-by: Peter

Re: [PATCH] xwayland: Support horizontal resolutions not divisible by 8 #99574

2017-01-31 Thread Svitozar Cherepii
I agree that my patch is no good and change you are suggesting is a better idea. 2017-01-31 18:15 GMT+02:00 Olivier Fourdan : > Hi > >> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=99574 >> >> Signed-off-by: Svitozar Cherepii >> --- >> hw/xwayland/xwayland-cvt.c | 2 +- >> 1 file changed,

Re: [PATCH xserver] loader: Handle mod->VersionInfo == NULL

2017-01-31 Thread Peter Hutterer
On Thu, Jan 26, 2017 at 04:24:03PM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > This can happen when a module fails to load: > > Program received signal SIGSEGV, Segmentation fault. > UnloadModule (_mod=0x559d9280) at > ../../../../hw/xfree86/loader/loadmod.c:848 > 848 name =

Re: [PATCH xserver] present: disable page flip only when a slave crtc is active

2017-01-31 Thread Dave Airlie
On 1 February 2017 at 11:21, Michel Dänzer wrote: > On 01/02/17 04:05 AM, David Airlie wrote: >>> From: "Michel Dänzer" >>> On 26/01/17 07:13 PM, Qiang Yu wrote: @@ -145,7 +157,7 @@ present_check_flip(RRCrtcPtrcrtc, return FALSE; /* Fail to flip if we ha

Re: [PATCH xserver] present: disable page flip only when a slave crtc is active

2017-01-31 Thread David Airlie
- Original Message - > From: "Michel Dänzer" > To: "Qiang Yu" > Cc: xorg-devel@lists.x.org, "David Airlie" > Sent: Tuesday, 31 January, 2017 5:04:17 PM > Subject: Re: [PATCH xserver] present: disable page flip only when a slave > crtc is active > > On 26/01/17 07:13 PM, Qiang Yu wrot

Re: [PATCH xserver] present: disable page flip only when a slave crtc is active

2017-01-31 Thread Michel Dänzer
On 01/02/17 04:05 AM, David Airlie wrote: >> From: "Michel Dänzer" >> On 26/01/17 07:13 PM, Qiang Yu wrote: >>> >>> @@ -145,7 +157,7 @@ present_check_flip(RRCrtcPtrcrtc, >>> return FALSE; >>> >>> /* Fail to flip if we have slave outputs */ >>> -if (screen->output_slaves) >>

[PATCH util-modular] release.sh: run autogen.sh instead of manual autoreconf + configure

2017-01-31 Thread Peter Hutterer
xkeyboard-config needs extra env variables to be set during autoreconf and that is handled in the autogen.sh script. If we invoke autoreconf directly, we fail on this repo. Signed-off-by: Peter Hutterer --- Sending this out so Sergey can use it now, I haven't tested this on all repos yet. But I t

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-01-31 Thread Eric Anholt
Martin Peres writes: > Despite all the careful planing of the kernel, a link may become > insufficient to handle the currently-set mode. At this point, the > kernel should mark this particular configuration as being broken > and potentially prune the mode before setting the offending connector's

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-01-31 Thread Manasi Navare
On Thu, Jan 26, 2017 at 06:21:20PM +0100, Daniel Vetter wrote: > On Thu, Jan 26, 2017 at 02:37:28PM +0200, Martin Peres wrote: > > Despite all the careful planing of the kernel, a link may become > > insufficient to handle the currently-set mode. At this point, the > > kernel should mark this parti

Re: [PATCH] xwayland: Support horizontal resolutions not divisible by 8 #99574

2017-01-31 Thread Olivier Fourdan
Hi > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=99574 > > Signed-off-by: Svitozar Cherepii > --- > hw/xwayland/xwayland-cvt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/xwayland/xwayland-cvt.c b/hw/xwayland/xwayland-cvt.c > index 9655e104e..d6ff305c7 1

Re: [PATCH v7 xserver] tests: fixes for non-enable-xorg build

2017-01-31 Thread Mihail Konev
v7: add regressed-by lines >From c55acff0f1c9bd67ec67119979589b4982a934d3 Mon Sep 17 00:00:00 2001 From: Mihail Konev Date: Mon, 16 Jan 2017 23:55:36 +0500 Subject: [PATCH v7 xserver 1/3] tests: Fix guards for ld -wrap Fixes XQuartz build. Regressed-in: 23f6dbc96e47be6cbeed78cc9ef303987c3e29a9 S

[PATCH v6 xserver] tests: fixes for non-enable-xorg build

2017-01-31 Thread Mihail Konev
v6: Fix commit descriptions - explain failures, and do not duplicate 'git log -L'. I could reorder libxservertest.la libraries if it's better to do so, it just looks time-consuming. >From 0490a7874b9385f6e076596e0834167357b3e229 Mon Sep 17 00:00:00 2001 From: Mihail Konev Date: Mon, 16 Jan 2017 2

[PATCH util/macros] Rework stderr messages for the _CMD macros

2017-01-31 Thread Emil Velikov
From: Emil Velikov Redirect stderr from git, sh and cp to /dev/null to cut down the 'spam' and reword the error messages to be less misleading. Why ? Currently CHANGELOG_CMD can fail for any of the following reasons: - git executable is missing - .git is missing and/or malformed - srcdir is R

[PATCH util/macros] Add new script xorg-prepare-git-repo.sh

2017-01-31 Thread Emil Velikov
From: Emil Velikov New script invoked by the project's autogen.sh to facilitate basic git config setup and likely others in the future. Ensure that all of output is redirected to /dev/null and the script is bundled + installed. Cc: Peter Hutterer Signed-off-by: Emil Velikov --- Makefile.am