Re: any more nominations for xserver 1.13.1 ?

2012-12-04 Thread Maarten Lankhorst
Op 03-12-12 23:31, Matt Dew schreef: Hi all, RC2 is this Thursday, 3 days from now. Are there any additional submissions other than Thierry's? I posted an updated patch in a reply about fixing acpid corruption, and never had a reply maybe that one? Although I might resubmit it to be sure

[PATCH v2] xf86: take next pointer before calling handler

2012-12-04 Thread Maarten Lankhorst
Stopping acpid before Xorg with valgrind --free-fill=df results in this crash backtrace: ==2670== Invalid read of size 8 ==2670==at 0x1B9CB0: xf86Wakeup (xf86Events.c:276) ==2670==by 0x1687B2: WakeupHandler (dixutils.c:423) ==2670==by 0x334793: WaitForSomething (WaitFor.c:224)

Re: drm_gem_create_mmap_offset / intel_uxa_prepare_access bo problems

2012-12-04 Thread Knut Petersen
Hi everybody! xrestop is functional again in xorg master, so I remembered to have a look at the problem reported two weeks ago. It is caused by qinternet. qinternet is a small utility that is frequently used in opensuse systems to control network connections. It attaches itself to the system

Re: [PATCH] [xorg-dev][xserver] Full support of sRGB capable fbconfigs.

2012-12-04 Thread Tomasz Lis
Sorry again, the patch is OK. I got confused by gmail. 2012/12/4 Tomasz Lis lis...@gmail.com These are not all the changes, sorry for that. It seems I don't know how to correctly re-send the patch. 2012/12/4 lis...@gmail.com From: Tomasz Lis tomasz@intel.com Changes to correctly

Re: [PATCH] [xorg-dev][xserver] Full support of sRGB capable fbconfigs.

2012-12-04 Thread Jon TURNEY
On 04/12/2012 15:28, Tomasz Lis wrote: These are not all the changes, sorry for that. It seems I don't know how to correctly re-send the patch. 2012/12/4 listom-re5jqeeqqe8avxtiumw...@public.gmane.org From: Tomasz Lis tomasz.lis-ral2jqcrhueavxtiumw...@public.gmane.org Changes to

Re: [PATCH] dix/resource: bug out if we get 0 type resource added

2012-12-04 Thread walter harms
Am 04.12.2012 06:23, schrieb Peter Hutterer: On Tue, Dec 04, 2012 at 01:06:13PM +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com With the missing RRProviderInit, we were adding 0 typed resources, which crashed when xrestop hit them, we should warn before that happens so

[PATCH xtest] Allow space in read buffer for CRLF and NUL

2012-12-04 Thread Peter Harris
tcc will limit output lines to 512 characters not including CRLF. In addition, there needs to be space in the buffer for the trailing NUL that fgets will append. Without this change, xts-report will exit prematurely if it sees a maximum length line. Signed-off-by: Peter Harris

Re: [PATCH] dix/resource: bug out if we get 0 type resource added

2012-12-04 Thread Dave Airlie
AddResource() gets called with type == RT_NONE in StoreFontClientFont() in dix/dixfonts()? Which never seems to get called from anywhere. Should probably schedule it for removal. Dave. ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] dix/resource: bug out if we get 0 type resource added

2012-12-04 Thread Dave Airlie
On Wed, Dec 5, 2012 at 10:16 AM, Dave Airlie airl...@gmail.com wrote: AddResource() gets called with type == RT_NONE in StoreFontClientFont() in dix/dixfonts()? Which never seems to get called from anywhere. Uggh libXfont things. So yeah its used, the question is I wonder if it ever gets

Re: [PATCH] dix/resource: bug out if we get 0 type resource added

2012-12-04 Thread Colin Harrison
Hi, It gets called, for me (MinGW build for Windows), and messes up xrestop, but I haven't traced back through libXfont, to try and work out the logic or why. Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] dix/resource: bug out if we get 0 type resource added

2012-12-04 Thread Colin Harrison
Hi, I still use this empirical patch (AKA a bodge!) to fix the xrestop crash. http://lists.x.org/archives/xorg-devel/2012-July/032898.html Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH 1/2] xkb: always post XTest button up when the physical button released (#28808)

2012-12-04 Thread Peter Hutterer
Regression introduced by commit 2decff6393a44b56d80d53570718f95354fde454 xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP XTest buttons must be released when a physical button is released. This was fixed in 14327858391ebe929b806efb53ad79e789361883, but

[PATCH 2/2] xkb: only post a XTest release if the XTest device has the button down

2012-12-04 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- xkb/xkbAccessX.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xkb/xkbAccessX.c b/xkb/xkbAccessX.c index 9631502..13051e0 100644 --- a/xkb/xkbAccessX.c +++ b/xkb/xkbAccessX.c @@ -732,8 +732,13 @@

[PULL 1.13] more input fixes

2012-12-04 Thread Peter Hutterer
A couple of low-impact fixes for server 1.13. The following changes since commit c0e68f8e70e0b0fbb00992228c4651d5b0902759: Bump release info for this RC1. (2012-11-22 21:37:57 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver server-1.13-branch for