Re: [PATCH:xserver] Fix typo in header guard.

2013-07-11 Thread Alan Coopersmith
On 07/11/13 11:21 PM, Thomas Klausner wrote: Signed-off-by: Thomas Klausner --- hw/xnest/Args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xnest/Args.h b/hw/xnest/Args.h index 514a395..225418d 100644 --- a/hw/xnest/Args.h +++ b/hw/xnest/Args.h @@ -12,7 +12,7 @@ is"

[PATCH:xserver] Fix typo in header guard.

2013-07-11 Thread Thomas Klausner
Signed-off-by: Thomas Klausner --- hw/xnest/Args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xnest/Args.h b/hw/xnest/Args.h index 514a395..225418d 100644 --- a/hw/xnest/Args.h +++ b/hw/xnest/Args.h @@ -12,7 +12,7 @@ is" without express or implied warranty. */ -#i

[PATCH] dix: UpdateTouchesForGrab must only free the listener grab if it is non-NULL

2013-07-11 Thread Peter Hutterer
If a client calls XIGrabDevice in response to a ButtonPress event (regular event selection), the device will have a grab, but listener->grab is NULL. Check for that, to avoid logspam. [ 26293.863] (EE) BUG: triggered 'if (!pGrab)' [ 26293.863] (EE) BUG: grabs.c:256 in FreeGrab() [ 26293.863] (EE)

[PATCH] config: provide example configuration for multi-seat setups

2013-07-11 Thread Peter Hutterer
Seats other than seat0 need custom configuration. Provide that with a default configuration file so we can share it across distros. This file intentionally does not end in .conf so it won't get picked up by the server after a normal installation. gdm, or whatever starts up the servers will have to

[git pull] 1.14 gpu fixes backport

2013-07-11 Thread Dave Airlie
Hi Matt, all backports from master, all shipped in Fedora, all making Peter angry because he had to rebase them. The following changes since commit 3608d9f3dd6ae1d23e23294e9a56cb8158e65d19: glx: fix uninitialized var in __glXDRIscreenProbe (2013-07-11 09:46:11 +1000) are available in the git

"Present" extension prototype running

2013-07-11 Thread Keith Packard
I wrote up the current Present extension status on my blog this afternoon. http://keithp.com/blogs/Present/ Short summary: it's running X and GL applications, but not yet connected to the hardware, and the Redirection stuff is still in the design phase. -- keith.pack...@intel.com pgp

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
On Thu, Jul 11, 2013 at 6:02 PM, Julien Cristau wrote: > On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: > >> From: Leo Liu >> >> leak happens when looping xrandr prop. >> >> Signed-off-by: Leo Liu >> --- >> hw/xfree86/common/xf86Helper.c |1 + >> 1 file changed, 1 inse

Re: [PULL 1.14] crasher fix due to uninitialized variable

2013-07-11 Thread Matt Dew
merged. 2767d9a..3608d9f server-1.14-branch -> server-1.14-branch On Wed, Jul 10, 2013 at 5:49 PM, Peter Hutterer wrote: > Just one patch. This fixes bug 59825, which just had a resurrection on > Fedora 19 (which ships 1.14). Please pull this in, it's simple and stops > the > server from crash

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Julien Cristau
On Mon, Jun 17, 2013 at 12:39:20 -0400, alexdeuc...@gmail.com wrote: > From: Leo Liu > > leak happens when looping xrandr prop. > > Signed-off-by: Leo Liu > --- > hw/xfree86/common/xf86Helper.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xf

Re: [PATCH 2/2] xfree86: prune duplicate monitor modes.

2013-07-11 Thread Alex Deucher
ping? On Mon, Jun 17, 2013 at 12:39 PM, wrote: > From: Leo Liu > > same monitor modes added causing memory leak > when looping xrandr prop. > > Signed-off-by: Leo Liu > --- > hw/xfree86/modes/xf86EdidModes.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/hw

Re: [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-07-11 Thread Alex Deucher
Ping? On Mon, Jun 17, 2013 at 12:39 PM, wrote: > From: Leo Liu > > leak happens when looping xrandr prop. > > Signed-off-by: Leo Liu > --- > hw/xfree86/common/xf86Helper.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper

Re: [w...@netbsd.org: [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P]

2013-07-11 Thread Alan
I took a quick look and it seems that this bit doesn't exist on PM3, only PM2. Can you test this alternative patch ? Thanks, Alan. On 07/11/13 10:31, Thomas Klausner wrote: Hi! You're the maintainer according to http://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/MAINTAINERS Can you please

Re: [PATCH xsetmode] Remove dead code the-l option

2013-07-11 Thread Thomas Klausner
On Wed, Jul 10, 2013 at 02:17:35PM +1000, Peter Hutterer wrote: > On Tue, Jul 09, 2013 at 10:41:42AM +0200, Thomas Klausner wrote: > > We still have it in pkgsrc. If you give me a good reason I can remove > > it. Like: what is the replacement, or why is it completely unneeded. > > xsetmode still w

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Thomas Klausner
On Thu, Jul 11, 2013 at 12:15:16PM +0200, Matthieu Herrb wrote: > On Thu, Jul 11, 2013 at 11:29:55AM +0200, Thomas Klausner wrote: > > Hi Matthieu! > > > > Alan pointed out that this is nearly the same as your patch in > > http://patchwork.freedesktop.org/patch/13855/ > > > > Can you please push

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Matthieu Herrb
On Thu, Jul 11, 2013 at 11:29:55AM +0200, Thomas Klausner wrote: > Hi Matthieu! > > Alan pointed out that this is nearly the same as your patch in > http://patchwork.freedesktop.org/patch/13855/ > > Can you please push your patch? Sure. Can I add a Reviewed-by: header with your name ? > > Thank

[w...@netbsd.org: [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P]

2013-07-11 Thread Thomas Klausner
Hi! You're the maintainer according to http://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/MAINTAINERS Can you please take a look at and merge the patch? Thanks, Thomas - Forwarded message from Thomas Klausner - Date: Tue, 4 Jun 2013 12:38:03 +0200 From: Thomas Klausner To: xorg-de

Re: [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-07-11 Thread Thomas Klausner
Hi Matthieu! Alan pointed out that this is nearly the same as your patch in http://patchwork.freedesktop.org/patch/13855/ Can you please push your patch? Thanks, Thomas On Sun, Jun 02, 2013 at 11:47:00PM +0200, Thomas Klausner wrote: > --- > src/i740_dga.c | 4 ++-- > 1 file changed, 2 insert

[w...@netbsd.org: [PATCH:xauth] Use copystring to create non-const string.]

2013-07-11 Thread Thomas Klausner
Hello! I see you're the official xauth maintainer according to http://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/MAINTAINERS#n80 Can you please take a look at the attached patch and merge it? Thanks, Thomas - Forwarded message from Thomas Klausner - Date: Sun, 30 Jun 2013 13:29:44