[PATCH] EXA: Preserve pPixmap-devPrivate.ptr in exaPixmapIsOffscreen_driver

2009-11-04 Thread Tiago Vignatti
It crash the server when the drawable is 32 bit and the framebuffer is 16. This is pretty much a copy-past from commit 8e873185. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- exa/exa_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[PATCH] dix: Fixes a memory leak when a cursor resource is released.

2009-11-04 Thread Rami Ylimaki
Just open and close a client that creates cursors in order to reproduce. In the problem case bits-refcnt is -1 and therefore bits-devPrivates is never released. Signed-off-by: Rami Ylimaki ext-rami.ylim...@nokia.com --- dix/cursor.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

Re: [PATCH:synaptics 5/5] Reduce SynapticsCtrl to a stub.

2009-11-04 Thread Adam Jackson
On Wed, 2009-11-04 at 08:14 +1000, Peter Hutterer wrote: It hasn't done anything useful since at least 2003 and the debug message just spams the log. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Acked-by: Adam Jackson a...@redhat.com - ajax signature.asc Description: This is a

[PULL] Fix frozen device detection, run xmodmap after setting new keymap in XQuartz

2009-11-04 Thread Jeremy Huddleston
The following changes since commit 412c56ef3332d09efbd861e41c3e985f44729729: Maarten Maathuis (1): exa: remove some outdated comment are available in the git repository at: git://anongit.freedesktop.org/~jeremyhu/xserver.git master Jeremy Huddleston (2): XQuartz: Run xmodmap

Re: [RFC] Add VDPAU drivers to the server's DRI2 implementation

2009-11-04 Thread Aaron Plattner
On Tue, Nov 03, 2009 at 06:30:33PM -0800, Kristian Høgsberg wrote: 2009/11/3 Aaron Plattner aplatt...@nvidia.com: The following changes since commit 412c56ef3332d09efbd861e41c3e985f44729729:  Maarten Maathuis (1):        exa: remove some outdated comment are available in the git

[xf86-video-dummy PATCH] Set HW_SKIP_CONSOLE when available

2009-11-04 Thread Aaron Plattner
Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- This change lets me run a custom-built X server with the dummy driver without ever becoming root. src/dummy_driver.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/dummy_driver.c b/src/dummy_driver.c