Re: Multiseat X sessions and Xorg configs

2013-07-18 Thread Glen Gray
On 18 Jul 2013, at 05:59, Dave Airlie airl...@gmail.com wrote: ... However, I also ran into a problem with Xorg configurations. As has been discussed the multi-seat-x tool currently wraps the call to the X server and appends some appropriate parameters. I've seen mention of tailoring the

[PATCH 3/3] xf86: guarantee compat_output in the range [ -1 .. num_output-1 ]

2013-07-18 Thread vdb
The current code allows for compat_output = num_output when num_output decreases to zero. Thus hw/xfree86/modes/xf86Crtc.h xf86CompatOutput() may read beyond the end of the output array via config-output[config-compat_output]. Move the compat_output update into its own if() block. Then it is

Re: [PATCH 1/2] libX11: check size of GetReqExtra after XFlush

2013-07-18 Thread Kees Cook
Re-re-ping. :) Can anyone commit these two patches please? Thanks! -Kees On Sun, Jun 09, 2013 at 11:13:42AM -0700, Kees Cook wrote: Two users of GetReqExtra pass arbitrarily sized allocations from the caller (ModMap and Host). Adjust _XGetRequest() (called by the GetReqExtra macro) to

Re: [PATCH] xfree86: detach scanout pixmaps when detaching output GPUs

2013-07-18 Thread Dave Airlie
Our internal QA and end users are continuing to report this crash. E.g., https://devtalk.nvidia.com/default/topic/551709/linux/319-32-the-infamous-blank-black-screen-/post/3859909/#3859909 I've totally never managed to make it happen and it still seems like it should obviously happen

Syntax error in recent twm commit

2013-07-18 Thread Colin Harrison
Hi, twm needs a typo/syntax correction following a recent commit... --- ./src/save_session.c2013-07-18 09:26:03.384198809 +0100 +++ ./src/session.c 2013-07-18 10:14:14.435276234 +0100 @@ -721,7 +721,7 @@ static char * unique_filename ( const char *path, -const char *prefix

Re: Syntax error in recent twm commit

2013-07-18 Thread Alan Coopersmith
On 07/18/13 04:48 PM, Colin Harrison wrote: Hi, twm needs a typo/syntax correction following a recent commit... --- ./src/save_session.c2013-07-18 09:26:03.384198809 +0100 +++ ./src/session.c 2013-07-18 10:14:14.435276234 +0100 @@ -721,7 +721,7 @@ static char * unique_filename

[PATCH] dix: scale y back instead of x up when pre-scaling coordinates

2013-07-18 Thread Peter Hutterer
The peculiar way we handle coordinates results in relative coordinates on absolute devices being added to the last value, then that value is mapped to the screen (taking the device dimensions into account). From that mapped value we get the final coordinates, both screen and device coordinates.

[PATCH:libICE] Constify filename argument to IceLockAuthFile IceUnlockAuthFile

2013-07-18 Thread Alan Coopersmith
Needed to fix const string warnings in iceauth - functions already copy provided arguments to temporary local buffer for modifications. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- include/X11/ICE/ICEutil.h |4 ++-- src/authutil.c|4 ++-- 2 files changed, 4

[PATCH synaptics] Disable driver scaling for input ABI 19.2

2013-07-18 Thread Peter Hutterer
For absolute devices in relative mode, i.e. touchpads, the server now takes device resolution into account. Doing so means that the driver mustn't scale, so we deactivate those bits in the driver. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synaptics.c| 9 +

Re: [PATCH setxkbmap] -I syntax wrong in manpage

2013-07-18 Thread Matt Dew
Hi Stéphane. THanks for the heads up On 07/17/2013 03:20 AM, Stéphane Aulery wrote: Hello Matt, De: Matt Dew mar...@osource.org Envoyé: Tue, 16 Jul 2013 19:56:51 +0200 (CEST) If not too late, Reviewed-By: Matt Dew mar...@osource.org On 06/30/2013 02:45 PM, Daniel Stone wrote: